mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
Update medium.localvars
This commit is contained in:
parent
b3dfeea480
commit
f669a52e27
1 changed files with 7 additions and 4 deletions
|
@ -31,8 +31,8 @@ services_externally_visible: True
|
||||||
# Make this True if client machines should have access to WAN/Internet:
|
# Make this True if client machines should have access to WAN/Internet:
|
||||||
iiab_gateway_enabled: False
|
iiab_gateway_enabled: False
|
||||||
|
|
||||||
# Make this True if you want http://box/common/services/power_off.php to work:
|
# Make this False to disable http://box/common/services/power_off.php button:
|
||||||
allow_apache_sudo: False
|
allow_apache_sudo: True
|
||||||
|
|
||||||
# 3-BASE
|
# 3-BASE
|
||||||
|
|
||||||
|
@ -68,7 +68,7 @@ phpmyadmin_enabled: False
|
||||||
|
|
||||||
# 5-XO-SERVICES
|
# 5-XO-SERVICES
|
||||||
|
|
||||||
# Legacy XO services have been removed but are recoverable. Please contact
|
# Lesser-supported XO services need additional testing. Please 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
|
# authserver_install: False
|
||||||
|
@ -102,7 +102,7 @@ wordpress_install: True
|
||||||
wordpress_enabled: True
|
wordpress_enabled: True
|
||||||
|
|
||||||
elgg_install: True
|
elgg_install: True
|
||||||
elgg_enabled: False
|
elgg_enabled: True
|
||||||
|
|
||||||
dokuwiki_install: False
|
dokuwiki_install: False
|
||||||
dokuwiki_enabled: False
|
dokuwiki_enabled: False
|
||||||
|
@ -123,6 +123,9 @@ 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
|
||||||
sugarizer_enabled: True
|
sugarizer_enabled: True
|
||||||
|
# sugarizer_enabled is currently IGNORED as basic Sugarizer works w/o Journal!
|
||||||
|
# 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
|
||||||
|
|
||||||
calibre_install: True
|
calibre_install: True
|
||||||
calibre_enabled: True
|
calibre_enabled: True
|
||||||
|
|
Loading…
Reference in a new issue