ntfy.sh
Introduction
Push notifications made easy ntfy (pronounced notify) is a simple HTTP-based pub-sub notificatio...
Installation Rocky Linux
Configuration
Access control
Access Control
By default, the ntfy server is open for everyone, meaning everyone can read and write to any topi...
Users and roles
The ntfy user command allows you to add/remove/change users in the ntfy user database, as well as...
Access control list (ACL)
The access control list (ACL) manages access to topics for non-admin users, and for anonymous acc...
Access Tokens
In addition to username/password auth, ntfy also provides authentication via access tokens. Acces...
Proxy
Behind a proxy (TLS, etc.)
WarningIf you are running ntfy behind a proxy, you must set the behind-proxy flag. Otherwise, all...
TLS/SSL
ntfy supports HTTPS/TLS by setting the listen-https config option. However, if you are behind a p...
nginx/Apache2/caddy
For your convenience, here's a working config that'll help configure things behind a proxy. Be su...