mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
Update main.yml
This commit is contained in:
parent
b14f0e5fb3
commit
5bd1550667
1 changed files with 23 additions and 4 deletions
|
@ -1,8 +1,27 @@
|
|||
calibre_port: 8080
|
||||
# Calibre E-Book Library
|
||||
# WARNING: CALIBRE INSTALLS GRAPHICAL LIBRARIES SIMILAR TO X WINDOWS & OPENGL
|
||||
# ON (HEADLESS, SERVER, LITE) OS'S THAT DON'T ALREADY HAVE THESE INSTALLED.
|
||||
|
||||
# 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_install: False
|
||||
# calibre_enabled: False
|
||||
|
||||
# vars/raspbian-9.yml tries the .deb upgrade of Calibre, overriding this default:
|
||||
# calibre_via_debs: False
|
||||
# calibre_unstable_debs: False
|
||||
|
||||
# vars/<most-OS's>.yml use Calibre's python installer/upgrader (x86_64), overriding this default:
|
||||
# calibre_via_python: False
|
||||
|
||||
# Change calibre_port to 8010 if you're using XO laptops needing above idmgr ?
|
||||
# calibre_port: 8080
|
||||
|
||||
# http://box:8080 & http://box:8080/mobile WORK FOR NOW, but short/mnemonic
|
||||
# URL's like http://box/calibre DON'T YET WORK -- BOOKS RARELY DISPLAY:
|
||||
# calibre_web_path: calibre # NEEDS WORK: https://github.com/iiab/iiab/issues/529
|
||||
# Avoid URL collisions with calibreweb_url !
|
||||
|
||||
# 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!
|
||||
|
||||
calibre_dbpath: "{{ content_base }}/calibre"
|
||||
# i.e. /library/calibre (holds metadata.db + book directories + our users.sqlite)
|
||||
|
|
Loading…
Reference in a new issue