Fixed Flask not choosing new name for uploading

Moved uploading and removing files to APIs
Added max file upload to config from yml file
Jquery is now a file not a CDN
General Sass(y) fixes
This commit is contained in:
Michał Gdula 2023-01-11 19:46:31 +00:00
parent 5db8fa52e8
commit 2455d3f88c
13 changed files with 131 additions and 95 deletions

View file

@ -7,10 +7,10 @@ admin:
upload:
allowed-extensions:
- png
- jpg
- jpeg
- webp
- .png
- .jpg
- .jpeg
- .webp
max-size: 69MB
rename: GWA_{{username}}_{{time}}