mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
grab latest local_var.yml community norms from http://wiki.laptop.org/go/IIAB/local_vars.yml
This commit is contained in:
parent
8184ec3bae
commit
7709c2513a
1 changed files with 65 additions and 53 deletions
|
@ -14,6 +14,7 @@ iiab_admin_user: iiab-admin
|
||||||
iiab_hostname: box
|
iiab_hostname: box
|
||||||
iiab_domain: lan
|
iiab_domain: lan
|
||||||
|
|
||||||
|
# Set to /home or /wordpress or /wiki (for DokuWiki or MediaWiki)
|
||||||
iiab_home_url: /home
|
iiab_home_url: /home
|
||||||
host_ssid: "Internet in a Box"
|
host_ssid: "Internet in a Box"
|
||||||
host_wifi_mode: g
|
host_wifi_mode: g
|
||||||
|
@ -34,18 +35,20 @@ iiab_gateway_enabled: False
|
||||||
# Make this False to disable http://box/common/services/power_off.php button:
|
# Make this False to disable http://box/common/services/power_off.php button:
|
||||||
allow_apache_sudo: True
|
allow_apache_sudo: True
|
||||||
|
|
||||||
# 3-BASE-SERVER
|
|
||||||
|
|
||||||
squid_install: False
|
squid_install: False
|
||||||
squid_enabled: False
|
squid_enabled: False
|
||||||
|
|
||||||
dansguardian_install: False
|
dansguardian_install: False
|
||||||
dansguardian_enabled: False
|
dansguardian_enabled: False
|
||||||
|
|
||||||
# Unmaintained
|
# Unmaintained as of October 2017: https://github.com/iiab/iiab/pull/382
|
||||||
# wondershaper_install: False
|
# wondershaper_install: False
|
||||||
# wondershaper_enabled: False
|
# wondershaper_enabled: False
|
||||||
|
|
||||||
|
# 3-BASE-SERVER
|
||||||
|
|
||||||
|
# MySQL & PostgreSQL are auto-installed around here as necessary.
|
||||||
|
|
||||||
# 4-SERVER-OPTIONS
|
# 4-SERVER-OPTIONS
|
||||||
|
|
||||||
# SECURITY WARNING: See http://wiki.laptop.org/go/IIAB/Security
|
# SECURITY WARNING: See http://wiki.laptop.org/go/IIAB/Security
|
||||||
|
@ -55,6 +58,10 @@ openvpn_enabled: False
|
||||||
# openvpn_cron_enabled: True
|
# openvpn_cron_enabled: True
|
||||||
# If changing the above, remember to run "cd /opt/iiab/iiab; ./runtags openvpn"
|
# If changing the above, remember to run "cd /opt/iiab/iiab; ./runtags openvpn"
|
||||||
|
|
||||||
|
# Unmaintained
|
||||||
|
# authserver_install: False
|
||||||
|
# authserver_enabled: False
|
||||||
|
|
||||||
# Common UNIX Printing System
|
# Common UNIX Printing System
|
||||||
cups_install: True
|
cups_install: True
|
||||||
cups_enabled: False
|
cups_enabled: False
|
||||||
|
@ -63,18 +70,13 @@ cups_enabled: False
|
||||||
samba_install: False
|
samba_install: False
|
||||||
samba_enabled: False
|
samba_enabled: False
|
||||||
|
|
||||||
# Handy for maintaining tables, but DANGEROUS if not locked down
|
|
||||||
phpmyadmin_install: False
|
|
||||||
phpmyadmin_enabled: False
|
|
||||||
|
|
||||||
# 5-XO-SERVICES
|
# 5-XO-SERVICES
|
||||||
|
|
||||||
# Lesser-supported XO services need additional testing. Please uncomment
|
# Lesser-supported XO services need additional testing. Please contact
|
||||||
# the line containing 5-xo-services within /opt/iiab/iiab/iiab.yml and contact
|
|
||||||
# http://lists.laptop.org/pipermail/server-devel/ if you're able to help test.
|
# http://lists.laptop.org/pipermail/server-devel/ if you're able to help test.
|
||||||
|
|
||||||
# authserver_install: False
|
# xo_services_install: False
|
||||||
# authserver_enabled: False
|
# xo_services_enabled: False
|
||||||
|
|
||||||
# activity_server_install: False
|
# activity_server_install: False
|
||||||
# activity_server_enabled: False
|
# activity_server_enabled: False
|
||||||
|
@ -83,44 +85,51 @@ phpmyadmin_enabled: False
|
||||||
# idmgr_install: False
|
# idmgr_install: False
|
||||||
# idmgr_enabled: False
|
# idmgr_enabled: False
|
||||||
|
|
||||||
# ejabberd_install: False
|
# ejabberd_xs_install: False
|
||||||
# ejabberd_enabled: False
|
# ejabberd_xs_enabled: False
|
||||||
|
|
||||||
# xo_services_install: False
|
|
||||||
# xo_services_enabled: False
|
|
||||||
|
|
||||||
# sugar_stats_install: False
|
|
||||||
# sugar_stats_enabled: False
|
|
||||||
|
|
||||||
# xovis_install: False
|
|
||||||
# xovis_enabled: False
|
|
||||||
|
|
||||||
# 6-GENERIC-APPS
|
# 6-GENERIC-APPS
|
||||||
|
|
||||||
|
calibre_install: True
|
||||||
|
calibre_enabled: True
|
||||||
|
# Change calibre_port to 8010 if you're using XO laptops needing above idmgr
|
||||||
|
calibre_port: 8080
|
||||||
|
|
||||||
|
dokuwiki_install: False
|
||||||
|
dokuwiki_enabled: False
|
||||||
|
|
||||||
|
elgg_install: True
|
||||||
|
elgg_enabled: True
|
||||||
|
|
||||||
|
ejabberd_install: False
|
||||||
|
ejabberd_enabled: False
|
||||||
|
|
||||||
nextcloud_install: True
|
nextcloud_install: True
|
||||||
nextcloud_enabled: True
|
nextcloud_enabled: True
|
||||||
|
|
||||||
wordpress_install: True
|
wordpress_install: True
|
||||||
wordpress_enabled: True
|
wordpress_enabled: True
|
||||||
|
|
||||||
elgg_install: True
|
|
||||||
elgg_enabled: True
|
|
||||||
|
|
||||||
dokuwiki_install: False
|
|
||||||
dokuwiki_enabled: False
|
|
||||||
|
|
||||||
# 7-EDU-APPS
|
# 7-EDU-APPS
|
||||||
|
|
||||||
|
kalite_install: True
|
||||||
|
kalite_enabled: True
|
||||||
|
kalite_cron_enabled: True
|
||||||
|
|
||||||
|
kiwix_install: True
|
||||||
|
kiwix_enabled: True
|
||||||
|
|
||||||
|
# Warning: Moodle is a serious LMS, that takes a while to install
|
||||||
|
moodle_install: False
|
||||||
|
moodle_enabled: False
|
||||||
|
|
||||||
# OpenStreetMap: renamed from {iiab_install, iiab_enabled} in June 2017
|
# OpenStreetMap: renamed from {iiab_install, iiab_enabled} in June 2017
|
||||||
osm_install: True
|
osm_install: True
|
||||||
osm_enabled: True
|
osm_enabled: True
|
||||||
|
|
||||||
kiwix_install: True
|
# Similar to Calibre, but unmaintained
|
||||||
kiwix_enabled: True
|
pathagar_install: False
|
||||||
|
pathagar_enabled: False
|
||||||
kalite_install: True
|
|
||||||
kalite_enabled: True
|
|
||||||
kalite_cron_enabled: True
|
|
||||||
|
|
||||||
# Might stall MongoDB on Power Failure: github.com/xsce/xsce/issues/879
|
# Might stall MongoDB on Power Failure: github.com/xsce/xsce/issues/879
|
||||||
sugarizer_install: True
|
sugarizer_install: True
|
||||||
|
@ -129,33 +138,36 @@ sugarizer_enabled: True
|
||||||
# https://github.com/iiab/iiab/issues/193 Subsequent "./runtags sugarizer" fail
|
# https://github.com/iiab/iiab/issues/193 Subsequent "./runtags sugarizer" fail
|
||||||
# https://github.com/iiab/iiab/issues/240 Sugarizer 0.8 to 0.9 ongoing issues
|
# https://github.com/iiab/iiab/issues/240 Sugarizer 0.8 to 0.9 ongoing issues
|
||||||
|
|
||||||
calibre_install: True
|
|
||||||
calibre_enabled: True
|
|
||||||
# Change calibre_port to 8010 if you're using XO laptops needing above idmgr
|
|
||||||
calibre_port: 8080
|
|
||||||
|
|
||||||
# Similar to Calibre, but unmaintained
|
|
||||||
pathagar_install: False
|
|
||||||
pathagar_enabled: False
|
|
||||||
|
|
||||||
# Warning: Moodle is a serious LMS, that takes a while to install
|
|
||||||
moodle_install: False
|
|
||||||
moodle_enabled: False
|
|
||||||
|
|
||||||
# 8-MGMT-TOOLS
|
# 8-MGMT-TOOLS
|
||||||
|
|
||||||
munin_install: True
|
|
||||||
munin_enabled: True
|
|
||||||
|
|
||||||
vnstat_install: True
|
|
||||||
vnstat_enabled: True
|
|
||||||
|
|
||||||
awstats_install: True
|
awstats_install: True
|
||||||
awstats_enabled: True
|
awstats_enabled: True
|
||||||
|
|
||||||
monit_install: False
|
monit_install: False
|
||||||
monit_enabled: False
|
monit_enabled: False
|
||||||
|
|
||||||
|
munin_install: True
|
||||||
|
munin_enabled: True
|
||||||
|
|
||||||
|
# Handy for maintaining tables, but DANGEROUS if not locked down
|
||||||
|
phpmyadmin_install: False
|
||||||
|
phpmyadmin_enabled: False
|
||||||
|
|
||||||
|
# Unmaintained (better to install from http://teamviewer.com)
|
||||||
|
teamviewer_install: False
|
||||||
|
teamviewer_enabled: False
|
||||||
|
|
||||||
|
vnstat_install: True
|
||||||
|
vnstat_enabled: True
|
||||||
|
|
||||||
|
# Unmaintained
|
||||||
|
# sugar_stats_install: False
|
||||||
|
# sugar_stats_enabled: False
|
||||||
|
|
||||||
|
# Unmaintained
|
||||||
|
# xovis_install: False
|
||||||
|
# xovis_enabled: False
|
||||||
|
|
||||||
# Unmaintained
|
# Unmaintained
|
||||||
# schooltool_install: False
|
# schooltool_install: False
|
||||||
# schooltool_enabled: False
|
# schooltool_enabled: False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue