mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
Update demo documents
This commit is contained in:
parent
613f7b33f1
commit
53d7951b1c
2 changed files with 16 additions and 7 deletions
|
@ -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=
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue