podbox/pods/mamstack/calibre-web/README.md
2024-12-01 20:51:57 -06:00

13 lines
393 B
Markdown

# 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
```