Bridges AirPlay, SONOS and Google Cast using https://github.com/philippe44/AirConnect for Docker on Synology
- mommel/AirConnect-Synology-Docker
- Make sure you select the latest tag
- Launch a new container using the mommel/AirConnect-Synology-Docker image.
- Give your container an appropriately name and goto Advanced Settings
- Set the checkbox to Enable auto-restart.
- Goto Network tab and set the checkbox to Use the same network as Docker host.
- Click OK and thats it.
- This repo contains submodules so you might want to clone it with.
git clone --recursive https://github.com/mommel/AirConnect-Synology-Docker.git
. If you have already cloned it, no problem, just run.git submodule update --init
- Fork the repo
- Create a branch with a good name
- Do your changes
- Sign your commits (git commit -S -m your commit message)
- Push it
- Create a pull request
- Tell what you did there