mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-01 13:42:20 +00:00
0.0.29
- Add image handler - Store images locally
This commit is contained in:
parent
489527c8f9
commit
8bc462878a
19 changed files with 158 additions and 54 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue