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:
parent
e5e1157a8f
commit
d15a766c7a
1 changed files with 13 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue