[PR #808] feat: Add Seanime and remove strapai duplicate entry #12408

Open
opened 2026-06-13 14:12:54 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/808
Author: @EnnioMrk
Created: 4/19/2026
Status: 🔄 Open

Base: canaryHead: seanime


📝 Commits (10+)

📊 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

image

Greptile Summary

This PR adds a new Seanime blueprint and removes a duplicate strapi entry from meta.json. All previously flagged concerns (missing version: "3.8", unpinned images, missing expose directive, empty [[config.mounts]] block, and version: "latest" in meta.json) have been addressed. The only remaining nit is that the version field in meta.json is 3.6.1-rootless while the actual image tag is v3.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)

  1. blueprints/seanime/template.toml, line 13 (link)

    P2 Empty [[config.mounts]] block

    The [[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.

  2. meta.json, line 5969-5985 (link)

    P1 Unintentional removal of strapi entry

    The strapi template entry has been deleted from meta.json in this PR, even though the PR only intends to add Seanime. This looks like an accidental deletion caused by a rebase/merge conflict. The strapi entry should be restored.

Reviews (5): Last reviewed commit: "v1.0.6" | Re-trigger Greptile

Context used:

  • Context used - AGENTS.md (source)

🔄 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/808 **Author:** [@EnnioMrk](https://github.com/EnnioMrk) **Created:** 4/19/2026 **Status:** 🔄 Open **Base:** `canary` ← **Head:** `seanime` --- ### 📝 Commits (10+) - [`7f252cd`](https://github.com/Dokploy/templates/commit/7f252cdb4dbdffbc2df6c31fa0f52c44cf3c69e0) v1.0.0 - [`bc5c4a9`](https://github.com/Dokploy/templates/commit/bc5c4a90c56e4001e9cff8f34eb0e05110f554f6) v1.0.1 - [`fa4c882`](https://github.com/Dokploy/templates/commit/fa4c8829dc837f5fc20f31c301b098849da52879) Update blueprints/seanime/docker-compose.yml - [`d1ea526`](https://github.com/Dokploy/templates/commit/d1ea5266c7af5929787b84f63bd7f724fdc08135) Update blueprints/seanime/docker-compose.yml - [`30279f9`](https://github.com/Dokploy/templates/commit/30279f905c60808c4a30b09d319176a5e621c378) Update blueprints/seanime/docker-compose.yml - [`4392058`](https://github.com/Dokploy/templates/commit/43920581f84fadde106a3a49bc94a25549103527) v1.0.2 - [`06c3570`](https://github.com/Dokploy/templates/commit/06c357051d93f5c8fdee5191330302a4da96bcec) v1.0.3 - [`9ae645a`](https://github.com/Dokploy/templates/commit/9ae645a2e28141a91a16bd5cd8d4dde2daf1ca5d) Update blueprints/seanime/docker-compose.yml - [`07a4d80`](https://github.com/Dokploy/templates/commit/07a4d80f1744a74af6bab90e09c027ba2ff167f1) v1.0.4 - [`9309a92`](https://github.com/Dokploy/templates/commit/9309a92defa1074a41c44e22e5b16a3aacb1e343) v1.0.5 ### 📊 Changes **4 files changed** (+50 additions, -18 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/seanime/docker-compose.yml` (+26 -0) ➕ `blueprints/seanime/seanime.png` (+0 -0) ➕ `blueprints/seanime/template.toml` (+7 -0) 📝 `meta.json` (+17 -18) </details> ### 📄 Description ## What is this PR about? Add Seanime and remove the strapai duplicate entry ## Checklist Before submitting this PR, please make sure that: - [x] I have read the suggestions in the README.md file https://github.com/Dokploy/templates?tab=readme-ov-file#general-requirements-when-creating-a-template - [x] I have tested the template in my instance, so the maintainers don't spend time trying to figure out what's wrong. - [x] I have added tests that demonstrate that my correction works or that my new feature works. ## Screenshots or Videos <img width="1853" height="1043" alt="image" src="https://github.com/user-attachments/assets/0a8c3ecb-7cb9-41b8-93ab-b4ebb4ebd4ca" /> <!-- greptile_comment --> <h3>Greptile Summary</h3> This PR adds a new Seanime blueprint and removes a duplicate `strapi` entry from `meta.json`. All previously flagged concerns (missing `version: "3.8"`, unpinned images, missing `expose` directive, empty `[[config.mounts]]` block, and `version: "latest"` in meta.json) have been addressed. The only remaining nit is that the `version` field in `meta.json` is `3.6.1-rootless` while the actual image tag is `v3.6.1-rootless`. <h3>Confidence Score: 5/5</h3> 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. <!-- greptile_failed_comments --> <details><summary><h3>Comments Outside Diff (1)</h3></summary> 1. `blueprints/seanime/template.toml`, line 13 ([link](https://github.com/dokploy/templates/blob/7f252cdb4dbdffbc2df6c31fa0f52c44cf3c69e0/blueprints/seanime/template.toml#L13)) <a href="#"><img alt="P2" src="https://greptile-static-assets.s3.amazonaws.com/badges/p2.svg?v=7" align="top"></a> **Empty `[[config.mounts]]` block** The `[[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. 2. `meta.json`, line 5969-5985 ([link](https://github.com/dokploy/templates/blob/d29eb280e86008f775e397a87b91167fafd09b27/meta.json#L5969-L5985)) <a href="#"><img alt="P1" src="https://greptile-static-assets.s3.amazonaws.com/badges/p1.svg?v=7" align="top"></a> **Unintentional removal of `strapi` entry** The `strapi` template entry has been deleted from `meta.json` in this PR, even though the PR only intends to add Seanime. This looks like an accidental deletion caused by a rebase/merge conflict. The `strapi` entry should be restored. </details> <!-- /greptile_failed_comments --> <sub>Reviews (5): Last reviewed commit: ["v1.0.6"](https://github.com/dokploy/templates/commit/d29eb280e86008f775e397a87b91167fafd09b27) | [Re-trigger Greptile](https://app.greptile.com/api/retrigger?id=28884435)</sub> **Context used:** - Context used - AGENTS.md ([source](https://app.greptile.com/review/custom-context?memory=09330bde-2058-497c-9c64-ceae637fb5b2)) <!-- /greptile_comment --> --- <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-13 14:12:54 -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#12408