[PR #728] feat: add Fider feedback collection platform template #5048

Open
opened 2026-05-06 17:53:07 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/728
Author: @ImBIOS
Created: 2/28/2026
Status: 🔄 Open

Base: canaryHead: add-fider-template


📝 Commits (4)

  • cc1c2e3 feat: add Fider feedback collection platform template
  • 88e839e fix: add internal port mapping for Fider app
  • 34bd04f fix: pin Docker images to specific versions per guidelines
  • 14e2e41 revert: revert invalid version pins to match codebase patterns

📊 Changes

4 files changed (+94 additions, -18 deletions)

View changed files

blueprints/fider/docker-compose.yml (+32 -0)
blueprints/fider/fider.png (+0 -0)
blueprints/fider/template.toml (+27 -0)
📝 meta.json (+35 -18)

📄 Description

Summary

  • Add Fider, an open-source feedback collection platform, to the Dokploy templates
  • Includes PostgreSQL 17 database service
  • Configurable SMTP email settings for notifications
  • JWT_SECRET and other required environment variables

Issue Reference

Closes #727

Test Plan

  • Validate meta.json with dedupe-and-sort-meta.js
  • Test the template by importing the Base64 config in Dokploy
  • Verify the service starts correctly
  • Verify domain is accessible

🔄 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/728 **Author:** [@ImBIOS](https://github.com/ImBIOS) **Created:** 2/28/2026 **Status:** 🔄 Open **Base:** `canary` ← **Head:** `add-fider-template` --- ### 📝 Commits (4) - [`cc1c2e3`](https://github.com/Dokploy/templates/commit/cc1c2e345256c99dcc3f5834dc7348f2224bc667) feat: add Fider feedback collection platform template - [`88e839e`](https://github.com/Dokploy/templates/commit/88e839e149bc6e36f34d82d7ec933895a2898863) fix: add internal port mapping for Fider app - [`34bd04f`](https://github.com/Dokploy/templates/commit/34bd04f0fafb72b5655591ed170a15fc80b8956d) fix: pin Docker images to specific versions per guidelines - [`14e2e41`](https://github.com/Dokploy/templates/commit/14e2e41adc639ae847ffe91d57fc6135dc31f9b2) revert: revert invalid version pins to match codebase patterns ### 📊 Changes **4 files changed** (+94 additions, -18 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/fider/docker-compose.yml` (+32 -0) ➕ `blueprints/fider/fider.png` (+0 -0) ➕ `blueprints/fider/template.toml` (+27 -0) 📝 `meta.json` (+35 -18) </details> ### 📄 Description ## Summary - Add Fider, an open-source feedback collection platform, to the Dokploy templates - Includes PostgreSQL 17 database service - Configurable SMTP email settings for notifications - JWT_SECRET and other required environment variables ## Issue Reference Closes #727 ## Test Plan - [x] Validate meta.json with dedupe-and-sort-meta.js - [ ] Test the template by importing the Base64 config in Dokploy - [ ] Verify the service starts correctly - [ ] Verify domain is accessible --- <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-05-06 17:53: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#5048