Files
onion/.env.sample
vaznasty 80f6aa2370
Some checks failed
continuous-integration/drone/push Build is failing
use 9052 as traefik port
2026-01-13 13:46:11 -05:00

20 lines
795 B
Plaintext

TYPE=onion
DOMAIN=onion.example.com
# Disabled by default because this will backup the sensitive onion secret key
ENABLE_BACKUPS=false
# Include the full stack name of your traefik service plus "_app"
# For example, if your traefik is at domain traefik.example.com, set traefik_example_com_app
# TODO Can we automate setting this?
TRAEFIK_SERVICE=traefik_example_com_app
TRAEFIK_PORT=9052 # traefik port with the onion entrypoint. Generally should not be changed
ONION_PORT=80 # port that will be exposed to clients of the onion service
## Enabling these reduces latency but you will NOT be anonymous
## You must enable NON_ANONYMOUS_MODE in order to enable SINGLE_HOP_MODE
## If you enable this, you can NEVER run the same service anonymously
# NON_ANONYMOUS_MODE=1
# SINGLE_HOP_MODE=1