mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
36 lines
1.4 KiB
YAML
36 lines
1.4 KiB
YAML
# Calibre-Web alternative to Calibre, offers a clean/modern UX
|
|
|
|
# calibreweb_install: False
|
|
# calibreweb_enabled: False
|
|
|
|
# calibreweb_port: 8083 # PORT VARIABLE HAS NO EFFECT (as of January 2019)
|
|
|
|
# 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)
|
|
|
|
# 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!
|
|
|
|
calibreweb_version: master # WAS: master, 0.6.4, 0.6.5, 0.6.6, 0.6.7, 0.6.8, 0.6.9
|
|
|
|
calibreweb_venv_path: /usr/local/calibre-web-py3
|
|
calibreweb_exec_path: "{{ calibreweb_venv_path }}/cps.py"
|
|
|
|
# Config files put in:
|
|
calibreweb_config: "{{ calibreweb_home }}/config"
|
|
|
|
# Calibre-Web will be provisioned with default administrative account,
|
|
# 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
|
|
|
|
# Files owned by:
|
|
calibreweb_user: root
|
|
|
|
# UNUSED variables, as of March 2019:
|
|
# calibreweb_admin_user: Admin
|
|
# calibreweb_admin_password: changeme
|