mirror of
https://codeberg.org/prof_x_pvt_ltd/captive.whump.shanti-portal
synced 2024-08-14 22:46:42 +00:00
some more info here.
This commit is contained in:
parent
a8cb2c5f27
commit
4d54fb9944
1 changed files with 11 additions and 2 deletions
13
README.md
13
README.md
|
@ -1,9 +1,18 @@
|
||||||
# Captive Portal
|
# Captive Portal
|
||||||
|
|
||||||
This is supposed to be a captive portal webpage.
|
|
||||||
|
|
||||||
Work in progress right now.
|
Work in progress right now.
|
||||||
|
|
||||||
|
Captive portal webpage written with simplicity in mind.
|
||||||
|
|
||||||
|
- Present a webpage to the user
|
||||||
|
- Users submits a form
|
||||||
|
- Plugins are executed with form data
|
||||||
|
- User is granted access to whatever treasure the portal is guarding
|
||||||
|
|
||||||
|
This is a commonly seen setup in public Wifi networks or hotspots.
|
||||||
|
|
||||||
|
This app was specifically written for such a hotspot and as such requires a lot of other configuration around it. This is an ongoing [documentation project here](http://wiki.sydit.se/teknik:guider:captive_portal_med_iptables).
|
||||||
|
|
||||||
# Plugins
|
# Plugins
|
||||||
|
|
||||||
Plugins are executed when the user clicks through the captive portal form, whether they submit data or just approve an EULA these plugins are executed.
|
Plugins are executed when the user clicks through the captive portal form, whether they submit data or just approve an EULA these plugins are executed.
|
||||||
|
|
Loading…
Reference in a new issue