mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Update local_vars_medium.yml
This commit is contained in:
parent
cfe60f4f77
commit
3ff06682d5
1 changed files with 7 additions and 4 deletions
|
@ -77,7 +77,11 @@ dansguardian_enabled: False
|
||||||
# 3-BASE-SERVER
|
# 3-BASE-SERVER
|
||||||
|
|
||||||
# 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
|
apache_allow_sudo: True
|
||||||
|
|
||||||
|
# For schools that use WordPress and/or Moodle intensively. See iiab/iiab #1147
|
||||||
|
# WARNING: Enabling this (might) cause excess use of RAM or other resources?
|
||||||
|
apache_raise_php_limits: False
|
||||||
|
|
||||||
# roles/mysql runs here (mandatory)
|
# roles/mysql runs here (mandatory)
|
||||||
|
|
||||||
|
@ -154,9 +158,7 @@ nextcloud_enabled: True
|
||||||
|
|
||||||
wordpress_install: True
|
wordpress_install: True
|
||||||
wordpress_enabled: True
|
wordpress_enabled: True
|
||||||
# For schools that use WordPress intensively. WARNING: Enabling this (might)
|
# If using WordPress intensively, consider setting apache_raise_php_limits above
|
||||||
# cause excess use of RAM or other resources? github.com/iiab/iiab/issues/1147
|
|
||||||
wordpress_raise_php_limits: False
|
|
||||||
|
|
||||||
|
|
||||||
# 7-EDU-APPS
|
# 7-EDU-APPS
|
||||||
|
@ -176,6 +178,7 @@ kiwix_enabled: True
|
||||||
# Warning: Moodle is a serious LMS, that takes a while to install
|
# Warning: Moodle is a serious LMS, that takes a while to install
|
||||||
moodle_install: False
|
moodle_install: False
|
||||||
moodle_enabled: False
|
moodle_enabled: False
|
||||||
|
# If using Moodle intensively, consider setting apache_raise_php_limits above
|
||||||
|
|
||||||
# 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 1.0.1+ strategies to solve? github.com/iiab/iiab/pull/957
|
# Sugarizer 1.0.1+ strategies to solve? github.com/iiab/iiab/pull/957
|
||||||
|
|
Loading…
Reference in a new issue