{"id":22320191,"url":"https://github.com/giof71/airconnect-docker","last_synced_at":"2026-03-03T23:31:31.865Z","repository":{"id":208695516,"uuid":"722136399","full_name":"GioF71/airconnect-docker","owner":"GioF71","description":"Easily run AirConnect (both UPnP and Cast modes) with docker","archived":false,"fork":false,"pushed_at":"2025-11-21T17:15:38.000Z","size":71,"stargazers_count":10,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-21T19:14:51.563Z","etag":null,"topics":["airplay","docker","google-cast","upnp"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GioF71.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-11-22T14:09:10.000Z","updated_at":"2025-11-21T17:14:56.000Z","dependencies_parsed_at":"2023-12-05T10:49:29.201Z","dependency_job_id":"72f4bb3d-eb0e-418f-bcbb-d389e11d410d","html_url":"https://github.com/GioF71/airconnect-docker","commit_stats":null,"previous_names":["giof71/airconnect-docker"],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/GioF71/airconnect-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GioF71%2Fairconnect-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GioF71%2Fairconnect-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GioF71%2Fairconnect-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GioF71%2Fairconnect-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GioF71","download_url":"https://codeload.github.com/GioF71/airconnect-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GioF71%2Fairconnect-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30065780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T18:21:05.932Z","status":"ssl_error","status_checked_at":"2026-03-03T18:20:59.341Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["airplay","docker","google-cast","upnp"],"created_at":"2024-12-04T00:12:44.570Z","updated_at":"2026-03-03T23:31:31.834Z","avatar_url":"https://github.com/GioF71.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# airconnect-docker\n\nA docker image for [AirConnect](https://github.com/philippe44/AirConnect).  \nThe latest images include version [1.8.3](https://github.com/philippe44/AirConnect/releases/tag/1.8.3).  \n\n## References\n\nThis is based on [this project](https://github.com/philippe44/AirConnect) by [philippe44](https://github.com/philippe44).  \nIt will let you use your upnp renderers (including those created with [upmpdcli](https://github.com/GioF71/upmpdcli-docker) and [mpd](https://github.com/giof71/mpd-alsa-docker)) and your Chromecast devices as AirPlay devices.  \n\n## Links\n\nREPOSITORY|DESCRIPTION\n:---|:---\nSource code|[GitHub](https://github.com/GioF71/airconnect-docker)\nDocker images|[Docker Hub](https://hub.docker.com/r/giof71/airconnect)\n\n## Build\n\nSimply build using the following:\n\n```text\ndocker build . -t giof71/airconnect:latest\n```\n\n## Configuration\n\nConfiguration is available through a set of environment variables.  \nThere are currently just a few variables available to set, but more will come as soon as possible.  \n\nVARIABLE|DESCRIPTION\n:---|:---\nUSER_MODE|Allows running using PUID/PGID, defaults to `yes`\nUSE_CONFIG_VOLUME|Use /config as the config directory, defaults to `yes`\nPUID|Group used to run the application, defaults to `1000`\nPGID|Group used to run the application, defaults to `1000`\nPREFER_STATIC|Prefer `-static` version of the executable, defaults to `no`\nAIRCONNECT_MODE|AirConnect mode: `upnp` or `cast`, defaults to `upnp`\nCODEC|Format used to send HTTP audio, refer to the AirConnect [documentation](https://github.com/philippe44/AirConnect)\nLATENCY|Value for argument `-l`, set to `1000:2000` for Sonos and Heos players\nCONFIG_FILE_PREFIX|Prefix for the config file, empty by default\nLOG_LEVEL_ALL|Enables log of type `all` using the provided value\nLOG_LEVEL_MAIN|Enables log of type `main` using the provided value\nLOG_LEVEL_UTIL|Enables log of type `util` using the provided value\nLOG_LEVEL_UPNP|Enables log of type `upnp` using the provided value\nLOG_LEVEL_RAOP|Enables log of type `raop` using the provided value\nENABLE_AUTO_NETWORK|Allows to automatically set NETWORK_SELECT, defaults to `yes`, but this does not override an explicitly set `NETWORK_SELECT` variable anyway\nNETWORK_SELECT|Sets the network interface or ip and optionally port\nAUTO_NETWORK_URL|Used for selecting the network to use, defaults to `1.1.1.1`\nNETWORK_USE_IP|Use ip instead of network card for `-b`, defaults to `yes`\n\n### Log Level Values\n\nPlease note that the possible values for the variables starting with `LOG_LEVEL_` are the following: `error`, `warn`, `info`, `debug`, `sdebug`.\n\n## Run\n\nSimple docker-compose files below.\n\n### UPnP mode\n\n```text\n---\nversion: \"3\"\n\nvolumes:\n  config:\n\nservices:\n  airconnect:\n    image: giof71/airconnect:latest\n    container_name: airconnect-upnp\n    network_mode: host\n    environment:\n      - PUID=1000\n      - PGID=1000\n      - AIRCONNECT_MODE=upnp\n    volumes:\n      - config:/config\n    restart: unless-stopped\n```\n\n### Chromecast mode\n\n```text\n---\nversion: \"3\"\n\nvolumes:\n  config:\n\nservices:\n  airconnect:\n    image: giof71/airconnect:latest\n    container_name: airconnect-cast\n    network_mode: host\n    environment:\n      - PUID=1000\n      - PGID=1000\n      - AIRCONNECT_MODE=cast\n    volumes:\n      - config:/config\n    restart: unless-stopped\n```\n\n## Changelog\n\nThe changelog of the upstream project is available [here](https://github.com/philippe44/AirConnect/blob/master/CHANGELOG).  \n\nDATE|DESCRIPTION\n:---|:---\n2025-06-16|Add support for linux/arm/v6 (see [issue #8](https://github.com/GioF71/airconnect-docker/issues/8))\n2024-10-16|Add variable USER_MODE and USE_CONFIG_VOLUME\n2024-03-15|Bump to version [1.8.3](https://github.com/philippe44/AirConnect/releases/tag/1.8.3)\n2024-03-11|Prefer ip over iface for the select network interface\n2024-03-09|Auto select network interface (see [#3](https://github.com/GioF71/airconnect-docker/issues/3))\n2024-01-26|Add support for log levels\n2024-01-15|Bump to version [1.7.0](https://github.com/philippe44/AirConnect/releases/tag/1.7.0)\n2024-01-09|Bump to version [1.6.3](https://github.com/philippe44/AirConnect/releases/tag/1.6.3)\n2023-12-27|Bump to version [1.6.2](https://github.com/philippe44/AirConnect/releases/tag/1.6.2)\n2023-12-26|Bump to version [1.6.1](https://github.com/philippe44/AirConnect/releases/tag/1.6.1)\n2023-12-18|Bump to version [1.6.0](https://github.com/philippe44/AirConnect/releases/tag/1.6.0)\n2023-12-05|Add support for LATENCY (see [#1](https://github.com/GioF71/airconnect-docker/issues/1))\n2023-12-05|Bump to version [1.5.4](https://github.com/philippe44/AirConnect/releases/tag/1.5.4)\n2023-12-02|Bump to version [1.5.3](https://github.com/philippe44/AirConnect/releases/tag/1.5.3)\n2023-11-28|Bump to version [1.5.0](https://github.com/philippe44/AirConnect/releases/tag/1.5.0)\n2023-11-22|First working release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiof71%2Fairconnect-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgiof71%2Fairconnect-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgiof71%2Fairconnect-docker/lists"}