HTTP API Gateway
Install the HTTP API Gateway
1. Clone the Repository
git clone https://github.com/tetherto/miningos-app-node.gitcd miningos-app-node2. Install Dependencies
npm ci3. Generate Configuration Files
sh setup-config.sh4. Edit the Configuration Files
config/common.json
config/common.jsonconfig/facs/auth.config.json
config/facs/auth.config.jsonconfig/facs/httpd-oauth2.config.json
config/facs/httpd-oauth2.config.json4. Enable Debugging and Start the Worker
Last updated