initial upload

This commit is contained in:
2026-02-12 14:07:22 +01:00
parent 40623ba331
commit 3308ffec42
75 changed files with 714 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
[Unit]
Description=Flaresolverr
[Container]
ContainerName=flaresolverr
AutoUpdate=registry
Environment=TZ=Europe/Berlin
Image=ghcr.io/thephaseless/byparr:latest
Pod=manga.pod
[Service]
Restart=always
[Install]
WantedBy=default.target

View File

@@ -0,0 +1,2 @@
[Volume]
VolumeName=komga-config

2
manga/komga-data.volume Normal file
View File

@@ -0,0 +1,2 @@
[Volume]
VolumeName=komga-data

2
manga/komga-temp.volume Normal file
View File

@@ -0,0 +1,2 @@
[Volume]
VolumeName=komga-temp

20
manga/komga.container Normal file
View File

@@ -0,0 +1,20 @@
[Unit]
Description=Komga
[Container]
ContainerName=komga
AutoUpdate=registry
Environment=TZ=Europe/Berlin
Image=docker.io/gotson/komga:latest
Pod=manga.pod
User=1001
Volume=/var/home/administrator/data/arr-suite/medien/manga:/manga:z
Volume=komga-config.volume:/config
Volume=komga-data.volume:/data
Volume=komga-temp.volume:/tmp
[Service]
Restart=always
[Install]
WantedBy=default.target

3
manga/manga.network Normal file
View File

@@ -0,0 +1,3 @@
[Network]
Driver=bridge
NetworkName=manga

13
manga/manga.pod Normal file
View File

@@ -0,0 +1,13 @@
[Unit]
Description=Manga Pod
[Pod]
PodName=manga
Network=manga.network
PublishPort=25600:25600
PublishPort=8191:8191
PublishPort=4567:4567
[Install]
WantedBy=default.target

View File

@@ -0,0 +1,2 @@
[Volume]
VolumeName=suwayomi-config

20
manga/suwayomi.container Normal file
View File

@@ -0,0 +1,20 @@
[Unit]
Description=Suwayomi
[Container]
ContainerName=suwayomi
AutoUpdate=registry
Environment=TZ=Europe/Berlin
Environment=FLARESOLVERR_ENABLED=true
Environment=FLARESOLVERR_URL=http://flaresolverr:8191
Image=ghcr.io/suwayomi/suwayomi-server:latest
User=1001
Pod=manga.pod
Volume=suwayomi-config:/home/suwayomi/.local/share/Tachidesk
Volume=/var/home/administrator/data/arr-suite/medien/manga:/home/suwayomi/Downloads/mangas:z
[Service]
Restart=always
[Install]
WantedBy=default.target