[PR #936] [MERGED] feat: add Fider template #15266

Closed
opened 2026-07-13 16:58:44 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/936
Author: @rohitmulani63-ops
Created: 6/22/2026
Status: Merged
Merged: 7/7/2026
Merged by: @Siumauricio

Base: canaryHead: codex/add-fider-template


📝 Commits (3)

  • 7339013 feat: add Fider template
  • 5dff55e Add local SMTP service for Fider
  • 1101076 Merge remote-tracking branch 'origin/canary' into codex/add-fider-template

📊 Changes

4 files changed (+91 additions, -0 deletions)

View changed files

blueprints/fider/docker-compose.yml (+37 -0)
blueprints/fider/fider.svg (+9 -0)
blueprints/fider/template.toml (+27 -0)
📝 meta.json (+18 -0)

📄 Description

Summary

/claim #152

Closes #727.

Adds a Fider template for a self-hosted feedback portal with PostgreSQL.

The template includes:

  • pinned getfider/fider:0.21.1 application image
  • PostgreSQL 17 database
  • generated database password and JWT secret
  • persistent PostgreSQL storage
  • Dokploy domain routing on port 3000
  • BASE_URL configured from the Dokploy domain
  • SMTP variables exposed for production email configuration without hardcoded credentials

Validation

  • node dedupe-and-sort-meta.js
  • npm.cmd run validate-template -- --dir ../blueprints/fider
  • npm.cmd run validate-docker-compose -- --file ../blueprints/fider/docker-compose.yml
  • git diff --check passed with only normal CRLF line-ending warnings

Not run: full Docker runtime smoke test, because Docker is unavailable locally.


🔄 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/936 **Author:** [@rohitmulani63-ops](https://github.com/rohitmulani63-ops) **Created:** 6/22/2026 **Status:** ✅ Merged **Merged:** 7/7/2026 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `canary` ← **Head:** `codex/add-fider-template` --- ### 📝 Commits (3) - [`7339013`](https://github.com/Dokploy/templates/commit/7339013e7f3b8aa7ed5884b1d03c651949bdf19c) feat: add Fider template - [`5dff55e`](https://github.com/Dokploy/templates/commit/5dff55e30298a86163fb16b1a66b4dd7f778bdbd) Add local SMTP service for Fider - [`1101076`](https://github.com/Dokploy/templates/commit/1101076f95e01c67c7822d951fcc3b69a4b65403) Merge remote-tracking branch 'origin/canary' into codex/add-fider-template ### 📊 Changes **4 files changed** (+91 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/fider/docker-compose.yml` (+37 -0) ➕ `blueprints/fider/fider.svg` (+9 -0) ➕ `blueprints/fider/template.toml` (+27 -0) 📝 `meta.json` (+18 -0) </details> ### 📄 Description ## Summary /claim #152 Closes #727. Adds a Fider template for a self-hosted feedback portal with PostgreSQL. The template includes: - pinned `getfider/fider:0.21.1` application image - PostgreSQL 17 database - generated database password and JWT secret - persistent PostgreSQL storage - Dokploy domain routing on port 3000 - `BASE_URL` configured from the Dokploy domain - SMTP variables exposed for production email configuration without hardcoded credentials ## Validation - `node dedupe-and-sort-meta.js` - `npm.cmd run validate-template -- --dir ../blueprints/fider` - `npm.cmd run validate-docker-compose -- --file ../blueprints/fider/docker-compose.yml` - `git diff --check` passed with only normal CRLF line-ending warnings Not run: full Docker runtime smoke test, because Docker is unavailable locally. --- <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-07-13 16:58:44 -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#15266