How to login in ntfy?

What type of hardware are you using: VPS bought online
What YunoHost version are you running: 12.0.7
What app is this about: ntfy

Describe your issue

I installed ntfy on yunohost. While installation I set an password but I’m not able to login with this credentials.

What needs to be done to login?

Share relevant logs or error messages

no logs

Try

yunohost app setting ntfy protect_against_basic_auth_spoofing -v false
yunohost app ssowatconf

and reload the page.

You are my hero. That works instantly.

I’m asking myself how could I get such information in the first place?

See this part of yunohost doc :

1 Like

That deserves to be fixed in the app. :sweat_smile: I’ll make a new version.

Well, it’s already in the app. :scream:

Oui, je ne comprends pas.
Par défaut, settings.yml contient bien :

auth-header: basic-with-password
(...)
protect_against_basic_auth_spoofing: 'False'

mais /etc/ssowat/conf.json donne:

        "ntfy.main": {
            "auth_header": false,
            "public": true,
            "uris": [
                "ntfy.mydomain.tld"
            ],
            "users": []
        },

… un peu comme si yunohost app ssowatconfn’était pas lancé à la fin de l’installation.

Actually… that might be it. Permissions are now provisioned before the execution of the install script. I think we do need to run that command.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.