mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Cleaner default_vars.yml, deprecating unused var 'gui_wan'
This commit is contained in:
parent
f7d2468f6a
commit
35c47c3e70
1 changed files with 4 additions and 5 deletions
|
@ -127,11 +127,6 @@ iiab_gateway_enabled: False
|
|||
# Gateway mode
|
||||
iiab_lan_enabled: True
|
||||
iiab_wan_enabled: True
|
||||
# Ties in what the user populated in the GUI for static WAN IP address info:
|
||||
gui_wan: True
|
||||
gui_port: 80 # 2021-08-17: For iptables. And #2811 dreams of HTTPS/443 ?
|
||||
# adm_cons_force_ssl: False # Likewise: iiab-admin.yml & js-menu.yml set it.
|
||||
adm_cons_allow_downloads: False
|
||||
|
||||
# Intended for developers: ONLY CHANGE THESE IF YOU KNOW WHAT YOU ARE DOING
|
||||
# The following 2 override the detection when not "auto"
|
||||
|
@ -151,6 +146,10 @@ wan_nameserver: # wan_nameserver: 192.168.1.254 or 8.8.8.8 or 1.1.1.1
|
|||
wan_try_dhcp_before_static_ip: True # Facilitate field updates w/ cablemodems
|
||||
# Details @ roles/network/templates/network/dhcpcd.conf.j2 for /etc/dhcpcd.conf
|
||||
|
||||
gui_port: 80 # 2021-08-17: For iptables. And #2811 dreams of HTTPS/443 ?
|
||||
# adm_cons_force_ssl: False # Likewise: iiab-admin.yml & js-menu.yml set it.
|
||||
adm_cons_allow_downloads: False
|
||||
|
||||
# Enable "campus access" to ~10 common IIAB services like Kiwix (3000), KA Lite
|
||||
# (8008) and Calibre (8010 or 8080) etc, on the WAN side of your IIAB server.
|
||||
# Only 1 of the 6 lines below should be uncommented:
|
||||
|
|
Loading…
Reference in a new issue