mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 21:58:44 -05:00
[PR #808] [MERGED] feat: Add Seanime and remove strapai duplicate entry #16134
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/808
Author: @EnnioMrk
Created: 4/19/2026
Status: ✅ Merged
Merged: 7/7/2026
Merged by: @Siumauricio
Base:
canary← Head:seanime📝 Commits (10+)
7f252cdv1.0.0bc5c4a9v1.0.1fa4c882Update blueprints/seanime/docker-compose.ymld1ea526Update blueprints/seanime/docker-compose.yml30279f9Update blueprints/seanime/docker-compose.yml4392058v1.0.206c3570v1.0.39ae645aUpdate blueprints/seanime/docker-compose.yml07a4d80v1.0.49309a92v1.0.5📊 Changes
4 files changed (+50 additions, -18 deletions)
View changed files
➕
blueprints/seanime/docker-compose.yml(+26 -0)➕
blueprints/seanime/seanime.png(+0 -0)➕
blueprints/seanime/template.toml(+7 -0)📝
meta.json(+17 -18)📄 Description
What is this PR about?
Add Seanime and remove the strapai duplicate entry
Checklist
Before submitting this PR, please make sure that:
Screenshots or Videos
Greptile Summary
This PR adds a new Seanime blueprint and removes a duplicate
strapientry frommeta.json. All previously flagged concerns (missingversion: "3.8", unpinned images, missingexposedirective, empty[[config.mounts]]block, andversion: "latest"in meta.json) have been addressed. The only remaining nit is that theversionfield inmeta.jsonis3.6.1-rootlesswhile the actual image tag isv3.6.1-rootless.Confidence Score: 5/5
Safe to merge — all prior blocking concerns have been resolved and only a trivial style nit remains.
All P0/P1 findings from previous review rounds are now fixed: images are pinned, the expose directive is present, version: 3.8 is declared, and the empty mounts block is gone. The only remaining finding is a missing v prefix in the meta.json version field, which is P2 and does not block merge.
No files require special attention.
Comments Outside Diff (1)
blueprints/seanime/template.toml, line 13 (link)[[config.mounts]]blockThe
[[config.mounts]]table array is declared but contains no fields. This may cause a TOML parse error or create a null/empty mount entry at deploy time. If no custom mounts are needed, remove this section entirely.meta.json, line 5969-5985 (link)strapientryThe
strapitemplate entry has been deleted frommeta.jsonin this PR, even though the PR only intends to add Seanime. This looks like an accidental deletion caused by a rebase/merge conflict. Thestrapientry should be restored.Reviews (5): Last reviewed commit: "v1.0.6" | Re-trigger Greptile
Context used:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.