captive.whump.shanti-portal/README.md

18 lines
558 B
Markdown
Raw Normal View History

2016-04-05 14:43:13 +00:00
# Captive Portal
This is supposed to be a captive portal webpage.
Work in progress right now.
2016-04-15 17:24:44 +00:00
# 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 accept data from the request of the user, as of writing this is only wsgi environ data.
There is a sample plugin called logging.py. Plugins are merely rq jobs that are executed by an rq worker. As such they can only be so complex.
# RQ worker
rq worker -u redis://127.0.0.1:6379/