Add configuration example, enhance song display with history, and improve UI responsiveness
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m50s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m50s
This commit is contained in:
parent
84f9502b4a
commit
46cc5eb8a1
6 changed files with 223 additions and 62 deletions
8
.env.example
Normal file
8
.env.example
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Copy to .env and fill in your secrets
|
||||
# These are used by the Bun/Elysia server to fetch your current/last played track from Last.fm
|
||||
LASTFM_API_KEY=
|
||||
LASTFM_USERNAME=
|
||||
|
||||
# Optional
|
||||
PORT=3000
|
||||
NODE_ENV=development
|
Loading…
Add table
Add a link
Reference in a new issue