jorenn92 / Snapserver-spotify-airplay

Simple SnapCast server with multiple Spotify & Airplay sources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snapserver-spotify-airplay

Simple SnapCast server with multiple Spotify & Airplay sources. Based on Alpine.

Uses custom SnapWeb: https://github.com/jorenn92/Snapweb

version: '3'
services:
  snapserver:
    image: jorenn92/snapserver-spotify-airplay:latest
    environment:
      - DEVICE_NAME=SnapCast
#	  - DEVICES=kitchen,bathroom,office # Optional, use this instead of the 2 options underneath in case you want a meta source combining both Spotify & Airplay.
      - SPOTIFY_DEVICES=kitchen,bathroom,office
      - AIRPLAY_DEVICES=kitchen,bathroom,office
    network_mode: host

About

Simple SnapCast server with multiple Spotify & Airplay sources


Languages

Language:Python 72.0%Language:Dockerfile 14.8%Language:Shell 13.2%