Commit Graph

11 Commits

Author SHA1 Message Date
d55e036ca1
adding data directory to .gitignore 2024-07-03 20:53:48 +02:00
67060978ad
adding README.md 2024-07-03 20:41:01 +02:00
40c60514e7
adding requirements.txt & .gitignore 2024-07-03 20:38:10 +02:00
6faac9742b
pretty big rework
- thrown out the multi-domain support, instead you can now specify the full base url in the config
- improved config docs
- changed authorization to follow the standard Bearer Token pattern
- link response is now simple json
- updated and modernized nginx config example
- reworked config and argument parsing
- removed unnecessary extra file write buffer layer
- removed no-cache response header. (why did I do this?)
- various minor improvements
- clarified hash length limit to be 32 (16 bytes, one aes block)
2023-12-12 13:23:22 +01:00
ef3d829dba
misc and fixed issue after yaml api change 2021-10-27 17:34:09 +02:00
8475d15268
use proper library placeholders for response header 2019-06-04 18:39:19 +02:00
0ae5fd12d7
moved AttrDict cast into static method 2019-06-04 18:38:50 +02:00
a62e7bc6de
return bad request on missing acc param instead of 500 2019-06-04 18:38:10 +02:00
0bf1d470da
fixed server start crash if a file didn't contain a "_" 2019-06-04 18:37:25 +02:00
d9167638f6
fixed missing quotes
fixed error with default config path
2018-08-01 17:35:38 +02:00
dee5744f89
finally bringing this into a repo 2018-06-10 15:49:53 +02:00