From bcad4d8029788528281059e6674286a7e31c8954 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 28 Aug 2018 20:13:22 -0400 Subject: [PATCH] Update default_vars.yml --- vars/default_vars.yml | 33 +++++++++++++++++++++++++++------ 1 file changed, 27 insertions(+), 6 deletions(-) diff --git a/vars/default_vars.yml b/vars/default_vars.yml index 4654ae3e0..9bfa218fb 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -259,10 +259,9 @@ idmgr_enables: False # 6-GENERIC-APPS -# Calibre - -# WARNING: CALIBRE REQUIRES X WINDOWS / OPENGL LIBRARIES. Consider installing -# an OS that includes a GUI (desktop) environment if you need Calibre E-Books. +# 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. calibre_install: True calibre_enabled: True @@ -275,10 +274,14 @@ calibre_via_python: False calibre_port: 8080 # Change calibre to XYZ add your own mnemonic URL like: http://box/XYZ 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 dokuwiki_install: False @@ -360,7 +363,25 @@ sugarizer_port: 8089 # 8-MGMT-TOOLS -# AWStats -- sumarizes http access logs +# Transmission BitTorrent download of large Content Packs etc +transmission_install: False +transmission_enabled: False + +# Monitor downloads at http://box:9091 using Admin/changeme +transmission_http_port: 9091 +transmission_peer_port: 51413 + +# Uncomment language(s) to download their KA Lite content into /library/transmission +transmission_kalite_languages: + - english + #- french + #- hindi + #- portugal-portuguese + #- brazilian-portuguese + #- spanish + #- swahili + +# AWStats -- summarizes http access logs awstats_install: True awstats_enabled: False