mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Update default_vars.yml
This commit is contained in:
parent
660047e784
commit
bcad4d8029
1 changed files with 27 additions and 6 deletions
|
@ -259,10 +259,9 @@ idmgr_enables: False
|
||||||
|
|
||||||
# 6-GENERIC-APPS
|
# 6-GENERIC-APPS
|
||||||
|
|
||||||
# Calibre
|
# Calibre E-Book Library
|
||||||
|
# WARNING: CALIBRE INSTALLS GRAPHICAL LIBRARIES SIMILAR TO X WINDOWS & OPENGL
|
||||||
# WARNING: CALIBRE REQUIRES X WINDOWS / OPENGL LIBRARIES. Consider installing
|
# ON (HEADLESS, SERVER, LITE) OS'S THAT DON'T ALREADY HAVE THESE INSTALLED.
|
||||||
# an OS that includes a GUI (desktop) environment if you need Calibre E-Books.
|
|
||||||
|
|
||||||
calibre_install: True
|
calibre_install: True
|
||||||
calibre_enabled: True
|
calibre_enabled: True
|
||||||
|
@ -275,10 +274,14 @@ calibre_via_python: False
|
||||||
calibre_port: 8080
|
calibre_port: 8080
|
||||||
# Change calibre to XYZ add your own mnemonic URL like: http://box/XYZ
|
# 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
|
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_install: True
|
||||||
calibreweb_enabled: 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
|
||||||
dokuwiki_install: False
|
dokuwiki_install: False
|
||||||
|
@ -360,7 +363,25 @@ sugarizer_port: 8089
|
||||||
|
|
||||||
# 8-MGMT-TOOLS
|
# 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_install: True
|
||||||
awstats_enabled: False
|
awstats_enabled: False
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue