mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
Update main.yml
This commit is contained in:
parent
a7831e5ee5
commit
f243dad00e
1 changed files with 5 additions and 4 deletions
|
@ -7,16 +7,17 @@ calibreweb_enabled: False
|
|||
|
||||
calibreweb_port: 8083
|
||||
calibreweb_url: /calibre-web
|
||||
calibreweb_path: "{{ iiab_base }}/calibre-web"
|
||||
calibreweb_path: "{{ iiab_base }}/calibre-web" # /opt/iiab/calibre-web
|
||||
calibreweb_exec_path: "{{ calibreweb_path }}/cps.py"
|
||||
|
||||
# calibre-web folder to store its data files.
|
||||
calibreweb_home: "{{ content_base }}/calibre-web"
|
||||
calibreweb_home: "{{ content_base }}/calibre-web" # /library/calibre-web
|
||||
# calibre-web folder to store configuration files.
|
||||
calibreweb_config: "{{ calibreweb_home }}/config"
|
||||
|
||||
# calibre-web setup will be provisioned with default administration account, metadata.db and
|
||||
# language. You could turn this to 'False' while reinstalling/upgrading calibre-web.
|
||||
# calibre-web setup will be provisioned with default administration account,
|
||||
# metadata.db and language. You may want to make this to 'False' while
|
||||
# reinstalling/upgrading calibre-web.
|
||||
calibreweb_provision: True
|
||||
calibreweb_settings_database: app.db
|
||||
calibreweb_database: metadata.db
|
||||
|
|
Loading…
Reference in a new issue