mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-12 01:56:43 -05:00
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Dokploy/templates/pull/326
Author: @jorgegomzar
Created: 9/2/2025
Status: ❌ Closed
Base:
main← Head:feat/add-ntfy📝 Commits (10+)
932e0abchore: add meta ntfy8cbdcafchore: typo100a497feat(ntfy): add blueprint files403da1afix: missing ip version on variables + metrics variablescf332c0fix: remove !!merge31688f1fix: use NTFY_LISTEN_HTTP env variablec68b17ffix: bad defaultab0f5dfchore: use 3080 since 3000 is in usec400cd7fix: variables should be formatted as toml...237a1fbfix: use integer for ports📊 Changes
5 files changed (+513 additions, -2 deletions)
View changed files
📝
README.md(+2 -2)➕
blueprints/ntfy/docker-compose.yml(+23 -0)➕
blueprints/ntfy/logo.png(+0 -0)➕
blueprints/ntfy/template.toml(+469 -0)📝
meta.json(+19 -0)📄 Description
Description
This PR aims to add NTFY configuration files.
Context
NTFY was requested here --> https://github.com/Dokploy/templates/issues/145#:~:text=Stars%3A%20%E2%AD%90%EF%B8%8F%2019k-,ntfy,-Description%3A%20Simple%20HTTP
I have experience self-hosting NTFY already in the cloud, but this is my first contribution to Dokploy templates.
NTFY requires access to HTTPS certificate files in order to use websockets as expected. I noticed some templates already mounted
./certsdirectory, so I assumed this is how we can expose Dokploy SSL certificates for the containers.If there is a better way of doing this please let me know and I'll update it ASAP.
Thanks!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.