feat: complete dashboard redesign, proxy unification, and Windows compatibility fixes

This commit is contained in:
2026-04-02 12:13:37 +02:00
parent 8192388c5d
commit fec4e4635c
33 changed files with 3002 additions and 135 deletions

View File

@@ -37,8 +37,6 @@ services:
networks:
- bordanlage
# ─── Audio Sources ─────────────────────────────────────────────────────────
librespot:
build: ./docker/librespot
restart: unless-stopped
@@ -47,12 +45,13 @@ services:
ports:
- "57621:57621/udp" # Spotify zeroconf discovery
- "57621:57621/tcp"
command: >
--name "${SPOTIFY_NAME:-Bordanlage}"
--bitrate ${SPOTIFY_BITRATE:-320}
--backend pipe
--device /tmp/audio/spotify.pcm
--zeroconf-port 57621
command: [
"--name", "${SPOTIFY_NAME:-Bordanlage}",
"--bitrate", "${SPOTIFY_BITRATE:-320}",
"--backend", "pipe",
"--device", "/tmp/audio/spotify.pcm",
"--zeroconf-port", "57621"
]
volumes:
- pipes:/tmp/audio
networks: