Synology DSM - gangefors/docker-airdcpp-webclient GitHub Wiki
Set up AirDC++ Web Client on a Synology NAS
- Open Docker application
- Go to Image tab
- Add > Add From URL: https://hub.docker.com/r/gangefors/airdcpp-webclient/
- Choose the tag you want to use
- Wait for the image download to complete
- Select the image in the list and click Launch
General Settings
- Give the container a name.
- Optional: Set resource limitations.
- Click
Advanced Settings
Advanced Settings (Optional)
- Check
Enable auto-restart - Check
Create shortcut on desktop, selectWeb page, add:5601to the end of the URL. This number is the same as the HTTPS port below, default 5601. Or change tohttp://and:5600to use HTTP.
Volume
-
Add Download folder and set
Mount pathto/Downloads -
Add Share folder and set
Mount pathto/Share- Or you can add multiple share folders and set
Mount pathto/Share/<folder name>for each
- Or you can add multiple share folders and set
Network
- No changes needed
Port Settings
Addrows until there are five.- Use the following configuration
| Local Port | Container Port | Type |
|---|---|---|
| 21248 | 21248 | UDP |
| 21248 | 21248 | TCP |
| 21249 | 21249 | TCP |
| 5600 | 5600 | TCP |
| 5601 | 5601 | TCP |
See README.md for more information on the ports.
Links
- No changes needed
Environment
Addtwo new variablesPUID=<your user id>PGID=100This is the users group.
Click Apply and Next
Summary
- Double check all the settings
- Click
Doneand let the container start.
Updating to newer version
- Open Docker application
- Go to the Container tab
- Stop the current airdcpp container
- Follow the guide above but name the container differently than before
- When you have validated that the new container works you can delete the old container.