[PR #326] [CLOSED] Add NTFY (Item requested on issue #145) #367

Closed
opened 2025-11-22 20:36:36 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/326
Author: @jorgegomzar
Created: 9/2/2025
Status: Closed

Base: mainHead: feat/add-ntfy


📝 Commits (10+)

  • 932e0ab chore: add meta ntfy
  • 8cbdcaf chore: typo
  • 100a497 feat(ntfy): add blueprint files
  • 403da1a fix: missing ip version on variables + metrics variables
  • cf332c0 fix: remove !!merge
  • 31688f1 fix: use NTFY_LISTEN_HTTP env variable
  • c68b17f fix: bad default
  • ab0f5df chore: use 3080 since 3000 is in use
  • c400cd7 fix: variables should be formatted as toml...
  • 237a1fb fix: 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 ./certs directory, 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Dokploy/templates/pull/326 **Author:** [@jorgegomzar](https://github.com/jorgegomzar) **Created:** 9/2/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/add-ntfy` --- ### 📝 Commits (10+) - [`932e0ab`](https://github.com/Dokploy/templates/commit/932e0ab809778a939b6d3f776d0dd05651ff9fb3) chore: add meta ntfy - [`8cbdcaf`](https://github.com/Dokploy/templates/commit/8cbdcaf129119f48b15a8e6a18682b972c8e78d3) chore: typo - [`100a497`](https://github.com/Dokploy/templates/commit/100a49775c068a6059360427058393d6cb188a5a) feat(ntfy): add blueprint files - [`403da1a`](https://github.com/Dokploy/templates/commit/403da1a03455765e8dce0a9b6450b024fcd07bec) fix: missing ip version on variables + metrics variables - [`cf332c0`](https://github.com/Dokploy/templates/commit/cf332c0933b14f3422140f4b6401968f1ae460c8) fix: remove !!merge - [`31688f1`](https://github.com/Dokploy/templates/commit/31688f132690b18b839c3fa1989fe619945f4e37) fix: use NTFY_LISTEN_HTTP env variable - [`c68b17f`](https://github.com/Dokploy/templates/commit/c68b17f30401ce62fa2768cd66cc4a511914dd4d) fix: bad default - [`ab0f5df`](https://github.com/Dokploy/templates/commit/ab0f5df3411301004f92786fe8b188e2603e374f) chore: use 3080 since 3000 is in use - [`c400cd7`](https://github.com/Dokploy/templates/commit/c400cd7c151f62c43511de5ebbf26e1d0df82108) fix: variables should be formatted as toml... - [`237a1fb`](https://github.com/Dokploy/templates/commit/237a1fb714dc0e15128e1f99a4946c13fb81dc57) fix: use integer for ports ### 📊 Changes **5 files changed** (+513 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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 `./certs` directory, 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! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-22 20:36:36 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#367