All apps · 0 apps
Ntfy
Docker app from kostecki's Repository
Overview
Install Ntfy on Unraid in a few clicks.
Find Ntfy in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Categories
Download Statistics
Total Downloads Over Time
Related apps
Explore more like this
Explore allLinks
Details
binwiederhier/ntfyRuntime arguments
- Web UI
http://[IP]:[PORT:80]/- Network
bridge- Shell
sh- Privileged
- false
- Extra Params
--restart unless-stopped
Template configuration
- Target
- 80
- Value
- 8080
- Value
- https://ntfy.israndom.win
Sets web root to landing page (home), web app (app) or disables the web app entirely (disable).
- Default
- app
- Value
- app
Forward poll request to an upstream server, this is needed for iOS push notifications for self-hosted servers.
- Default
- https://ntfy.sh
- Value
- https://ntfy.sh
If set, messages are cached in a local SQLite database instead of only in-memory. This allows for service restarts without losing messages in support of the since= parameter.
- Default
- /config/cache.db
- Value
- /config/cache.db
Duration for which messages will be buffered before they are deleted (e.g. 30s, 20m, 20h). This is required to support the since=... and poll=1 parameter. Set this to 0 to disable the cache entirely.
- Default
- 12h
- Value
- 12h
Auth database file used for access control. If set, enables authentication and access control.
- Default
- /config/user.db
- Value
- /config/user.db
Default permissions if no matching entries in the auth database are found. Default is read-write.
- Default
- read-write
- Value
- deny-all
Cache directory for attached files. To enable attachments, this has to be set. NOTE: If NTFY_ATTACHMENT_CACHE_DIR is set then NFTY_BASE_URL is also required.
- Default
- /config/attachments
- Value
- /config/attachments
Limit of the on-disk attachment cache directory (e.g. 300k, 2M, 100M). If the limits is exceeded, new attachments will be rejected.
- Default
- 5G
- Value
- 5G
Per-file attachment size limit (e.g. 300k, 2M, 100M). Larger attachment will be rejected.
- Default
- 15M
- Value
- 15M
Duration after which uploaded attachments will be deleted (e.g. 30s, 20m, 20h).
- Default
- 3h
- Value
- 3h
SMTP server address to allow email sending.
SMTP user; only used if e-mail sending is enabled.
SMTP password; only used if e-mail sending is enabled.
SMTP sender e-mail address; only used if e-mail sending is enabled.
Optional prefix for the e-mail addresses to prevent spam, e.g. ntfy-.
Set log level. Options: INFO, WARN, ERROR, DEBUG or TRACE
- Default
- info
- Value
- info
- Target
- /config
- Default
- /mnt/user/appdata/ntfy
- Value
- /mnt/user/appdata/ntfy