1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

oversignts and corrections -- most now seem to work on rpi

This commit is contained in:
George Hunt 2019-10-16 00:47:49 +01:00 committed by Jerry Vonau
parent 4778ad5e3c
commit cffb6afecc
23 changed files with 452 additions and 23 deletions

View file

@ -205,6 +205,10 @@ openvpn_server_real_ip: 3.89.148.185
openvpn_server_virtual_ip: 10.8.0.1
openvpn_server_port: 1194
# apache
apache_install: True
apache_enabled: True
allow_apache_sudo: False
# Some prefer 512MB for Zero W, others prefer 2048MB or higher for RPi 3 and 4.
# Please see recommendations at: https://itsfoss.com/swap-size/
pi_swap_file_size: 1024
@ -221,6 +225,24 @@ exFAT_enabled: True
# 3-BASE-SERVER
# Variables fo Administrative Console
admin_console_install: True
admin_console_enabled: True
# variables related to introduction of nginx
# apache
apache_port: "8090"
apache_interface: "127.0.0.1"
apache_install: True
apache_enabled: True
# The following variable, if True, allows Admin Console to poweroff IIAB
allow_apache_sudo: False
nginx_port: "80"
nginx_interface: "0.0.0.0"
nginx_install: True
nginx_enabled: True
# See also Apache vars {default_language, language_priority} @ top of this file
#