mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 07:25:23 +02:00
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:
26
blueprints/seanime/docker-compose.yml
Normal file
26
blueprints/seanime/docker-compose.yml
Normal 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
|
||||
BIN
blueprints/seanime/seanime.png
Normal file
BIN
blueprints/seanime/seanime.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 20 KiB |
7
blueprints/seanime/template.toml
Normal file
7
blueprints/seanime/template.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
[variables]
|
||||
main_domain = "${domain}"
|
||||
|
||||
[[config.domains]]
|
||||
serviceName = "seanime"
|
||||
port = 43211
|
||||
host = "${main_domain}"
|
||||
17
meta.json
17
meta.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user