SAEON / proxy

proxy.saeon.ac.za

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SAEON/Proxy

A deployment of the Node.js AnyProxy open source library. I chose AnyProxy because of the realtime UI.

Table of Contents generated with DocToc

Quick start

Run the following commands to start the service on your local machine, and then read the logs for endpoint information.

npm install -g chomp
npm install
chomp --watch

Deployment

Refer to the GitHub Actions configuration for deployment information

Environment configuration

Default configuration values can be found in src/config.js. To update the default values, create a .env file in the root of the API service source code and specify variables to overwrite.

About

proxy.saeon.ac.za

License:MIT License


Languages

Language:JavaScript 95.0%Language:Dockerfile 5.0%