[PR #696] [MERGED] Update Notifuse template: replace PASETO with SECRET_KEY auth #4184

Closed
opened 2026-04-30 06:48:07 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/696
Author: @pierre-b
Created: 1/31/2026
Status: Merged
Merged: 3/5/2026
Merged by: @Siumauricio

Base: canaryHead: update-notifuse-template


📝 Commits (2)

  • 199f2f8 Update Notifuse template: replace PASETO with SECRET_KEY auth
  • eaf2bb7 Update docker-compose.yml

📊 Changes

2 files changed (+30 additions, -47 deletions)

View changed files

📝 blueprints/notifuse/docker-compose.yml (+28 -30)
📝 blueprints/notifuse/template.toml (+2 -17)

📄 Description

Summary

  • Replace deprecated PASETO authentication with SECRET_KEY
  • Remove SMTP environment variables (now configured via Setup Wizard)
  • Add healthcheck for notifuse service
  • Add data volume for persistent storage

Changes

  • Authentication: PASETO_PRIVATE_KEY/PASETO_PUBLIC_KEY replaced with SECRET_KEY
  • Kept: ROOT_EMAIL, API_ENDPOINT (required at deploy)
  • Removed: SMTP_* variables (configured via Setup Wizard on first launch)
  • Added: Healthcheck on notifuse service, data volume mount
  • Updated: Environment variable syntax and volume definitions to match other templates

Test plan

  • Deploy template via Dokploy
  • Verify app starts with ROOT_EMAIL and API_ENDPOINT configured
  • Configure SMTP via Setup Wizard
  • Verify email functionality

🔄 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/696 **Author:** [@pierre-b](https://github.com/pierre-b) **Created:** 1/31/2026 **Status:** ✅ Merged **Merged:** 3/5/2026 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `canary` ← **Head:** `update-notifuse-template` --- ### 📝 Commits (2) - [`199f2f8`](https://github.com/Dokploy/templates/commit/199f2f8de4fc1bda6e3ad2e6c7765dc987697b08) Update Notifuse template: replace PASETO with SECRET_KEY auth - [`eaf2bb7`](https://github.com/Dokploy/templates/commit/eaf2bb72f54a8cf357f3d402d8dbe21afbc92495) Update docker-compose.yml ### 📊 Changes **2 files changed** (+30 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `blueprints/notifuse/docker-compose.yml` (+28 -30) 📝 `blueprints/notifuse/template.toml` (+2 -17) </details> ### 📄 Description ## Summary - Replace deprecated PASETO authentication with SECRET_KEY - Remove SMTP environment variables (now configured via Setup Wizard) - Add healthcheck for notifuse service - Add data volume for persistent storage ## Changes - **Authentication**: `PASETO_PRIVATE_KEY`/`PASETO_PUBLIC_KEY` replaced with `SECRET_KEY` - **Kept**: `ROOT_EMAIL`, `API_ENDPOINT` (required at deploy) - **Removed**: `SMTP_*` variables (configured via Setup Wizard on first launch) - **Added**: Healthcheck on notifuse service, data volume mount - **Updated**: Environment variable syntax and volume definitions to match other templates ## Test plan - Deploy template via Dokploy - Verify app starts with ROOT_EMAIL and API_ENDPOINT configured - Configure SMTP via Setup Wizard - Verify email functionality --- <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 2026-04-30 06:48:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#4184