keyoxide-web/template.env

29 lines
632 B
Bash
Raw Normal View History

2020-08-14 19:54:28 +02:00
# Port for Express
# Defaults to: 3000
#PORT=
2020-08-14 20:39:08 +02:00
# Domain of Keyoxide instance
2020-08-18 09:38:46 +02:00
#DOMAIN=
2020-08-14 20:39:08 +02:00
2021-06-21 11:23:06 +02:00
# Domain for DOIP Proxy server
# Source code for the server can be found here https://codeberg.org/keyoxide/doip-proxy
2021-05-04 15:39:45 +02:00
#PROXY_HOSTNAME=
# Tor Onion URL
# The full http:// onion url to add as an 'Onion-Location' header
#ONION_URL=
2021-06-21 11:36:21 +02:00
# 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=