mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-11-22 11:24:04 +01:00
docs(config.md): fix UnifiedPush links
This commit is contained in:
parent
1d2b759dc0
commit
34f90facb2
1 changed files with 3 additions and 3 deletions
|
@ -404,10 +404,10 @@ with the given username/password. Be sure to use HTTPS to avoid eavesdropping an
|
||||||
```
|
```
|
||||||
|
|
||||||
### Example: UnifiedPush
|
### Example: UnifiedPush
|
||||||
[UnifiedPush](https://unifiedpush.org) requires that the [application server](https://unifiedpush.org/spec/definitions/#application-server) (e.g. Synapse, Fediverse Server, …)
|
[UnifiedPush](https://unifiedpush.org) requires that the [application server](https://unifiedpush.org/developers/spec/definitions/#application-server) (e.g. Synapse, Fediverse Server, …)
|
||||||
has anonymous write access to the [topic](https://unifiedpush.org/spec/definitions/#endpoint) used for push messages.
|
has anonymous write access to the [topic](https://unifiedpush.org/developers/spec/definitions/#endpoint) used for push messages.
|
||||||
The topic names used by UnifiedPush all start with the `up*` prefix. Please refer to the
|
The topic names used by UnifiedPush all start with the `up*` prefix. Please refer to the
|
||||||
**[UnifiedPush documentation](https://unifiedpush.org/users/distributors/ntfy/#limit-access-to-some-users)** for more details.
|
**[UnifiedPush documentation](https://unifiedpush.org/users/distributors/ntfy/#limit-access-to-some-users-acl)** for more details.
|
||||||
|
|
||||||
To enable support for UnifiedPush for private servers (i.e. `auth-default-access: "deny-all"`), you should either
|
To enable support for UnifiedPush for private servers (i.e. `auth-default-access: "deny-all"`), you should either
|
||||||
allow anonymous write access for the entire prefix or explicitly per topic:
|
allow anonymous write access for the entire prefix or explicitly per topic:
|
||||||
|
|
Loading…
Reference in a new issue