feat(komga): add Komga comic reader

This commit is contained in:
redbeardymcgee 2025-04-12 15:09:36 -05:00
parent 2af05d816b
commit 6c66dff470
4 changed files with 34 additions and 1 deletions

View file

@ -190,7 +190,7 @@ that I intend to add to this repository. It is still growing, and I welcome
- [x] [Kavita](https://kavitareader.com) - [x] [Kavita](https://kavitareader.com)
- [ ] [Keycloak](https://www.keycloak.org) - [ ] [Keycloak](https://www.keycloak.org)
- [x] [Kibitzr](https://kibitzr.github.io/) - [x] [Kibitzr](https://kibitzr.github.io/)
- [ ] [Komga](https://komga.org/) - [x] [Komga](https://komga.org/)
- [x] [LazyLibrarian](https://lazylibrarian.gitlab.io/) - [x] [LazyLibrarian](https://lazylibrarian.gitlab.io/)
- [x] [LibreNMS](https://librenms.org) - [x] [LibreNMS](https://librenms.org)
- [x] [librespeed](https://librespeed.org) - [x] [librespeed](https://librespeed.org)

View file

@ -0,0 +1,23 @@
[Unit]
Description=Komga comic reader
[Service]
Restart=on-failure
TimeoutStartSec=900
[Install]
WantedBy=default.target
[Container]
Image=docker.io/gotson/komga
ContainerName=komga
AutoUpdate=registry
Network=komga.network
HostName=komga
PublishPort=25600:25600
Volume=komga-config:/config
Volume=komga-data:/data
Environment=TC=Etc/UTC

View file

@ -0,0 +1,6 @@
[Unit]
Description=Komga network
[Network]
NetworkName=komga

View file

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