From af1bdd872cdf1ccf71e953245d1682fef94e5c47 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Fri, 22 Sep 2023 12:20:16 +0200 Subject: [PATCH] feat: update template.env --- template.env | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/template.env b/template.env index d4a974f..488bf95 100644 --- a/template.env +++ b/template.env @@ -12,28 +12,14 @@ # $ while read -r line; do echo -nE "$line\n" ; done < public.pem > public-oneline.pem #ACTIVITYPUB_PUBLIC_KEY= -# Domain for DOIP Proxy server -# Source code for the server can be found here https://codeberg.org/keyoxide/doip-proxy +# Domain for Keyoxide Proxy server +# To host a Keyoxide Proxy server, refer to https://docs.keyoxide.org/self-hosting/ #PROXY_HOSTNAME= # Tor Onion URL # The full http:// onion url to add as an 'Onion-Location' header #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) # Opt-in; to disable, omit the environment variable #ENABLE_EXPERIMENTAL_CACHE=true