forked from Mirrors/keyoxide-web
feat: update template.env
This commit is contained in:
parent
b333365730
commit
af1bdd872c
1 changed files with 2 additions and 16 deletions
18
template.env
18
template.env
|
@ -12,28 +12,14 @@
|
||||||
# $ while read -r line; do echo -nE "$line\n" ; done < public.pem > public-oneline.pem
|
# $ while read -r line; do echo -nE "$line\n" ; done < public.pem > public-oneline.pem
|
||||||
#ACTIVITYPUB_PUBLIC_KEY=
|
#ACTIVITYPUB_PUBLIC_KEY=
|
||||||
|
|
||||||
# Domain for DOIP Proxy server
|
# Domain for Keyoxide Proxy server
|
||||||
# Source code for the server can be found here https://codeberg.org/keyoxide/doip-proxy
|
# To host a Keyoxide Proxy server, refer to https://docs.keyoxide.org/self-hosting/
|
||||||
#PROXY_HOSTNAME=
|
#PROXY_HOSTNAME=
|
||||||
|
|
||||||
# Tor Onion URL
|
# Tor Onion URL
|
||||||
# The full http:// onion url to add as an 'Onion-Location' header
|
# The full http:// onion url to add as an 'Onion-Location' header
|
||||||
#ONION_URL=
|
#ONION_URL=
|
||||||
|
|
||||||
# Highlights
|
|
||||||
# Highlight up to three profiles on the homepage
|
|
||||||
#KX_HIGHLIGHTS_1_NAME=
|
|
||||||
#KX_HIGHLIGHTS_1_DESCRIPTION=
|
|
||||||
#KX_HIGHLIGHTS_1_FINGERPRINT=
|
|
||||||
|
|
||||||
#KX_HIGHLIGHTS_2_NAME=
|
|
||||||
#KX_HIGHLIGHTS_2_DESCRIPTION=
|
|
||||||
#KX_HIGHLIGHTS_2_FINGERPRINT=
|
|
||||||
|
|
||||||
#KX_HIGHLIGHTS_3_NAME=
|
|
||||||
#KX_HIGHLIGHTS_3_DESCRIPTION=
|
|
||||||
#KX_HIGHLIGHTS_3_FINGERPRINT=
|
|
||||||
|
|
||||||
# Enable caching of keys (experimental)
|
# Enable caching of keys (experimental)
|
||||||
# Opt-in; to disable, omit the environment variable
|
# Opt-in; to disable, omit the environment variable
|
||||||
#ENABLE_EXPERIMENTAL_CACHE=true
|
#ENABLE_EXPERIMENTAL_CACHE=true
|
||||||
|
|
Loading…
Reference in a new issue