blob: 1dbc07904e598140ec4d22c9075fb2684b158c73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# calibre-web
Installed calibre-web with optional features if specified.
Assumes the ssl cert and key are located at `/etc/ssl/certs/FQDN.(pem | key)`.
```yaml
ssl: true
features:
- ldap
- oauth
- metadata
- comics
```
[List of possible features](https://github.com/janeczku/calibre-web/wiki/Dependencies-in-Calibre-Web-Linux-Windows)
|