mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Cap2 (#1300)
* move captive portal to its own role * runrole still not working * make apache name consistent, define py_captive_portal_port * record android fixes * some progress -- windows8.1 works but detectportal.firefox active for both mac and windows * works all platforms * one captive_portal_install not changed to py_captive... * port into defaults * windows 7,8,10,mac,ios,android 5,7 * add # to dnsmasq.d/captive * guess what android 8 might need * move captive portal to its own role * runrole still not working * make apache name consistent, define py_captive_portal_port * record android fixes * some progress -- windows8.1 works but detectportal.firefox active for both mac and windows * works all platforms * one captive_portal_install not changed to py_captive... * port into defaults * windows 7,8,10,mac,ios,android 5,7 * add # to dnsmasq.d/captive * guess what android 8 might need * restart apache2 and dnsmasq in role * do not hard code apache name * cut out disfunctional experiments * variable py_captive_portal_port misspelled * add wildcard serveralias to box.lan vhost to fix default * add in STDOUT to log * remove the py_ * add in msn to urls to capture * missed a few py_
This commit is contained in:
parent
a07c28593c
commit
84da40c40d
20 changed files with 325 additions and 314 deletions
|
@ -117,9 +117,10 @@ dns_jail_enabled: False
|
|||
# Python-based Captive Portal, that @m-anish & @jvonau experimented with in
|
||||
# July 2018 (https://github.com/iiab/iiab/pull/870) and that @georgejhunt
|
||||
# extensively refined in Sept 2018 (https://github.com/iiab/iiab/pull/1179)
|
||||
py_captive_portal_install: True
|
||||
py_captive_portal_enabled: True
|
||||
# In a pinch, disable it by running: systemctl disable py-captive-portal
|
||||
captive_portal_install: True
|
||||
captive_portal_enabled: True
|
||||
captive_portal_port: 9090
|
||||
# In a pinch, disable it by running: systemctl disable captive-portal
|
||||
|
||||
# For @tim-moody's Nodogsplash approach to Captive Portal?
|
||||
# Highly experimental as of June 2018: https://github.com/iiab/iiab/issues/608
|
||||
|
|
|
@ -58,9 +58,9 @@ dns_jail_enabled: False
|
|||
# Python-based Captive Portal, that @m-anish & @jvonau experimented with in
|
||||
# July 2018 (https://github.com/iiab/iiab/pull/870) and that @georgejhunt
|
||||
# extensively refined in Sept 2018 (https://github.com/iiab/iiab/pull/1179)
|
||||
py_captive_portal_install: True
|
||||
py_captive_portal_enabled: True
|
||||
# In a pinch, disable it by running: systemctl disable py-captive-portal
|
||||
captive_portal_install: True
|
||||
captive_portal_enabled: True
|
||||
# In a pinch, disable it by running: systemctl disable captive-portal
|
||||
|
||||
# Unmaintained as of October 2017: https://github.com/iiab/iiab/pull/382
|
||||
# wondershaper_install: False
|
||||
|
|
|
@ -58,9 +58,9 @@ dns_jail_enabled: False
|
|||
# Python-based Captive Portal, that @m-anish & @jvonau experimented with in
|
||||
# July 2018 (https://github.com/iiab/iiab/pull/870) and that @georgejhunt
|
||||
# extensively refined in Sept 2018 (https://github.com/iiab/iiab/pull/1179)
|
||||
py_captive_portal_install: True
|
||||
py_captive_portal_enabled: True
|
||||
# In a pinch, disable it by running: systemctl disable py-captive-portal
|
||||
captive_portal_install: True
|
||||
captive_portal_enabled: True
|
||||
# In a pinch, disable it by running: systemctl disable captive-portal
|
||||
|
||||
# Unmaintained as of October 2017: https://github.com/iiab/iiab/pull/382
|
||||
# wondershaper_install: False
|
||||
|
|
|
@ -58,9 +58,9 @@ dns_jail_enabled: False
|
|||
# Python-based Captive Portal, that @m-anish & @jvonau experimented with in
|
||||
# July 2018 (https://github.com/iiab/iiab/pull/870) and that @georgejhunt
|
||||
# extensively refined in Sept 2018 (https://github.com/iiab/iiab/pull/1179)
|
||||
py_captive_portal_install: True
|
||||
py_captive_portal_enabled: True
|
||||
# In a pinch, disable it by running: systemctl disable py-captive-portal
|
||||
captive_portal_install: True
|
||||
captive_portal_enabled: True
|
||||
# In a pinch, disable it by running: systemctl disable captive-portal
|
||||
|
||||
# Unmaintained as of October 2017: https://github.com/iiab/iiab/pull/382
|
||||
# wondershaper_install: False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue