14 lines
681 B
Text
14 lines
681 B
Text
# API key for authentication between server and agents
|
|
API_KEY=your_secure_random_key_here
|
|
|
|
# Server mode configurations
|
|
DEBUG_MODE=false
|
|
|
|
DASHBOARD_URL=https://dashboard.example.com/api/update
|
|
VERIFY_SSL=false # Set to false to disable SSL certificate verification (insecure but useful for testing) -> make it true if using proper https://domain.com/api/update mappings
|
|
# or DASHBOARD_URL=http://caddydb-server:5000/api/update
|
|
|
|
# Agent mode configurations
|
|
# only if you want to change the internal path of the Caddyfile
|
|
# SERVER_NAME=my-caddy-server # Optional - defaults to hostname (which would be the docker-container host name..)
|
|
CHECK_INTERVAL=60 # Seconds between checks
|