Просмотр исходного кода

Merge pull request #2596 from Zocker1999NET/patch-2

Describe disabled ntfy web app in documentation & changelog
pull/2597/head
Slavi Pantaleev 2 лет назад
committed by GitHub
Родитель
Сommit
a086688867
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 4AEE18F83AFDEB23
2 измененных файлов: 18 добавлений и 0 удалений
  1. +9
    -0
      CHANGELOG.md
  2. +9
    -0
      docs/configuring-playbook-ntfy.md

+ 9
- 0
CHANGELOG.md Просмотреть файл

@@ -1,3 +1,12 @@
# 2023-03-22

## ntfy Web App is disabled by default

ntfy provides a web app, which is now disabled by default, because it may be unknown to and unused by most users of this playbook. You can enable it by setting `ntfy_web_root: "app"` (see [ntfy documentation](docs/configuring-playbook-ntfy.md)).

This change was already applied a while before this entry, but as some users were reporting the missing web app, this entry was added (see [#2529](https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2529)).


# 2023-03-21

## The matrix-prometheus role lives independently now


+ 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 also has a web app to subscribe to 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



Загрузка…
Отмена
Сохранить