Преглед на файлове

Clarify up* r/w permissions

Pixelguin преди 2 месеца
родител
ревизия
f356309f70
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/troubleshooting.md

+ 1 - 1
docs/troubleshooting.md

@@ -139,4 +139,4 @@ If all of your topics are showing as "Reconnecting" and notifications are taking
 * If ntfy is behind a reverse proxy, make sure `behind_proxy` is enabled.
 * If ntfy is behind Nginx, make sure WebSockets are enabled.
 * Make sure you have granted permission to access all of your topics, either to a logged-in user account or to `everyone`. All subscribed topics are joined into a single WebSocket/JSON, so a single topic that receives `403 Forbidden` will prevent the entire request from going through.
-  * In particular, double-check that your user has permission to read `up*` if you are using UnifiedPush.
+  * In particular, double-check that `everyone` has permission to write to `up*` and your user has permission to read `up*` if you are using UnifiedPush.