Go to file
Stefan Midjich 7c67525f85 some more info here. 2016-04-15 19:24:44 +02:00
plugins changed plugin management to simple rq jobs instead of using pkg_resources. 2016-04-15 19:22:16 +02:00
static changed plugin management to simple rq jobs instead of using pkg_resources. 2016-04-15 19:22:16 +02:00
views changed plugin management to simple rq jobs instead of using pkg_resources. 2016-04-15 19:22:16 +02:00
.gitignore changed plugin management to simple rq jobs instead of using pkg_resources. 2016-04-15 19:22:16 +02:00
README.md some more info here. 2016-04-15 19:24:44 +02:00
plugins.cfg changed plugin management to simple rq jobs instead of using pkg_resources. 2016-04-15 19:22:16 +02:00
portal.cfg changed plugin management to simple rq jobs instead of using pkg_resources. 2016-04-15 19:22:16 +02:00
portal.py changed plugin management to simple rq jobs instead of using pkg_resources. 2016-04-15 19:22:16 +02:00
requirements.txt changed plugin management to simple rq jobs instead of using pkg_resources. 2016-04-15 19:22:16 +02:00
setup.py changed plugin management to simple rq jobs instead of using pkg_resources. 2016-04-15 19:22:16 +02:00

README.md

Captive Portal

This is supposed to be a captive portal webpage.

Work in progress right now.

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/