.env.template
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.template)
WEBUI_PORT
WEB UI
WEBUI_IMAGE
RPS_IMAGE
RPS_WEBSOCKETTLS
RPSWEBPORT
RPSWEBSOCKETPORT
RPS_LOG_LEVEL
RPS_DELAY_TIMER
RPS_MQTT_ADDRESS
MPS_VAULT_ADDRESS
MPS_IMAGE
MPS_GENERATE_CERTS
MPS_COMMON_NAME
MPSPORT
MPSWEBPORT
MPS_DEBUG
MPS_WEB_ADMIN_USER
MPS_WEB_ADMIN_PASSWORD
secret
MPS_HTTPS
MPS_TLS_OFFLOAD
brew install flyctl && fly launch --from https://github.com/deviantony/open-amt-cloud-toolkit
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/deviantony/open-amt-cloud-toolkit
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/deviantony/open-amt-cloud-toolkit