mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
18 lines
814 B
YAML
18 lines
814 B
YAML
calibre_port: 8080
|
|
|
|
# http://box:8080 & http://box:8080/mobile WORK BUT THESE OTHER URL'S ARE A MESS (BOOKS RARELY DISPLAY)
|
|
calibre_web_path: calibre
|
|
# In addition to: http://box:8080 http://box/books box/libros box/livres box/livros box/liv
|
|
|
|
calibre_dbpath: "{{ content_base }}/calibre"
|
|
# i.e. /library/calibre
|
|
|
|
calibre_sample_book: "Metamorphosis-jackson.epub"
|
|
# Must be downloadable from http://download.iiab.io/packages
|
|
|
|
calibre_src_url: "https://raw.githubusercontent.com/kovidgoyal/calibre/master/setup/linux-installer.py"
|
|
|
|
# USE TO TEST debs.yml (RASPBIAN APPROACH!) ON DEBIAN 9.X: (now handled by calibre_via_debs in /opt/iiab/iiab/vars/*)
|
|
#calibre_debs_on_debian: True
|
|
# Enable unstable .deb's, not just testing .deb's: (moved to vars/local_vars.yml & vars/default_vars.yml)
|
|
#calibre_unstable_debs: False
|