mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Update local_vars_big.yml
This commit is contained in:
parent
6ba0090707
commit
2769a0f091
1 changed files with 46 additions and 41 deletions
|
@ -131,33 +131,9 @@ iiab_usb_lib_show_all: True
|
||||||
# ejabberd_xs_install: False
|
# ejabberd_xs_install: False
|
||||||
# ejabberd_xs_enabled: False
|
# ejabberd_xs_enabled: False
|
||||||
|
|
||||||
|
|
||||||
# 6-GENERIC-APPS
|
# 6-GENERIC-APPS
|
||||||
|
|
||||||
# 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
|
|
||||||
# Try .deb upgrade of Calibre (like vars/raspbian-9.yml already does)
|
|
||||||
# calibre_via_debs: True
|
|
||||||
calibre_unstable_debs: False
|
|
||||||
# Try python x86_64 upgrade of Calibre (like vars/<most-OS's>.yml already do)
|
|
||||||
# calibre_via_python: True
|
|
||||||
# Change calibre_port to 8010 if you're using XO laptops needing above idmgr
|
|
||||||
calibre_port: 8080
|
|
||||||
# Change calibre to XYZ to 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_install: True
|
dokuwiki_install: True
|
||||||
dokuwiki_enabled: True
|
dokuwiki_enabled: True
|
||||||
|
|
||||||
|
@ -176,6 +152,7 @@ nextcloud_enabled: True
|
||||||
wordpress_install: True
|
wordpress_install: True
|
||||||
wordpress_enabled: True
|
wordpress_enabled: True
|
||||||
|
|
||||||
|
|
||||||
# 7-EDU-APPS
|
# 7-EDU-APPS
|
||||||
|
|
||||||
# KA Lite - SEE THE "Transmission" BITTORRENT DOWNLOADER FURTHER BELOW, TO INSTALL THOUSANDS OF VIDEOS
|
# KA Lite - SEE THE "Transmission" BITTORRENT DOWNLOADER FURTHER BELOW, TO INSTALL THOUSANDS OF VIDEOS
|
||||||
|
@ -207,12 +184,55 @@ pathagar_enabled: False
|
||||||
sugarizer_install: True
|
sugarizer_install: True
|
||||||
sugarizer_enabled: True
|
sugarizer_enabled: True
|
||||||
|
|
||||||
|
|
||||||
# 8-MGMT-TOOLS
|
# 8-MGMT-TOOLS
|
||||||
|
|
||||||
|
awstats_install: True
|
||||||
|
awstats_enabled: True
|
||||||
|
|
||||||
|
monit_install: True
|
||||||
|
monit_enabled: True
|
||||||
|
|
||||||
|
munin_install: True
|
||||||
|
munin_enabled: True
|
||||||
|
|
||||||
|
# Handy for maintaining tables, but DANGEROUS if not locked down
|
||||||
|
phpmyadmin_install: True
|
||||||
|
phpmyadmin_enabled: False
|
||||||
|
|
||||||
|
vnstat_install: True
|
||||||
|
vnstat_enabled: True
|
||||||
|
|
||||||
|
|
||||||
|
# 9-LOCAL-ADDONS
|
||||||
|
|
||||||
|
# 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
|
||||||
|
# Try .deb upgrade of Calibre (like vars/raspbian-9.yml already does)
|
||||||
|
# calibre_via_debs: True
|
||||||
|
calibre_unstable_debs: False
|
||||||
|
# Try python x86_64 upgrade of Calibre (like vars/<most-OS's>.yml already do)
|
||||||
|
# calibre_via_python: True
|
||||||
|
# Change calibre_port to 8010 if you're using XO laptops needing above idmgr
|
||||||
|
calibre_port: 8080
|
||||||
|
# Change calibre to XYZ to 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
|
||||||
|
|
||||||
# BitTorrent downloader for large Content Packs etc
|
# BitTorrent downloader for large Content Packs etc
|
||||||
transmission_install: False
|
transmission_install: False
|
||||||
transmission_enabled: False
|
transmission_enabled: False
|
||||||
|
|
||||||
# A. Uncomment language(s) to download KA Lite videos to /library/transmission
|
# A. Uncomment language(s) to download KA Lite videos to /library/transmission
|
||||||
# using http://pantry.learningequality.org/downloads/ka-lite/0.17/content/
|
# using http://pantry.learningequality.org/downloads/ka-lite/0.17/content/
|
||||||
transmission_kalite_languages:
|
transmission_kalite_languages:
|
||||||
|
@ -231,21 +251,6 @@ transmission_kalite_languages:
|
||||||
# then click "Scan content folder for videos" (can take many minutes!)
|
# 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
|
# E. READ "KA Lite Administration: What tips & tricks exist?" AT http://FAQ.IIAB.IO
|
||||||
|
|
||||||
awstats_install: True
|
|
||||||
awstats_enabled: True
|
|
||||||
|
|
||||||
monit_install: True
|
|
||||||
monit_enabled: True
|
|
||||||
|
|
||||||
munin_install: True
|
|
||||||
munin_enabled: True
|
|
||||||
|
|
||||||
# Handy for maintaining tables, but DANGEROUS if not locked down
|
|
||||||
phpmyadmin_install: True
|
|
||||||
phpmyadmin_enabled: False
|
|
||||||
|
|
||||||
vnstat_install: True
|
|
||||||
vnstat_enabled: True
|
|
||||||
|
|
||||||
# Unmaintained (better to install from http://teamviewer.com or prep scripts at http://download.iiab.io)
|
# Unmaintained (better to install from http://teamviewer.com or prep scripts at http://download.iiab.io)
|
||||||
# teamviewer_install: False
|
# teamviewer_install: False
|
||||||
|
|
Loading…
Reference in a new issue