Ntfy
How to setup a single user server
Documentation: https://docs.ntfy.sh/
- Hash your user password
ntfy user hash
- Create a new token
ntfy token generate
- Add to
/etc/ntfy/server.yaml:
base-url: "https://ntfy.example.com"
listen-http: ":3200"
behind-proxy: true
auth-default-access: "deny-all"
auth-users:
- "<username>:<pwhash>:admin"
auth-tokens:
- "<username>:<token>"