wip
This commit is contained in:
parent
eac9d2f510
commit
105c18ba14
4 changed files with 17 additions and 22 deletions
|
@ -3,11 +3,10 @@ API_KEY=your_secure_random_key_here
|
|||
|
||||
# Server mode configurations
|
||||
DEBUG_MODE=false
|
||||
CADDYFILE_PATH=/path/to/local/Caddyfile # Only needed in LOCAL_MODE
|
||||
|
||||
# Agent mode configurations
|
||||
CADDYFILE_PATH=/opt/docker/caddy/conf/Caddyfile
|
||||
DASHBOARD_URL=https://dashboard.example.com/api/update
|
||||
# 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
|
||||
CHECK_INTERVAL=60 # Seconds between checks
|
Loading…
Add table
Add a link
Reference in a new issue