1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/calibre-web/defaults/main.yml

37 lines
1.4 KiB
YAML
Raw Normal View History

2019-03-05 18:45:08 +00:00
# Calibre-Web alternative to Calibre, offers a clean/modern UX
2018-08-13 17:11:42 +00:00
2019-03-05 18:45:08 +00:00
# calibreweb_install: False
# calibreweb_enabled: False
2019-07-14 14:43:37 +00:00
# calibreweb_port: 8083 # PORT VARIABLE HAS NO EFFECT (as of January 2019)
2019-03-05 18:45:08 +00:00
2019-07-14 14:43:37 +00:00
# calibreweb_url1: /books # For SHORT URL http://box/books (English)
# calibreweb_url2: /libros # For SHORT URL http://box/libros (Spanish)
# calibreweb_url3: /livres # For SHORT URL http://box/livres (French)
2019-03-05 18:45:08 +00:00
# calibreweb_home: "{{ content_base }}/calibre-web" # /library/calibre-web for books, metadata.db & config/app.db
# All above are set in: github.com/iiab/iiab/blob/master/vars/default_vars.yml
# If nec, change them by editing /etc/iiab/local_vars.yml prior to installing!
2018-08-13 17:11:42 +00:00
2020-12-26 17:57:25 +00:00
calibreweb_version: master # WAS: master, 0.6.4, 0.6.5, 0.6.6, 0.6.7, 0.6.8, 0.6.9
2019-05-30 23:53:57 +00:00
2020-02-06 12:19:05 +00:00
calibreweb_venv_path: /usr/local/calibre-web-py3
2018-09-01 23:32:22 +00:00
calibreweb_exec_path: "{{ calibreweb_venv_path }}/cps.py"
2018-08-13 17:11:42 +00:00
2020-02-02 17:48:20 +00:00
# Config files put in:
calibreweb_config: "{{ calibreweb_home }}/config"
2020-02-02 17:30:19 +00:00
# Calibre-Web will be provisioned with default administrative account,
2018-08-27 21:42:18 +00:00
# metadata.db and language if /library/calibre-web/metadata.db does not exist.
# NOT CURRENTLY IN USE: calibreweb_provision: True
calibreweb_settings_database: app.db
calibreweb_database: metadata.db
2018-08-14 02:29:59 +00:00
2020-02-02 17:30:19 +00:00
# Files owned by:
calibreweb_user: root
2018-08-13 17:11:42 +00:00
2019-03-05 18:45:08 +00:00
# UNUSED variables, as of March 2019:
# calibreweb_admin_user: Admin
# calibreweb_admin_password: changeme