{"id":23404761,"url":"https://github.com/cuddlyclara/webradio","last_synced_at":"2025-04-08T22:47:43.804Z","repository":{"id":268257958,"uuid":"903786790","full_name":"cuddlyclara/webradio","owner":"cuddlyclara","description":"Docker image which creates a simple HTTP webradio using MPD that randomly plays your music.","archived":false,"fork":false,"pushed_at":"2024-12-15T16:05:04.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T17:58:22.119Z","etag":null,"topics":["docker","dockerfile","http","mpd","music-player","webradio"],"latest_commit_sha":null,"homepage":"","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/cuddlyclara.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-15T15:05:41.000Z","updated_at":"2024-12-15T16:05:07.000Z","dependencies_parsed_at":"2024-12-15T16:35:53.973Z","dependency_job_id":null,"html_url":"https://github.com/cuddlyclara/webradio","commit_stats":null,"previous_names":["cuddlyclara/webradio"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuddlyclara%2Fwebradio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuddlyclara%2Fwebradio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuddlyclara%2Fwebradio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuddlyclara%2Fwebradio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cuddlyclara","download_url":"https://codeload.github.com/cuddlyclara/webradio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247941717,"owners_count":21022037,"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":["docker","dockerfile","http","mpd","music-player","webradio"],"created_at":"2024-12-22T13:15:38.601Z","updated_at":"2025-04-08T22:47:43.783Z","avatar_url":"https://github.com/cuddlyclara.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple webradio with MPD\n\nThis Docker image sets up a simple HTTP webradio powered by MPD (Music Player Daemon). It automatically plays all music files in the `./media` folder in random order.\n\n## Docker Compose Example\n\nTo get started quickly, you can use the following `docker-compose.yml` configuration:\n\n```yaml\nservices:\n  mpd:\n    image: cuddlyclara/webradio:latest\n    container_name: webradio\n    ports:\n      - 0.0.0.0:8000:8000  # Webradio HTTP Port\n      - 127.0.0.1:6600:6600  # MPD Control Port (optional)\n    volumes:\n      - ./media:/media:ro  # Mount your local music directory\n    restart: unless-stopped\n```\n\n## Configuration Details\n\n- **Webradio Port (8000)**: Exposes the HTTP web interface to listen to your music.\n- **MPD Control Port (6600)**: Exposes the MPD control interface for clients that support it. This port is optional and can be omitted if you don't need MPD control access.\n- **Volume Mount**: The `./media` folder is mounted to the container as a read-only (`ro`) volume, containing the music files to be played.\n  \n## Customization with Reverse Proxy\n\nYou can also configure the webradio to only expose the port on `127.0.0.1` and use a reverse proxy for more advanced setups, such as enabling different paths or adding TLS support.\n\n[Docker Hub](https://hub.docker.com/r/cuddlyclara/webradio)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuddlyclara%2Fwebradio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcuddlyclara%2Fwebradio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuddlyclara%2Fwebradio/lists"}