16 lines
550 B
Plaintext
16 lines
550 B
Plaintext
# Copy to /etc/tunnel-server.env and set values.
|
|
# Required:
|
|
TRAEFIK_SSH_HOST=ingress.example.com
|
|
TRAEFIK_SSH_KEY=/etc/tunnel-server/traefik_deploy_key
|
|
|
|
# Optional (defaults shown):
|
|
# SSH_PORT=2222
|
|
# SSH_HOST_KEY=/etc/tunnel-server/host_key
|
|
# AUTHORIZED_KEYS=/etc/tunnel-server/authorized_keys (tunnel user's authorized_keys from ingress.nixc.us)
|
|
# PORT_RANGE_START=10000
|
|
# PORT_RANGE_END=10100
|
|
# TRAEFIK_SSH_USER=root
|
|
# SWARM_SERVICE_NAME=better-argo-tunnels_tunnel-server
|
|
# TRAEFIK_ENTRYPOINT=websecure
|
|
# TRAEFIK_CERT_RESOLVER=letsencryptresolver
|