Commit Graph

8 Commits

Author SHA1 Message Date
BluBb_mADe 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
BluBb_mADe ef3d829dba
misc and fixed issue after yaml api change 2021-10-27 17:34:09 +02:00
BluBb_mADe 8475d15268
use proper library placeholders for response header 2019-06-04 18:39:19 +02:00
BluBb_mADe 0ae5fd12d7
moved AttrDict cast into static method 2019-06-04 18:38:50 +02:00
BluBb_mADe a62e7bc6de
return bad request on missing acc param instead of 500 2019-06-04 18:38:10 +02:00
BluBb_mADe 0bf1d470da
fixed server start crash if a file didn't contain a "_" 2019-06-04 18:37:25 +02:00
BluBb_mADe d9167638f6
fixed missing quotes
fixed error with default config path
2018-08-01 17:35:38 +02:00
BluBb_mADe dee5744f89
finally bringing this into a repo 2018-06-10 15:49:53 +02:00