readme changes
This commit is contained in:
parent
2183be9ebf
commit
6217874cb0
2 changed files with 157 additions and 4 deletions
|
@ -3,11 +3,12 @@ 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
|
||||
# SERVER_NAME=my-caddy-server # Optional - defaults to hostname (which would be the docker-container host name..)
|
||||
CHECK_INTERVAL=60 # Seconds between checks
|
||||
VERIFY_SSL=true # Set to false to disable SSL certificate verification (insecure but useful for testing)
|
Loading…
Add table
Add a link
Reference in a new issue