Recently Updated Pages
Access control list (ACL)
The access control list (ACL) manages access to topics for non-admin users, and for anonymous acc...
Users and roles
The ntfy user command allows you to add/remove/change users in the ntfy user database, as well as...
Access Control
By default, the ntfy server is open for everyone, meaning everyone can read and write to any topi...
nginx/Apache2/caddy
For your convenience, here's a working config that'll help configure things behind a proxy. Be su...
TLS/SSL
ntfy supports HTTPS/TLS by setting the listen-https config option. However, if you are behind a p...
Behind a proxy (TLS, etc.)
WarningIf you are running ntfy behind a proxy, you must set the behind-proxy flag. Otherwise, all...
Access Tokens
In addition to username/password auth, ntfy also provides authentication via access tokens. Acces...
Introduction
Push notifications made easy ntfy (pronounced notify) is a simple HTTP-based pub-sub notificatio...
Installation with repository
Enable the copr repository for ntfy hosted on fedoraincloud. dnf copr enable cyqsimon/ntfysh I...
Basic Configuration
The most basic settings are base-url (the external URL of the ntfy server), the HTTP/HTTPS listen...
Web Push
Web Push (RFC8030) allows ntfy to receive push notifications, even when the ntfy web app (or even...
Filter based on attribute
This is very useful for selecting data from a very large list. For instance, if you have a very l...
Code block setup
As preferred by ansible-lint, it adds readability to the blocks: - name: Some descriptive code b...