run yesod, and launch webapp on startup

This commit is contained in:
Joey Hess 2012-07-25 21:26:13 -04:00
parent 03979d4d54
commit 32d3cffc4c
9 changed files with 189 additions and 10 deletions

View file

@ -2,7 +2,7 @@ The webapp is a web server that displays a shiny interface.
## security
* Listen only to localhost.
* Listen only to localhost. **done**
* Instruct the user's web browser to open an url that contains a secret
token. This guards against other users on the same system.
* I would like to avoid passwords or other authentication methods,