This commit is contained in:
2025-12-14 14:56:37 +00:00
parent aeaf2bfaa3
commit 582cd97784
10 changed files with 668 additions and 51 deletions

View File

@@ -1,4 +1,18 @@
# App Configuration
VITE_ADMIN_PIN=1234
VITE_APP_TITLE=Dongho Kim
VITE_APP_TITLE=Dongho Kim Gallery
VITE_APP_DESCRIPTION=My Photo Journey
VITE_APP_TITLE=Dongho Kim Gallery
# Navidrome Music Player Configuration
# Your Navidrome server URL (without trailing slash)
VITE_NAVIDROME_URL=https://navidrome.example.com
# Your Navidrome username
VITE_NAVIDROME_USERNAME=d-username
# Your Navidrome password (or use token authentication - see docs)
VITE_NAVIDROME_PASSWORD=your-password
# Playlist ID (find it in the URL when viewing a playlist in Navidrome)
# Example: https://navidrome.example.com/app/playlist/abc123 -> use "abc123"
VITE_NAVIDROME_PLAYLIST_ID=your-playlist-id