From c73e097196e7b62e32274d816b449c6f2286a477 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 28 Aug 2018 22:34:56 -0400 Subject: [PATCH] Update local_vars_big.yml --- vars/local_vars_big.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/vars/local_vars_big.yml b/vars/local_vars_big.yml index 4f4664fbd..778a7a430 100644 --- a/vars/local_vars_big.yml +++ b/vars/local_vars_big.yml @@ -133,8 +133,8 @@ iiab_usb_lib_show_all: True # 6-GENERIC-APPS -# WARNING: CALIBRE REQUIRES X WINDOWS / OPENGL LIBRARIES. Consider installing -# an OS that includes a GUI (desktop) environment if you need Calibre E-Books. +# WARNING: CALIBRE INSTALLS GRAPHICAL LIBRARIES SIMILAR TO X WINDOWS & OPENGL +# ON (HEADLESS, SERVER, LITE) OS'S THAT DON'T ALREADY HAVE THESE INSTALLED. calibre_install: True calibre_enabled: True @@ -149,9 +149,13 @@ calibre_port: 8080 calibre_web_path: calibre #NEEDS WORK: https://github.com/iiab/iiab/issues/529 # In addition to: http://box/books box/libros box/livres box/livros box/liv +# Calibre-Web alternative to Calibre, offers a clean/modern UX calibreweb_install: True calibreweb_enabled: True - +calibreweb_port: 8083 +# http://box/books works. Add {box/libros, box/livres, box/livros, box/liv} etc? +calibreweb_url: /books +calibreweb_home: "{{ content_base }}/calibre-web" # /library/calibre-web dokuwiki_install: True dokuwiki_enabled: True