瀏覽代碼

ntfy doc: Describe web app & how to enable it

See #2529
pull/2596/head
Felix Stupp 3 年之前
committed by GitHub
父節點
當前提交
87b74e6c3e
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. +9
    -0
      docs/configuring-playbook-ntfy.md

+ 9
- 0
docs/configuring-playbook-ntfy.md 查看文件

@@ -21,6 +21,9 @@ ntfy_enabled: true
# Uncomment the line below and change it, if you'd like.
# matrix_server_fqn_ntfy: "ntfy.{{ matrix_domain }}"

# Uncomment to enable the ntfy web app (disabled by default)
# ntfy_web_root: app # defaults to "disable"

# Uncomment and change to inject additional configuration options.
# ntfy_configuration_extension_yaml: |
# log_level: DEBUG
@@ -81,6 +84,12 @@ If the matrix app asks, "Choose a distributor: FCM Fallback or ntfy", then choos

If the matrix app doesn't seem to pick it up, try restarting it and try the Troubleshooting section below.

### Web App

ntfy has also an web app to subscribe and push to topics from the browser. This may be helpful to further troubleshoot UnifiedPush problems or to use ntfy for other purposes. The web app only runs in the browser locally (after downloading the JavaScript).

The web app is disabled in this playbook by default as the expectation is that most users won't use it. You can either use the [official hosted one](https://ntfy.sh/app) (it supports using other public reachable ntfy instances) or host it yourself by setting `ntfy_web_root: "app"` and re-running Ansible.


## Troubleshooting



Loading…
取消
儲存