Add UnifiedPush settings in documentation
-
Hello.
I suggest to add an entry to the ntfy docs to explain how to make UnifiedPush work. Basically, one needs to apply this lines to the
app/data/config/server.yml:auth-access: - "everyone:up*:write-only"c.f. https://docs.ntfy.sh/config/#example-unifiedpush
It could also be a setting applied by default.
-
@mononym thanks! But I think this is something for upstream docs since it's not Cloudron specific . The cloudron docs are only for packaging specific stuff (https://docs.cloudron.io/packages/ntfy/#custom-config).
@joseph said in Add UnifiedPush settings in documentation:
The cloudron docs are only for packaging specific stuff (https://docs.cloudron.io/packages/ntfy/#custom-config ).
IMHO that is neither true, nor should it be: plenty of the docs contain useful tips on how to do things with apps, and that is a very good and useful thing for Cloudron users.
I agree with @mononym that this info should be added to the docs (although I also agree it should prob just be added to the package too).
-
Maybe I am missing something but isn't that rule giving anon access to channels starting with 'up' . Why should this be in default Cloudron package? If it was important, the default install of ntfy should come with this from upstream.
@joseph said in Add UnifiedPush settings in documentation:
Maybe I am missing something but isn't that rule giving anon access to channels starting with 'up'
from the upstream docs linked above:
The topic names used by UnifiedPush all start with the up* prefix.
@joseph said in Add UnifiedPush settings in documentation:
Why should this be in default Cloudron package?
I could be missing something and I'm not even using the app, but just because I'd guess most people would want UnifiedPush stuff on in an app that's all about getting notified about stuff.