From a28793b684b3299c95e04924ed18e0fe5cd6f107 Mon Sep 17 00:00:00 2001 From: meisterfischy Date: Sat, 22 Jan 2022 17:17:33 +0100 Subject: Added a role for a calibre-web server --- roles/calibre/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 roles/calibre/README.md (limited to 'roles/calibre/README.md') diff --git a/roles/calibre/README.md b/roles/calibre/README.md new file mode 100644 index 0000000..1dbc079 --- /dev/null +++ b/roles/calibre/README.md @@ -0,0 +1,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) -- cgit v1.2.3