docker-samples/ackee_cloudflare/.env
2024-11-15 22:06:17 -07:00

12 lines
No EOL
349 B
Bash

# Cloudflare Tunnel Token
# Add tunnel to "http://ackee:3000"
TUNNEL_TOKEN= ##REQUIRED##
# Administrative user and password
ACKEE_USERNAME=admin
ACKEE_PASSWORD=password
# Domain(s) - comma separated - that Ackee will be tracking
ACKEE_ALLOW_ORIGIN=https://www.mydomain.com
# or set below to true to use FQDN as Domain title
ACKEE_AUTO_ORIGIN=false