Update demo documents

This commit is contained in:
Yarmo Mackenbach 2022-10-27 22:22:12 +02:00
parent 613f7b33f1
commit 53d7951b1c
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1
2 changed files with 16 additions and 7 deletions

View file

@ -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=
## For XMPP verification
# - XMPP_SERVICE=
# - XMPP_USERNAME=
# - XMPP_PASSWORD=

View file

@ -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