{"id":13676138,"url":"https://github.com/Rohmilchkaese/spotifyd","last_synced_at":"2025-04-29T03:30:34.684Z","repository":{"id":42025294,"uuid":"239176924","full_name":"Rohmilchkaese/spotifyd","owner":"Rohmilchkaese","description":"spotifyd docker image - based on Alpine Linux","archived":false,"fork":false,"pushed_at":"2023-10-15T21:27:03.000Z","size":6,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-11T17:45:52.640Z","etag":null,"topics":["alpine-linux","dockerfile","spotify-connect","spotifyd"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rohmilchkaese.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-02-08T17:50:47.000Z","updated_at":"2022-10-25T19:15:01.000Z","dependencies_parsed_at":"2024-01-14T14:31:09.863Z","dependency_job_id":"b5a1f5c3-115a-44d7-9298-62d4d2366cd1","html_url":"https://github.com/Rohmilchkaese/spotifyd","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rohmilchkaese%2Fspotifyd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rohmilchkaese%2Fspotifyd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rohmilchkaese%2Fspotifyd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rohmilchkaese%2Fspotifyd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rohmilchkaese","download_url":"https://codeload.github.com/Rohmilchkaese/spotifyd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251426701,"owners_count":21587634,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alpine-linux","dockerfile","spotify-connect","spotifyd"],"created_at":"2024-08-02T13:00:19.005Z","updated_at":"2025-04-29T03:30:34.375Z","avatar_url":"https://github.com/Rohmilchkaese.png","language":"Dockerfile","funding_links":[],"categories":["Dockerfile"],"sub_categories":[],"readme":"# spotifyd\nspotifyd docker image - based on Alpine Linux\n\nLink to [Docker Hub](https://hub.docker.com/r/rohmilkaese/spotifyd)\n\n[Spotifyd](https://github.com/Spotifyd/spotifyd) streams music just like the official client, but is more lightweight and supports more platforms. Spotifyd also supports the Spotify Connect protocol, which makes it show up as a device that can be controlled from the official clients.\n\nI build this Docker image because there was no Spotifyd Image running on Alpine Linux. As far as I can tell, this is the only one running on Alpine, which also makes it the smallest one. Counting in at ~ 22 mb installed and ~ 8 mb compressed to dowload from Docker Hub.\n\n## Docker Run\n\nCommand:\n\n```bash\nsudo docker run -d \\\n-v $PWD/conf/spotifyd.conf:/etc/spotifyd.conf \\\n--device /dev/snd \\\n--name spotifyd \\\nrohmilkaese/spotifyd\n```\nPlace a valid spotifyd.conf file in directory you run the docker run command.\n\n## Docker Compose\n\ndocker-compose.yaml\n```yaml\nversion: \"2.2\"\nservices:\n   spotifyd:\n    container_name: spotifyd\n    image: rohmilkaese/spotifyd:latest\n    volumes:\n       - ./conf/spotifyd.conf:/etc/spotifyd.conf:ro\n    devices:\n       - /dev/snd\n```\nPlace a valid spotifyd.conf file in /conf directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRohmilchkaese%2Fspotifyd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRohmilchkaese%2Fspotifyd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRohmilchkaese%2Fspotifyd/lists"}