mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-06 10:37:26 -05:00
[PR #786] feat(: add wallabag blueprint #2900
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Dokploy/templates/pull/786
Author: @StellarRounin
Created: 4/12/2026
Status: 🔄 Open
Base:
canary← Head:template-wallabag📝 Commits (10+)
997fb4efeat(: add wallabag blueprintcc81777fix: Add version & restart1c18c7ffix: add description to meta jsonac1f131fix: Fix env & port in template tomlf28a263fix: Image5bb5f85fix: Change password string for helperfb8fb08fix: Change domain string for helpereef4c57fix: Change absolute for relative paths186de04fix: Add specific verision to meta.json169a06cfix📊 Changes
4 files changed (+79 additions, -18 deletions)
View changed files
➕
blueprints/wallabag/docker-compose.yml(+46 -0)➕
blueprints/wallabag/template.toml(+15 -0)➕
blueprints/wallabag/wallabag.png(+0 -0)📝
meta.json(+18 -18)📄 Description
What is this PR about?
New PR of Wallabag
This PR:
Screenshots or Videos
Greptile Summary
This PR adds a Wallabag blueprint with previous review issues largely addressed (version, restart policy, relative paths, credentials), but three blocking issues remain. The
template.tomlincorrectly placesDB_PASSWORD,ROOT_PASSWORD, and the missingDOMAINmapping inside[[config.domains]]instead of a[config.env]table, so none of these variables will be substituted indocker-compose.yml. Thewallabag/wallabagimage is unpinned whilemeta.jsondeclares version2.6.14. Finally, the Strapi entry has been accidentally deleted frommeta.json, likely due to a rebase conflict.Confidence Score: 3/5
Not safe to merge — broken env config prevents database auth and domain routing, and Strapi is accidentally deleted from the registry.
Three P1 issues: the env variable misconfiguration in template.toml breaks the primary user path (DB auth fails, domain redirect fails); the wallabag image is unpinned counter to the version declared in meta.json; and the Strapi entry deletion from meta.json is an unintended regression. These need to be resolved before merging.
blueprints/wallabag/template.toml (env variable structure), blueprints/wallabag/docker-compose.yml (pinned image version), meta.json (restore Strapi entry)
Reviews (2): Last reviewed commit: "fix: Delete duplicate strapi from meta j..." | Re-trigger Greptile
Context used:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.