File tree 2 files changed +13
-4
lines changed
2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -528,10 +528,7 @@ or the root domain:
528
528
# Note that this config is most certainly incomplete. Please help out and let me know what's missing
529
529
# via Discord/Matrix or in a GitHub issue.
530
530
531
- ntfy.sh {
532
- reverse_proxy 127.0.0.1:2586
533
- }
534
- http://nfty.sh {
531
+ ntfy.sh, http://nfty.sh {
535
532
reverse_proxy 127.0.0.1:2586
536
533
}
537
534
```
Original file line number Diff line number Diff line change @@ -1174,6 +1174,18 @@ parameter (or any of its aliases `unifiedpush` or `up`) to `1` to [disable Fireb
1174
1174
option is mostly equivalent to ` Firebase: no ` , but was introduced to allow future flexibility. The flag additionally
1175
1175
enables auto-detection of the message encoding. If the message is binary, it'll be encoded as base64.
1176
1176
1177
+ ## Public topics
1178
+ Obviously all topics on ntfy.sh are public, but there are a few designated topics that are used in examples, and topics
1179
+ that you can use to try out what [ authentication and access control] ( #authentication ) looks like.
1180
+
1181
+ | Topic | User | Permissions | Description |
1182
+ | ------------------------------------------------| -----------------------------------| ------------------------------------------------------| --------------------------------------|
1183
+ | [ announcements] ( https://ntfy.sh/announcements ) | ` * ` (unauthenticated) | Read-only for everyone | Release announcements and such |
1184
+ | [ stats] ( https://ntfy.sh/stats ) | ` * ` (unauthenticated) | Read-only for everyone | Daily statistics about ntfy.sh usage |
1185
+ | [ mytopic-rw] ( https://ntfy.sh/mytopic-rw ) | ` testuser ` (password: ` testuser ` ) | Read-write for ` testuser ` , no access for anyone else | Test topic |
1186
+ | [ mytopic-ro] ( https://ntfy.sh/mytopic-ro ) | ` testuser ` (password: ` testuser ` ) | Read-only for ` testuser ` , no access for anyone else | Test topic |
1187
+ | [ mytopic-wo] ( https://ntfy.sh/mytopic-wo ) | ` testuser ` (password: ` testuser ` ) | Write-only for ` testuser ` , no access for anyone else | Test topic |
1188
+
1177
1189
## Limitations
1178
1190
There are a few limitations to the API to prevent abuse and to keep the server healthy. Almost all of these settings
1179
1191
are configurable via the server side [ rate limiting settings] ( config.md#rate-limiting ) . Most of these limits you won't run into,
You can’t perform that action at this time.
0 commit comments