1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/calibre/defaults/main.yml

19 lines
814 B
YAML
Raw Normal View History

2017-09-14 23:24:53 +00:00
calibre_port: 8080
2017-11-15 01:40:01 +00:00
# http://box:8080 & http://box:8080/mobile WORK BUT THESE OTHER URL'S ARE A MESS (BOOKS RARELY DISPLAY)
calibre_web_path: calibre
2017-11-15 01:40:01 +00:00
# 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
2017-05-27 18:09:50 +00:00
calibre_src_url: "https://raw.githubusercontent.com/kovidgoyal/calibre/master/setup/linux-installer.py"
2018-05-11 03:21:33 +00:00
# USE TO TEST debs.yml (RASPBIAN APPROACH!) ON DEBIAN 9.X: (now handled by calibre_via_debs in /opt/iiab/iiab/vars/*)
2018-05-10 19:55:14 +00:00
#calibre_debs_on_debian: True
2018-05-11 03:22:55 +00:00
# Enable unstable .deb's, not just testing .deb's: (moved to vars/local_vars.yml & vars/default_vars.yml)
2018-05-10 19:55:14 +00:00
#calibre_unstable_debs: False