[PR #885] feat: add Firefly III template #10919

Open
opened 2026-06-07 21:40:06 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/885
Author: @BinkyTwin
Created: 5/20/2026
Status: 🔄 Open

Base: canaryHead: codex/add-firefly-iii-template


📝 Commits (2)

  • 224149d feat: add Firefly III template
  • 4860544 fix: clarify Firefly III importer vanity URL

📊 Changes

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

View changed files

blueprints/firefly-iii/docker-compose.yml (+82 -0)
blueprints/firefly-iii/firefly-iii.svg (+12 -0)
blueprints/firefly-iii/template.toml (+33 -0)
📝 meta.json (+18 -0)

📄 Description

/claim #152

Summary

  • add a Firefly III template for self-hosted personal finance management
  • include MariaDB persistence, the Firefly III Data Importer, and the scheduled cron trigger used by the official Docker setup
  • configure Dokploy domains for the main app and importer, generated app/cron secrets, database credentials, timezone, and language

Closes #873.
Refs #152 as a partial template-bounty contribution.

Verification

  • node dedupe-and-sort-meta.js
  • node --import ./build-scripts/node_modules/tsx/dist/loader.mjs build-scripts/validate-template.ts --dir blueprints/firefly-iii
  • node --import ./build-scripts/node_modules/tsx/dist/loader.mjs build-scripts/validate-docker-compose.ts --file blueprints/firefly-iii/docker-compose.yml
  • git diff --check
  • docker compose -f blueprints/firefly-iii/docker-compose.yml config
  • docker manifest inspect fireflyiii/core:version-6.6.2
  • docker manifest inspect fireflyiii/data-importer:version-2.3.2
  • docker manifest inspect mariadb:11.8
  • docker manifest inspect alpine:3.22

🔄 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/885 **Author:** [@BinkyTwin](https://github.com/BinkyTwin) **Created:** 5/20/2026 **Status:** 🔄 Open **Base:** `canary` ← **Head:** `codex/add-firefly-iii-template` --- ### 📝 Commits (2) - [`224149d`](https://github.com/Dokploy/templates/commit/224149d6fc55d2ee726b8fe639a469c68945de08) feat: add Firefly III template - [`4860544`](https://github.com/Dokploy/templates/commit/4860544a119a53a8f0a6715abb1f49dcd189b9d3) fix: clarify Firefly III importer vanity URL ### 📊 Changes **4 files changed** (+145 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/firefly-iii/docker-compose.yml` (+82 -0) ➕ `blueprints/firefly-iii/firefly-iii.svg` (+12 -0) ➕ `blueprints/firefly-iii/template.toml` (+33 -0) 📝 `meta.json` (+18 -0) </details> ### 📄 Description /claim #152 ## Summary - add a Firefly III template for self-hosted personal finance management - include MariaDB persistence, the Firefly III Data Importer, and the scheduled cron trigger used by the official Docker setup - configure Dokploy domains for the main app and importer, generated app/cron secrets, database credentials, timezone, and language Closes #873. Refs #152 as a partial template-bounty contribution. ## Verification - `node dedupe-and-sort-meta.js` - `node --import ./build-scripts/node_modules/tsx/dist/loader.mjs build-scripts/validate-template.ts --dir blueprints/firefly-iii` - `node --import ./build-scripts/node_modules/tsx/dist/loader.mjs build-scripts/validate-docker-compose.ts --file blueprints/firefly-iii/docker-compose.yml` - `git diff --check` - `docker compose -f blueprints/firefly-iii/docker-compose.yml config` - `docker manifest inspect fireflyiii/core:version-6.6.2` - `docker manifest inspect fireflyiii/data-importer:version-2.3.2` - `docker manifest inspect mariadb:11.8` - `docker manifest inspect alpine:3.22` --- <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-06-07 21:40: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#10919