feat(komga): add Komga comic reader
This commit is contained in:
parent
2af05d816b
commit
6c66dff470
4 changed files with 34 additions and 1 deletions
|
@ -190,7 +190,7 @@ that I intend to add to this repository. It is still growing, and I welcome
|
|||
- [x] [Kavita](https://kavitareader.com)
|
||||
- [ ] [Keycloak](https://www.keycloak.org)
|
||||
- [x] [Kibitzr](https://kibitzr.github.io/)
|
||||
- [ ] [Komga](https://komga.org/)
|
||||
- [x] [Komga](https://komga.org/)
|
||||
- [x] [LazyLibrarian](https://lazylibrarian.gitlab.io/)
|
||||
- [x] [LibreNMS](https://librenms.org)
|
||||
- [x] [librespeed](https://librespeed.org)
|
||||
|
|
23
quadlets/komga/komga.container
Normal file
23
quadlets/komga/komga.container
Normal 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
|
6
quadlets/komga/komga.network
Normal file
6
quadlets/komga/komga.network
Normal file
|
@ -0,0 +1,6 @@
|
|||
[Unit]
|
||||
Description=Komga network
|
||||
|
||||
[Network]
|
||||
NetworkName=komga
|
||||
|
4
quadlets/komga/komga.volume
Normal file
4
quadlets/komga/komga.volume
Normal file
|
@ -0,0 +1,4 @@
|
|||
[Volume]
|
||||
VolumeName=komga-config
|
||||
VolumeName=komga-data
|
||||
|
Loading…
Add table
Reference in a new issue