1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update main.yml

This commit is contained in:
A Holt 2019-03-05 13:45:08 -05:00 committed by GitHub
parent e5e1157a8f
commit d15a766c7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,17 +1,20 @@
# The values here are defaults.
# To override them edit /etc/iiab/local_vars.yml
# Calibre-Web alternative to Calibre, offers a clean/modern UX
# Installation Variables
calibreweb_install: False
calibreweb_enabled: False
# calibreweb_install: False
# calibreweb_enabled: False
# calibreweb_port: 8083 # PORT VARIABLE HAS NO EFFECT (as of January 2019)
# calibreweb_url: /books # FOR SHORT URL http://box/books -- add {box/libros, box/livres, box/livros, box/liv} etc?
# 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_port: 8083 # PORT VARIABLE HAS NO EFFECT (as of January 2019)
calibreweb_url: /books
calibreweb_venv_path: /usr/local/calibre-web
calibreweb_exec_path: "{{ calibreweb_venv_path }}/cps.py"
# calibre-web folder to store its data files.
calibreweb_home: "{{ content_base }}/calibre-web" # /library/calibre-web
# calibre-web folder to store configuration files.
calibreweb_config: "{{ calibreweb_home }}/config"
@ -24,6 +27,6 @@ calibreweb_database: metadata.db
# calibre-web system user
calibreweb_user: root
# calibre-web admin account
# UNUSED variables, as of March 2019:
# calibreweb_admin_user: Admin
# calibreweb_admin_password: changeme