mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +00:00
Update default_vars.yml
This commit is contained in:
parent
30f01e507f
commit
2b2171fb7d
1 changed files with 7 additions and 0 deletions
|
@ -328,6 +328,7 @@ idmgr_enabled: False # 2020-01-23: UNUSED
|
||||||
|
|
||||||
# 6-GENERIC-APPS
|
# 6-GENERIC-APPS
|
||||||
|
|
||||||
|
# Simple, Self-Hosted Web Radio - from AzuraCast.com
|
||||||
azuracast_install: False
|
azuracast_install: False
|
||||||
azuracast_enabled: False # This var is currently IGNORED
|
azuracast_enabled: False # This var is currently IGNORED
|
||||||
azuracast_http_port: 10080
|
azuracast_http_port: 10080
|
||||||
|
@ -374,6 +375,7 @@ lokole_enabled: False
|
||||||
lokole_sim_type: LocalOnly
|
lokole_sim_type: LocalOnly
|
||||||
lokole_client_id: None
|
lokole_client_id: None
|
||||||
|
|
||||||
|
# Wikipedia's community editing platform - from MediaWiki.org
|
||||||
mediawiki_install: False
|
mediawiki_install: False
|
||||||
mediawiki_enabled: False
|
mediawiki_enabled: False
|
||||||
|
|
||||||
|
@ -424,6 +426,7 @@ kalite_enabled: True
|
||||||
kalite_server_port: 8008
|
kalite_server_port: 8008
|
||||||
kalite_root: "{{ content_base }}/ka-lite" # /library/ka-lite
|
kalite_root: "{{ content_base }}/ka-lite" # /library/ka-lite
|
||||||
|
|
||||||
|
# Successor to KA Lite, for offline-first teaching and learning - from learningequality.org
|
||||||
kolibri_install: False
|
kolibri_install: False
|
||||||
kolibri_enabled: False
|
kolibri_enabled: False
|
||||||
kolibri_language: en # See KOLIBRI_SUPPORTED_LANGUAGES at the bottom of https://github.com/learningequality/kolibri/blob/develop/kolibri/utils/i18n.py
|
kolibri_language: en # See KOLIBRI_SUPPORTED_LANGUAGES at the bottom of https://github.com/learningequality/kolibri/blob/develop/kolibri/utils/i18n.py
|
||||||
|
@ -520,9 +523,11 @@ 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, originally known as Advanced Web Statistics - from https://awstats.sourceforge.io
|
||||||
awstats_install: True
|
awstats_install: True
|
||||||
awstats_enabled: True
|
awstats_enabled: True
|
||||||
|
|
||||||
|
# Process supervision tool - from https://mmonit.com/monit/
|
||||||
# 2020-09-22 WARNING: both vars are IGNORED on Debian 10 due to: iiab/iiab#1849
|
# 2020-09-22 WARNING: both vars are IGNORED on Debian 10 due to: iiab/iiab#1849
|
||||||
monit_install: False
|
monit_install: False
|
||||||
monit_enabled: False
|
monit_enabled: False
|
||||||
|
@ -534,6 +539,7 @@ watchdog:
|
||||||
- postgresql
|
- postgresql
|
||||||
#- squid
|
#- squid
|
||||||
|
|
||||||
|
# Networked resource monitoring/graphing tool - from munin-monitoring.org
|
||||||
munin_install: False
|
munin_install: False
|
||||||
munin_enabled: False
|
munin_enabled: False
|
||||||
|
|
||||||
|
@ -542,6 +548,7 @@ munin_enabled: False
|
||||||
phpmyadmin_install: False
|
phpmyadmin_install: False
|
||||||
phpmyadmin_enabled: False
|
phpmyadmin_enabled: False
|
||||||
|
|
||||||
|
# Network traffic monitor - from https://humdi.net/vnstat/
|
||||||
vnstat_install: False
|
vnstat_install: False
|
||||||
vnstat_enabled: False
|
vnstat_enabled: False
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue