mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
WIP: Extricate IIAB from 2 web servers complexity
This commit is contained in:
parent
69b23fa07d
commit
435450f31e
22 changed files with 88 additions and 86 deletions
|
@ -45,7 +45,7 @@ download_timeout: 200
|
|||
|
||||
# Languages (for Apache)
|
||||
default_language: en
|
||||
language_priority: en es fr
|
||||
###language_priority: en es fr
|
||||
|
||||
# Real-time clock: set RTC chip family here. Future auto-detection plausible?
|
||||
# rtc_id: ds3231
|
||||
|
@ -277,12 +277,12 @@ apache_allow_sudo: True
|
|||
#
|
||||
# 2020-09-24: BOTH VALUES BELOW ARE IGNORED as Apache is installed on demand as
|
||||
# a dependency -- by CUPS, Elgg, Lokole, Moodle, Node-RED, PBX &/or phpMyAdmin
|
||||
apache_install: False
|
||||
apache_enabled: False
|
||||
###apache_install: False
|
||||
###apache_enabled: False
|
||||
#
|
||||
# NGINX proxies to Apache for legacy IIAB services, using:
|
||||
apache_port: 8090
|
||||
apache_interface: 127.0.0.1 # 2020-01-13: Var unused
|
||||
###apache_port: 8090
|
||||
###apache_interface: 127.0.0.1 # 2020-01-13: Var unused
|
||||
|
||||
|
||||
# 4-SERVER-OPTIONS
|
||||
|
@ -562,7 +562,7 @@ watchdog:
|
|||
- sshd
|
||||
- idmgr
|
||||
- ejabberd
|
||||
- httpd
|
||||
###- httpd
|
||||
- postgresql
|
||||
- squid
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ download_timeout: 200
|
|||
|
||||
# Languages (for Apache)
|
||||
default_language: en
|
||||
language_priority: en es fr
|
||||
###language_priority: en es fr
|
||||
|
||||
# Real-time clock: set RTC chip family here. Future auto-detection plausible?
|
||||
# rtc_id: ds3231
|
||||
|
@ -247,8 +247,8 @@ azuracast_enabled: False # This var is currently IGNORED.
|
|||
# ejabberd_install: False
|
||||
# ejabberd_enabled: False
|
||||
|
||||
elgg_install: True
|
||||
elgg_enabled: True
|
||||
elgg_install: False
|
||||
elgg_enabled: False
|
||||
|
||||
# Gitea (lightweight self-hosted "GitHub") from https://gitea.io
|
||||
gitea_install: True
|
||||
|
@ -368,7 +368,7 @@ munin_install: True
|
|||
munin_enabled: True
|
||||
|
||||
# Handy for maintaining tables, but DANGEROUS if not locked down
|
||||
phpmyadmin_install: True
|
||||
phpmyadmin_install: False
|
||||
phpmyadmin_enabled: False
|
||||
|
||||
vnstat_install: True
|
||||
|
|
|
@ -17,7 +17,7 @@ download_timeout: 200
|
|||
|
||||
# Languages (for Apache)
|
||||
default_language: en
|
||||
language_priority: en es fr
|
||||
###language_priority: en es fr
|
||||
|
||||
# Real-time clock: set RTC chip family here. Future auto-detection plausible?
|
||||
# rtc_id: ds3231
|
||||
|
|
|
@ -17,7 +17,7 @@ download_timeout: 200
|
|||
|
||||
# Languages (for Apache)
|
||||
default_language: en
|
||||
language_priority: en es fr
|
||||
###language_priority: en es fr
|
||||
|
||||
# Real-time clock: set RTC chip family here. Future auto-detection plausible?
|
||||
# rtc_id: ds3231
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue