keyoxide-web/template.env

34 lines
1,007 B
Bash
Raw Permalink 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
2022-10-03 14:45:29 +02: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 22:22:12 +02:00
#ACTIVITYPUB_PUBLIC_KEY=
2022-10-03 14:45:29 +02:00
2023-09-22 12:20:16 +02:00
# Domain for Keyoxide Proxy server
# To host a Keyoxide Proxy server, refer to https://docs.keyoxide.org/self-hosting/
2021-05-04 15:39:45 +02:00
#PROXY_HOSTNAME=
# Domain for Dicebear API server
# Defaults to: api.dicebear.com
#DICEBEAR_API_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
2022-10-06 15:19:29 +02:00
# Enable caching of keys (experimental)
# Opt-in; to disable, omit the environment variable
2023-09-22 12:15:10 +02:00
#ENABLE_EXPERIMENTAL_CACHE=true
# Enable profile request rate limiting (experimental)
# Opt-in; to disable, omit the environment variable
#ENABLE_EXPERIMENTAL_RATE_LIMITER=true