2020-08-14 11:54:28 -06:00
|
|
|
# Port for Express
|
|
|
|
# Defaults to: 3000
|
|
|
|
#PORT=
|
|
|
|
|
2020-08-14 12:39:08 -06:00
|
|
|
# Domain of Keyoxide instance
|
2020-08-18 01:38:46 -06:00
|
|
|
#DOMAIN=
|
2020-08-14 12:39:08 -06:00
|
|
|
|
2022-10-03 06:45:29 -06:00
|
|
|
# Public key used for the simulated ActivityPub actor named Keyoxide on the instance
|
|
|
|
# Obtained through:
|
|
|
|
# $ openssl genrsa -out private.pem 2048
|
|
|
|
# $ openssl rsa -in private.pem -outform PEM -pubout -out public.pem
|
|
|
|
# $ while read -r line; do echo -nE "$line\n" ; done < public.pem > public-oneline.pem
|
2022-10-27 14:22:12 -06:00
|
|
|
#ACTIVITYPUB_PUBLIC_KEY=
|
2022-10-03 06:45:29 -06:00
|
|
|
|
2021-06-21 03:23:06 -06:00
|
|
|
# Domain for DOIP Proxy server
|
|
|
|
# Source code for the server can be found here https://codeberg.org/keyoxide/doip-proxy
|
2021-05-04 07:39:45 -06:00
|
|
|
#PROXY_HOSTNAME=
|
2020-08-14 08:23:32 -06:00
|
|
|
|
2020-08-15 10:44:20 -06:00
|
|
|
# Tor Onion URL
|
|
|
|
# The full http:// onion url to add as an 'Onion-Location' header
|
|
|
|
#ONION_URL=
|
2021-06-21 03:36:21 -06: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=
|
2022-10-06 07:19:29 -06:00
|
|
|
|
|
|
|
# Enable caching of keys (experimental)
|
|
|
|
# Opt-in; to disable, omit the environment variable
|
2023-09-22 04:15:10 -06:00
|
|
|
#ENABLE_EXPERIMENTAL_CACHE=true
|
|
|
|
|
|
|
|
# Enable profile request rate limiting (experimental)
|
|
|
|
# Opt-in; to disable, omit the environment variable
|
|
|
|
#ENABLE_EXPERIMENTAL_RATE_LIMITER=true
|