Initial commit

This commit is contained in:
2025-11-06 20:28:41 +01:00
commit 5fc4fbcef3
182 changed files with 4742 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
[Volume]
Copy=true
Device=/var/mnt/nas/containers/komga/storage/config
Driver=local
Options=bind
Type=none
VolumeName=komga-config

View File

@@ -0,0 +1,7 @@
[Volume]
Copy=true
Device=/var/mnt/nas/containers/komga/storage/data
Driver=local
Options=bind
Type=none
VolumeName=komga-data

View File

@@ -0,0 +1,19 @@
[Unit]
Description=Komga container
[Container]
AutoUpdate=registry
ContainerName=komga
Environment=TZ=Europe/Zurich
Image=docker.io/gotson/komga:latest
Pod=komga.pod
StartWithPod=true
Timezone=Europe/Zurich
Volume=komga-config.volume:/config
Volume=komga-data.volume:/data
[Service]
Restart=always
[Install]
WantedBy=default.target

3
quadlets/komga/komga.pod Normal file
View File

@@ -0,0 +1,3 @@
[Pod]
PodName=komga
PublishPort=9015:25600