mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-07 17:18:26 -05:00
[PR #825] Add qui A fast, modern web interface for qBittorrent. Manage multiple qBittorrent instances from a single, lightweight application built by autobrr #4293
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/825
Author: @Yuri-NagaSaki
Created: 4/28/2026
Status: 🔄 Open
Base:
canary← Head:add-qui📝 Commits (5)
ab8f522feat: add qui templatef05f88efix(qui): use latest image tagfc25557revert: restore duplicate strapi entry removed by dedupe scriptc495e7ffix: deduplicate meta.json to pass CI validation3c64d99fix(qui): replace logo with autobrr org avatar (128x128)📊 Changes
4 files changed (+41 additions, -18 deletions)
View changed files
➕
blueprints/qui/docker-compose.yml(+13 -0)➕
blueprints/qui/qui.png(+0 -0)➕
blueprints/qui/template.toml(+9 -0)📝
meta.json(+19 -18)📄 Description
What is this PR about?
Add qui templates
Checklist
Before submitting this PR, please make sure that:
Screenshots or Videos
Greptile Summary
This PR adds a new template for qui, a web interface for managing multiple qBittorrent instances built by autobrr. The blueprint files (
docker-compose.yml,template.toml, logo) are structurally correct and follow Dokploy conventions.Previous review comments flagging the unpinned
:latestimage tag and the accidental removal of the Strapi entry frommeta.jsonremain unaddressed — both issues need to be resolved before merging.Confidence Score: 3/5
Not safe to merge — the Strapi template entry was inadvertently deleted from meta.json, and the Docker image remains unpinned to a specific version.
Two P1 issues flagged in prior review rounds remain unaddressed: (1) accidental removal of the Strapi entry from meta.json (a production-visible regression for existing users) and (2) the Docker image pinned to :latest instead of a specific release tag, violating the repo's explicit supply-chain security policy. Score is pulled below the P1 ceiling of 4 because both issues must be fixed simultaneously.
meta.json (Strapi deletion + version field), blueprints/qui/docker-compose.yml (unpinned image tag)
Comments Outside Diff (1)
meta.json, line 5971-5989 (link)The Strapi entry has been deleted from
meta.jsonin this PR, but this PR is only intended to addqui. Theblueprints/strapi/directory still exists in the repository, so removing its registry entry will make the Strapi template invisible to Dokploy users. This appears to be an inadvertent side-effect of a merge conflict or manual edit near this section of the file.Please restore the Strapi entry:
Reviews (3): Last reviewed commit: "fix(qui): replace logo with autobrr org ..." | Re-trigger Greptile
Context used:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.