From f669a52e27f5b773f8bbc7bb388d9ffc448ee749 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 2 Oct 2017 21:39:45 -0400 Subject: [PATCH 1/2] Update medium.localvars --- vars/medium.localvars | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/vars/medium.localvars b/vars/medium.localvars index 327f8b500..79f232c74 100644 --- a/vars/medium.localvars +++ b/vars/medium.localvars @@ -31,8 +31,8 @@ services_externally_visible: True # Make this True if client machines should have access to WAN/Internet: iiab_gateway_enabled: False -# Make this True if you want http://box/common/services/power_off.php to work: -allow_apache_sudo: False +# Make this False to disable http://box/common/services/power_off.php button: +allow_apache_sudo: True # 3-BASE @@ -68,7 +68,7 @@ phpmyadmin_enabled: False # 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. # authserver_install: False @@ -102,7 +102,7 @@ wordpress_install: True wordpress_enabled: True elgg_install: True -elgg_enabled: False +elgg_enabled: True dokuwiki_install: False dokuwiki_enabled: False @@ -123,6 +123,9 @@ kalite_cron_enabled: True # Might stall MongoDB on Power Failure: github.com/xsce/xsce/issues/879 sugarizer_install: 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_enabled: True From 441d21c683e58e0d5dcba8b5afe1233daf51bf8f Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 2 Oct 2017 22:31:25 -0400 Subject: [PATCH 2/2] restore 5-xo-services --- iiab.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iiab.yml b/iiab.yml index 6be4ebaac..2bdf6ef1d 100644 --- a/iiab.yml +++ b/iiab.yml @@ -13,7 +13,7 @@ - { role: 2-common, tags: ['common','base'] } - { role: 3-base-server, tags: ['base'] } - { role: 4-server-options, tags: ['options'] } -# - { role: 5-xo-services, tags: ['xo-services'] } + - { role: 5-xo-services, tags: ['xo-services'] } - { role: 6-generic-apps, tags: ['generic-apps'] } - { role: 7-edu-apps, tags: ['edu-apps'] } - { role: 8-mgmt-tools, tags: ['tools'] }