[PR #881] feat: add Miniflux template #8091

Open
opened 2026-05-21 23:34:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/881
Author: @Artemis-ignis
Created: 5/20/2026
Status: 🔄 Open

Base: canaryHead: artemis/add-miniflux-template


📝 Commits (2)

  • 071a7b6 feat: add Miniflux template
  • dbd929d fix: guard GitHub star count fallback

📊 Changes

5 files changed (+83 additions, -1 deletions)

View changed files

📝 app/src/components/Navigation.tsx (+3 -1)
blueprints/miniflux/docker-compose.yml (+45 -0)
blueprints/miniflux/miniflux.svg (+1 -0)
blueprints/miniflux/template.toml (+17 -0)
📝 meta.json (+17 -0)

📄 Description

What is this PR about?

Adds a Dokploy template for Miniflux, a minimalist self-hosted RSS/Atom feed reader.

This template includes:

  • Miniflux 2.2.19 with a pinned Docker image
  • PostgreSQL 18 Alpine with persistent storage
  • automatic migrations and first admin user creation
  • Dokploy domain configuration for the Miniflux web UI
  • SVG logo and meta.json registry entry

Validation

  • Ran node dedupe-and-sort-meta.js
  • Ran npm run validate-template -- --dir ../blueprints/miniflux from build-scripts
  • Ran npm run validate-docker-compose -- --file ../blueprints/miniflux/docker-compose.yml from build-scripts
  • Verified meta.json duplicate count, sort order, and logo path
  • Tested in a live Dokploy instance

Refs #152
/claim #152


🔄 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/881 **Author:** [@Artemis-ignis](https://github.com/Artemis-ignis) **Created:** 5/20/2026 **Status:** 🔄 Open **Base:** `canary` ← **Head:** `artemis/add-miniflux-template` --- ### 📝 Commits (2) - [`071a7b6`](https://github.com/Dokploy/templates/commit/071a7b636d8a6342195a738f1b897b2fff479ad5) feat: add Miniflux template - [`dbd929d`](https://github.com/Dokploy/templates/commit/dbd929dc7415c8b0917d5a9fe76b8a7134621a4e) fix: guard GitHub star count fallback ### 📊 Changes **5 files changed** (+83 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `app/src/components/Navigation.tsx` (+3 -1) ➕ `blueprints/miniflux/docker-compose.yml` (+45 -0) ➕ `blueprints/miniflux/miniflux.svg` (+1 -0) ➕ `blueprints/miniflux/template.toml` (+17 -0) 📝 `meta.json` (+17 -0) </details> ### 📄 Description ## What is this PR about? Adds a Dokploy template for Miniflux, a minimalist self-hosted RSS/Atom feed reader. This template includes: - Miniflux 2.2.19 with a pinned Docker image - PostgreSQL 18 Alpine with persistent storage - automatic migrations and first admin user creation - Dokploy domain configuration for the Miniflux web UI - SVG logo and meta.json registry entry ## Validation - [x] Ran `node dedupe-and-sort-meta.js` - [x] Ran `npm run validate-template -- --dir ../blueprints/miniflux` from `build-scripts` - [x] Ran `npm run validate-docker-compose -- --file ../blueprints/miniflux/docker-compose.yml` from `build-scripts` - [x] Verified meta.json duplicate count, sort order, and logo path - [ ] Tested in a live Dokploy instance ## Issues related Refs #152 /claim #152 --- <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-21 23:34:41 -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#8091