From 53d7951b1c56e65acb941a9c4ca2d3ee52cc9806 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Thu, 27 Oct 2022 22:22:12 +0200 Subject: [PATCH] Update demo documents --- docker-compose.yaml | 21 +++++++++++++++------ template.env | 2 +- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index fba9905..4cc785f 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -17,6 +17,10 @@ services: # - KX_HIGHLIGHTS_1_FINGERPRINT= ## The hostname to reach the doip_proxy container below # - PROXY_HOSTNAME= + ## The onion URL to advertise in the HTTP response headers + # - ONION_URL= + ## The key to sign ActivityPub requests + # - ACTIVITYPUB_PUBLIC_KEY= doip_proxy: image: keyoxide/doip-proxy:latest @@ -24,15 +28,20 @@ services: ports: - 3001:3000 # environment: - ## For XMPP verification - # - XMPP_SERVICE= - # - XMPP_USERNAME= - # - XMPP_PASSWORD= + ## For ActivityPub verification + # - ACTIVITYPUB_URL= + # - ACTIVITYPUB_PRIVATE_KEY= + ## For IRC verification + # - IRC_NICK= + ## For Telegram verification + # - TELEGRAM_TOKEN= ## For Twitter verification # - TWITTER_BEARER_TOKEN= ## For Matrix verification # - MATRIX_ROOM_ID= # - MATRIX_INSTANCE= # - MATRIX_ACCESS_TOKEN= - ## For IRC verification - # - IRC_NICK= \ No newline at end of file + ## For XMPP verification + # - XMPP_SERVICE= + # - XMPP_USERNAME= + # - XMPP_PASSWORD= \ No newline at end of file diff --git a/template.env b/template.env index e2ab72b..5f05cf4 100644 --- a/template.env +++ b/template.env @@ -10,7 +10,7 @@ # $ 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 -#ACTIVITYPUB_PUBLICKEY= +#ACTIVITYPUB_PUBLIC_KEY= # Domain for DOIP Proxy server # Source code for the server can be found here https://codeberg.org/keyoxide/doip-proxy