11 Commits

Author SHA1 Message Date
Nick Retallack 5697ff80c3 ignore the eggs readme 2015-05-11 23:16:04 -07:00
Stephen J. Fuhry 923ad720a1 X-Forwarded-For can contain multiple IP addresses
From the nginx docs:
http://nginx.org/en/docs/http/ngx_http_proxy_module.html
> $proxy_add_x_forwarded_for
> the “X-Forwarded-For” client request header field with the $remote_addr
> variable appended to it, separated by a comma. If the “X-Forwarded-For”
> field is not present in the client request header, the
> $proxy_add_x_forwarded_for variable is equal to the $remote_addr
> variable.

Use the last IP address in X-Forwarded-For. For this to work properly
behind a trusted proxy, you must be using ProxyFix as described in the
flask & werkzeug documentation.
2014-12-29 08:31:19 -05:00
Matt Wright 44b91a351a Update gitignore 2014-03-13 18:33:22 -04:00
Matt Wright c302fb8e30 Update .gitignore 2013-12-19 14:45:53 -05:00
Eskil Heyn Olsen 050ccb847a Forgot to add form 2013-01-12 14:55:30 -08:00
Matt Wright a7016c1cfa Update build and dependencies 2012-06-20 15:36:44 -04:00
Matt Wright 144b22a3b9 Minimal README. No need to maintain a README when online docs do the trick 2012-03-13 20:23:07 -04:00
Matt Wright e239216d92 Added a few handy commands for Flask-Script to create users and add/remove roles. Also refactored the datastore a bit with appropriate methods 2012-03-09 16:31:05 -05:00
Matt Wright 0ea7c63bb1 Add datastore package 2012-03-08 23:50:53 -05:00
Matt Wright f5db44d0a1 First code commit 2012-03-08 16:03:53 -05:00
Matt Wright 6054e2fde4 Quick update to .gitignore and README 2012-03-08 16:01:50 -05:00