Commit graph

17 commits

Author SHA1 Message Date
b689ba8634 Fix SNIP_FLASK_SECRET variable in README 2020-11-30 23:12:23 +01:00
26a79d15b4 Configurable keylen, rename SNIP_FLASK_SECRET
- Length of snipped url is now configurable via `SNIP_KEYLEN` SNIP_FLASK_SECRET
- is renamed to SNIP_SECRET as it is also used internally in snip, not just
  flask
2020-11-09 12:01:14 +01:00
533c24df26 Fix ProxyFix 2020-11-09 08:30:04 +01:00
75208ac43d Remove flask host from docker
Snip runs behind gunicorn now in the docker container
2020-11-09 06:59:17 +01:00
14487c6f6e Apply proxy fix for https scheme
sets the wsgi.url_scheme from X-Forwarded-Proto header
2020-11-09 06:54:40 +01:00
557ae95406 Use https as default scheme, run behind gunicorn in container 2020-11-09 05:37:17 +01:00
e231c63332 Remove and ignore generated css 2020-11-09 04:53:30 +01:00
11d228326c Adapt Readme 2020-11-08 20:32:32 +01:00
1782a97bcb Make docker default configuration production ready 2020-11-08 20:16:36 +01:00
9d10f4f5b9 .snipenv configuration
Read configuration from:
- environment
- .snipenv
- .snipenv.[SNIP_STAGE]
2020-11-08 14:20:41 +01:00
95683625da Create database schema in docker container 2020-11-06 02:28:29 +01:00
7fa31575f9 Add README, fix license, add querysheet 2020-11-06 02:03:07 +01:00
fdb8544b30 Success page, prettifying shortener 2020-11-06 00:46:58 +01:00
7ecab10a48 Working shortener with some style 2020-10-30 00:59:31 +01:00
ab6594b353 Add CI build 2020-10-26 17:39:44 +01:00
c05154cad9 First version 2020-10-26 17:17:00 +01:00
03b1d71018 Initial commit 2020-10-20 21:33:56 +00:00