docker-samples/ackee_cloudflare/.env

12 lines
349 B
Bash
Raw Normal View History

2024-11-15 22:49:33 +00:00
# Cloudflare Tunnel Token
# Add tunnel to "http://ackee:3000"
TUNNEL_TOKEN= ##REQUIRED##
# Administrative user and password
ACKEE_USERNAME=admin
ACKEE_PASSWORD=password
2024-11-16 05:06:17 +00:00
# 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