New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ipbgen

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipbgen

## Installation ``` // With NPM npm install -g ipbgen

  • 1.0.10
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-75%
Maintainers
1
Weekly downloads
 
Created
Source

IPB Config Generator for AWS Secrets Manager

Installation

// With NPM
npm install -g ipbgen

// With Yarn
yarn global add ipbgen

Usage

ipbgen -s <Secret Name> -r <Forums Root File Path>

ipbgen -s prod/secret -r /var/www/forums

Required Secrets

SQL_HOST - MySQL Database Host
SQL_DATABASE - MySQL Database Name
SQL_USER - MySQL Database Username
SQL_PASS - MySQL Database Password
BASE_URL - Base Forum URL
BOARD_START - UNIX Timestamp for when the IPB was installed

Optional Secrets

SQL_PORT - MySQL Database Port - Default: 3306
SQL_SOCKET - MySQL Database Socket - Default: null
SQL_TABLE_PREFIX - MySQL Database Table Prefix - Default: null
SQL_UTF8MB4 - MySQL Database UTF8MB4 Setting - Default: true
INSTALLED - Forum is installed - Default: true
GUEST_GROUP - Guest Group ID - Default: 2
MEMBER_GROUP - Member Group ID - Default: 3
ADMIN_GROUP - Admin Group ID - Default: 4

How to use constants.php with Secrets

Any secret prefixed with CONSTANTS_ will be used in the constants.php file after removing the CONSTANTS_ prefix.

Example:

CONSTANTS_IN_DEV = true

// becomes

define('IN_DEV', true);

Using constants.php
https://invisioncommunity.com/4guides/advanced-options/configuration-options/using-constantsphp-r25/

FAQs

Package last updated on 14 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc