mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-07 21:48:18 -08:00
feat: refetch missing images on startup (#160)
* artist image refetching * album image refetching * remove unused var
This commit is contained in:
parent
5e294b839c
commit
1a8099e902
15 changed files with 271 additions and 44 deletions
5
.env.example
Normal file
5
.env.example
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
KOITO_ALLOWED_HOSTS=*
|
||||
KOITO_LOG_LEVEL=debug
|
||||
KOITO_CONFIG_DIR=test_config_dir
|
||||
KOITO_DATABASE_URL=postgres://postgres:secret@localhost:5432?sslmode=disable
|
||||
TZ=Etc/UTC
|
||||
Loading…
Add table
Add a link
Reference in a new issue