- Add image handler
- Store images locally
This commit is contained in:
Daniel Mason 2021-04-11 20:10:52 +12:00
parent 489527c8f9
commit 8bc462878a
Signed by: idanoo
GPG key ID: 387387CDBC02F132
19 changed files with 158 additions and 54 deletions

View file

@ -1,3 +1,7 @@
# 0.0.29
- Add image handler
- Store images locally
# 0.0.28
- Fix mobile view on user pages
- Fix favicon issue

View file

@ -31,3 +31,4 @@ These are stored in `web/.env.production` and `web/.env.development`
MAIL_FROM_NAME= // FROM name
GOSCROBBLE_DOMAIN="" // Full domain for email links (https://goscrobble.com))
STATIC_DIR="web" // Location to store images (This will serve from web/static)