feat: added dokuwiki

This commit is contained in:
sujiba 2024-05-06 16:13:19 +02:00
parent 3978c4645d
commit e615c1819e
3 changed files with 45 additions and 11 deletions

View file

@ -165,10 +165,10 @@ attachment-cache-dir: /var/cache/ntfy/attachments
# Create web push key pair inside the docker container:
# docker compose exec -it ntfy /bin/bash
# ntfy webpush keys
web-push-public-key:
web-push-private-key:
web-push-file: /var/cache/ntfy/webpush.db
web-push-email-address: hostmaster@exmaple.com
# web-push-public-key:
# web-push-private-key:
# web-push-file: /var/cache/ntfy/webpush.db
# web-push-email-address: hostmaster@exmaple.com
# web-push-startup-queries:
# If enabled, ntfy can perform voice calls via Twilio via the "X-Call" header.
@ -229,7 +229,7 @@ enable-login: true
#
# iOS users:
# If you use the iOS ntfy app, you MUST configure this to receive timely notifications. You'll like want this:
upstream-base-url: "https://ntfy.sh"
# upstream-base-url: "https://ntfy.sh"
#
# If set, all incoming messages will publish a "poll_request" message to the configured upstream server, containing
# the message ID of the original message, instructing the iOS app to poll this server for the actual message contents.