feat(mamstack): remove unnecessary containers
This commit is contained in:
parent
ecb4c46483
commit
5cce25c9e8
12 changed files with 0 additions and 135 deletions
|
@ -1,13 +0,0 @@
|
||||||
# calibre-web
|
|
||||||
|
|
||||||
## Known issues
|
|
||||||
|
|
||||||
### The starter metadata.db is required even if you do not use `calibre`
|
|
||||||
|
|
||||||
> [!WARNING]
|
|
||||||
> This should be run as your `$ctuser` or it will have the wrong owner and
|
|
||||||
> permissions
|
|
||||||
|
|
||||||
```bash
|
|
||||||
curl -fLSs -o /home/$ctuser/.local/share/containers/storage/volumes/calibre-web-database/metadata.db https://github.com/janeczku/calibre-web/raw/master/library/metadata.db
|
|
||||||
```
|
|
|
@ -1,3 +0,0 @@
|
||||||
[Volume]
|
|
||||||
VolumeName=calibre-web-config
|
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
[Volume]
|
|
||||||
VolumeName=calibre-web-data
|
|
||||||
|
|
|
@ -1,24 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=calibre-web
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Restart=on-failure
|
|
||||||
TimeoutStartSec=900
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=default.target
|
|
||||||
|
|
||||||
[Container]
|
|
||||||
Image=lscr.io/linuxserver/calibre-web:latest
|
|
||||||
ContainerName=calibre-web
|
|
||||||
HostName=calibre-web
|
|
||||||
Pod=MAMstack.pod
|
|
||||||
AutoUpdate=registry
|
|
||||||
|
|
||||||
Volume=/volumes/books:/books
|
|
||||||
Volume=calibre-web-config:/config
|
|
||||||
Volume=calibre-config:/database
|
|
||||||
|
|
||||||
Environment=TZ=Etc/UTC
|
|
||||||
|
|
||||||
|
|
|
@ -1,20 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=Ebook manager
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Restart=on-failure
|
|
||||||
TimeoutStartSec=900
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=default.target
|
|
||||||
|
|
||||||
[Container]
|
|
||||||
Image=lscr.io/linuxserver/calibre:latest
|
|
||||||
ContainerName=calibre
|
|
||||||
HostName=calibre
|
|
||||||
Pod=MAMstack.pod
|
|
||||||
AutoUpdate=registry
|
|
||||||
|
|
||||||
Volume=calibre-config:/config
|
|
||||||
|
|
||||||
Environment=TZ=Etc/UTC
|
|
|
@ -1,2 +0,0 @@
|
||||||
[Volume]
|
|
||||||
VolumeName=calibre-config
|
|
|
@ -1,2 +0,0 @@
|
||||||
[Volume]
|
|
||||||
VolumeName=kavita-config
|
|
|
@ -1,23 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=Ebook reader
|
|
||||||
After=caddy.service
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Restart=on-failure
|
|
||||||
TimeoutStartSec=900
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=default.target
|
|
||||||
|
|
||||||
[Container]
|
|
||||||
Image=ghcr.io/kareadita/kavita:latest
|
|
||||||
ContainerName=kavita
|
|
||||||
HostName=kavita
|
|
||||||
Pod=MAMstack.pod
|
|
||||||
AutoUpdate=registry
|
|
||||||
|
|
||||||
Volume=kavita-config:/kavita/config
|
|
||||||
Volume=/volumes/books:/library
|
|
||||||
|
|
||||||
Environment=TZ=Etc/UTC
|
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
[Volume]
|
|
||||||
VolumeName=lazylibrarian-config
|
|
||||||
|
|
|
@ -1,21 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=Lazy Librarian
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Restart=on-failure
|
|
||||||
TimeoutStartSec=900
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=default.target
|
|
||||||
|
|
||||||
[Container]
|
|
||||||
ContainerName=lazylibrarian
|
|
||||||
Image=lscr.io/linuxserver/lazylibrarian:latest
|
|
||||||
HostName=lazylibrarian
|
|
||||||
Pod=MAMstack.pod
|
|
||||||
AutoUpdate=registry
|
|
||||||
|
|
||||||
Volume=lazylibrarian-config:/config
|
|
||||||
Volume=/volumes/books:/books
|
|
||||||
|
|
||||||
Environment=TZ=Etc/UTC
|
|
|
@ -1,2 +0,0 @@
|
||||||
[Volume]
|
|
||||||
VolumeName=thelounge-data
|
|
|
@ -1,19 +0,0 @@
|
||||||
[Unit]
|
|
||||||
Description=IRC client
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Restart=on-failure
|
|
||||||
TimeoutStartSec=900
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=default.target
|
|
||||||
|
|
||||||
[Container]
|
|
||||||
Image=ghcr.io/thelounge/thelounge:latest
|
|
||||||
ContainerName=thelounge
|
|
||||||
HostName=thelounge
|
|
||||||
Pod=MAMstack.pod
|
|
||||||
AutoUpdate=registry
|
|
||||||
|
|
||||||
Volume=thelounge-data:/var/opt/thelounge
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue