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= # - KX_HIGHLIGHTS_1_FINGERPRINT=
## The hostname to reach the doip_proxy container below ## The hostname to reach the doip_proxy container below
# - PROXY_HOSTNAME= # - 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: doip_proxy:
image: keyoxide/doip-proxy:latest image: keyoxide/doip-proxy:latest
@ -24,15 +28,20 @@ services:
ports: ports:
- 3001:3000 - 3001:3000
# environment: # environment:
## For XMPP verification ## For ActivityPub verification
# - XMPP_SERVICE= # - ACTIVITYPUB_URL=
# - XMPP_USERNAME= # - ACTIVITYPUB_PRIVATE_KEY=
# - XMPP_PASSWORD= ## For IRC verification
# - IRC_NICK=
## For Telegram verification
# - TELEGRAM_TOKEN=
## For Twitter verification ## For Twitter verification
# - TWITTER_BEARER_TOKEN= # - TWITTER_BEARER_TOKEN=
## For Matrix verification ## For Matrix verification
# - MATRIX_ROOM_ID= # - MATRIX_ROOM_ID=
# - MATRIX_INSTANCE= # - MATRIX_INSTANCE=
# - MATRIX_ACCESS_TOKEN= # - MATRIX_ACCESS_TOKEN=
## For IRC verification ## For XMPP verification
# - IRC_NICK= # - XMPP_SERVICE=
# - XMPP_USERNAME=
# - XMPP_PASSWORD=

View file

@ -10,7 +10,7 @@
# $ openssl genrsa -out private.pem 2048 # $ openssl genrsa -out private.pem 2048
# $ openssl rsa -in private.pem -outform PEM -pubout -out public.pem # $ 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 # $ 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 # Domain for DOIP Proxy server
# Source code for the server can be found here https://codeberg.org/keyoxide/doip-proxy # Source code for the server can be found here https://codeberg.org/keyoxide/doip-proxy