Environment Variables

This application is configured via ENV variables. Configuration relates to two services: HTTP server application and cloudflared tunnel.

HTTP server application 

By default HTTP server doesn't check x-api-key header and doesn't force HTTPS.

Debug 

You can turn on debug logs by setting the following environment variable or passing it to docker run. Example:

export DEBUG="*"

Cloudflared 

If some of these variables are not set or proper values are not provided, the tines-tunnel won't work.

Was this helpful?