mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Update local_vars_min.yml
This commit is contained in:
parent
f971d9697b
commit
6ba0090707
1 changed files with 21 additions and 23 deletions
|
@ -183,28 +183,6 @@ sugarizer_enabled: False
|
||||||
|
|
||||||
# 8-MGMT-TOOLS
|
# 8-MGMT-TOOLS
|
||||||
|
|
||||||
# BitTorrent downloader for large Content Packs etc
|
|
||||||
transmission_install: False
|
|
||||||
transmission_enabled: False
|
|
||||||
|
|
||||||
# A. Uncomment language(s) to download KA Lite videos to /library/transmission
|
|
||||||
# using http://pantry.learningequality.org/downloads/ka-lite/0.17/content/
|
|
||||||
transmission_kalite_languages:
|
|
||||||
- english
|
|
||||||
#- french
|
|
||||||
#- hindi
|
|
||||||
#- portugal-portuguese
|
|
||||||
#- brazilian-portuguese
|
|
||||||
#- spanish
|
|
||||||
#- swahili
|
|
||||||
# B. Monitor BitTorrent downloads at http://box:9091 using Admin/changeme
|
|
||||||
# until the download is confirmed complete (can take hours or days!)
|
|
||||||
# C. Carefully move all videos/thumbnails into /library/ka-lite/content
|
|
||||||
# (DO NOT OVERWRITE SUBFOLDERS assessment, locale, srt !)
|
|
||||||
# D. Log in to KA Lite at http://box:8008/updates/videos/ using Admin/changeme
|
|
||||||
# then click "Scan content folder for videos" (can take many minutes!)
|
|
||||||
# E. READ "KA Lite Administration: What tips & tricks exist?" AT http://FAQ.IIAB.IO
|
|
||||||
|
|
||||||
awstats_install: True
|
awstats_install: True
|
||||||
awstats_enabled: True
|
awstats_enabled: True
|
||||||
|
|
||||||
|
@ -227,7 +205,6 @@ vnstat_enabled: True
|
||||||
# Calibre E-Book Library
|
# Calibre E-Book Library
|
||||||
# WARNING: CALIBRE INSTALLS GRAPHICAL LIBRARIES SIMILAR TO X WINDOWS & OPENGL
|
# WARNING: CALIBRE INSTALLS GRAPHICAL LIBRARIES SIMILAR TO X WINDOWS & OPENGL
|
||||||
# ON (HEADLESS, SERVER, LITE) OS'S THAT DON'T ALREADY HAVE THESE INSTALLED.
|
# ON (HEADLESS, SERVER, LITE) OS'S THAT DON'T ALREADY HAVE THESE INSTALLED.
|
||||||
|
|
||||||
calibre_install: False
|
calibre_install: False
|
||||||
calibre_enabled: False
|
calibre_enabled: False
|
||||||
# Try .deb upgrade of Calibre (like vars/raspbian-9.yml already does)
|
# Try .deb upgrade of Calibre (like vars/raspbian-9.yml already does)
|
||||||
|
@ -249,6 +226,27 @@ calibreweb_port: 8083
|
||||||
calibreweb_url: /books
|
calibreweb_url: /books
|
||||||
calibreweb_home: "{{ content_base }}/calibre-web" # /library/calibre-web
|
calibreweb_home: "{{ content_base }}/calibre-web" # /library/calibre-web
|
||||||
|
|
||||||
|
# BitTorrent downloader for large Content Packs etc
|
||||||
|
transmission_install: False
|
||||||
|
transmission_enabled: False
|
||||||
|
# A. Uncomment language(s) to download KA Lite videos to /library/transmission
|
||||||
|
# using http://pantry.learningequality.org/downloads/ka-lite/0.17/content/
|
||||||
|
transmission_kalite_languages:
|
||||||
|
- english
|
||||||
|
#- french
|
||||||
|
#- hindi
|
||||||
|
#- portugal-portuguese
|
||||||
|
#- brazilian-portuguese
|
||||||
|
#- spanish
|
||||||
|
#- swahili
|
||||||
|
# B. Monitor BitTorrent downloads at http://box:9091 using Admin/changeme
|
||||||
|
# until the download is confirmed complete (can take hours or days!)
|
||||||
|
# C. Carefully move all videos/thumbnails into /library/ka-lite/content
|
||||||
|
# (DO NOT OVERWRITE SUBFOLDERS assessment, locale, srt !)
|
||||||
|
# D. Log in to KA Lite at http://box:8008/updates/videos/ using Admin/changeme
|
||||||
|
# then click "Scan content folder for videos" (can take many minutes!)
|
||||||
|
# E. READ "KA Lite Administration: What tips & tricks exist?" AT http://FAQ.IIAB.IO
|
||||||
|
|
||||||
|
|
||||||
# Unmaintained (consider Calibre or Calibre-Web above?)
|
# Unmaintained (consider Calibre or Calibre-Web above?)
|
||||||
# pathagar_install: False
|
# pathagar_install: False
|
||||||
|
|
Loading…
Reference in a new issue