This commit is contained in:
pika 2025-03-24 18:30:47 +01:00
parent 105c18ba14
commit 72ddf7a3ee
3 changed files with 29 additions and 3 deletions

View file

@ -9,4 +9,5 @@ DASHBOARD_URL=https://dashboard.example.com/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
CHECK_INTERVAL=60 # Seconds between checks
VERIFY_SSL=true # Set to false to disable SSL certificate verification (insecure but useful for testing)