13 lines
346 B
Bash
13 lines
346 B
Bash
# Tor/onion preset
|
|
# self_host.sh adds the Docker tor profile.
|
|
|
|
ELEKTRINE_ENABLE_TOR=true
|
|
ONION_TLS_ENABLED=true
|
|
ONION_TLS_PORT=8443
|
|
ONION_TLS_CERTFILE=/data/certs/live/onion-cert.pem
|
|
ONION_TLS_KEYFILE=/data/certs/live/onion-key.pem
|
|
|
|
# Optional hidden-service identity restore.
|
|
# ONION_HOST=
|
|
# ONION_HS_SECRET_KEY_B64=
|
|
# ONION_HS_PUBLIC_KEY_B64=
|