add calibre-web
This commit is contained in:
parent
ebadfd9e46
commit
390285c2d6
2 changed files with 32 additions and 0 deletions
7
quadlets/calibre-web/README.md
Normal file
7
quadlets/calibre-web/README.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# calibre-web
|
||||
|
||||
## Known issues
|
||||
|
||||
```bash
|
||||
curl -fLSs -o /volumes/calibre-web/database/metadata.db https://github.com/janeczku/calibre-web/raw/master/library/metadata.db
|
||||
```
|
25
quadlets/calibre-web/calibre-web.container
Normal file
25
quadlets/calibre-web/calibre-web.container
Normal file
|
@ -0,0 +1,25 @@
|
|||
[Unit]
|
||||
Description=calibre-web
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
Restart=on-failure
|
||||
TimeoutStartSec=900
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
[Container]
|
||||
Image=lscr.io/linuxserver/calibre-web:latest
|
||||
ContainerName=calibre-web
|
||||
HostName=calibre-web
|
||||
|
||||
Network=
|
||||
|
||||
Volume=/volumes/calibre-web/config:/config
|
||||
Volume=/volumes/calibre-web/books:/books
|
||||
Volume=/volumes/calibre-web/database:/database
|
||||
|
||||
Environment=TZ=
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue