feat: Add Seanime and remove strapai duplicate entry (#808)

* v1.0.0

* v1.0.1

* Update blueprints/seanime/docker-compose.yml

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>

* Update blueprints/seanime/docker-compose.yml

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>

* Update blueprints/seanime/docker-compose.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* v1.0.2

* Update blueprints/seanime/docker-compose.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* v1.0.4

* v1.0.5

* v1.0.6

---------

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Ennio Marke
2026-07-07 22:34:26 +02:00
committed by GitHub
parent 7f9cfaaf49
commit f1210e6ac4
4 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
version: "3.8"
services:
seanime-init:
image: busybox:1.37.0
user: "0:0"
volumes:
- ./seanime-config:/mnt/config
- ./anime:/mnt/anime
- ./downloads:/mnt/downloads
command:
[ "sh", "-c", "chown -R 1000:1000 /mnt/config && find /mnt/config -type d -exec chmod 755 {} + && find /mnt/config -type f -exec chmod 644 {} +",]
seanime:
image: umagistr/seanime:v3.6.1-rootless
depends_on:
seanime-init:
condition: service_completed_successfully
environment:
- SEANIME_SERVER_HOST=0.0.0.0
expose:
- "43211"
volumes:
- ./seanime-config:/home/seanime/.config/Seanime
- ./anime:/anime
- ./downloads:/downloads
restart: unless-stopped

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -0,0 +1,7 @@
[variables]
main_domain = "${domain}"
[[config.domains]]
serviceName = "seanime"
port = 43211
host = "${main_domain}"

View File

@@ -6103,6 +6103,23 @@
"storage"
]
},
{
"id": "seanime",
"name": "Seanime",
"version": "3.6.1-rootless",
"description": "A self-hosted anime streaming platform.",
"logo": "seanime.png",
"links": {
"github": "https://github.com/5rahim/seanime",
"website": "https://seanime.app/",
"docs": "https://seanime.app/docs"
},
"tags": [
"media",
"anime",
"streaming"
]
},
{
"id": "searxng",
"name": "SearXNG",