-
Notifications
You must be signed in to change notification settings - Fork 13
Synology DSM
Stefan Gangefors edited this page Jul 2, 2021
·
8 revisions
- 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
- Give the container a name.
- Optional: Set resource limitations.
- Click
Advanced Settings
- Check
Enable auto-restart
- Check
Create shortcut on desktop
, selectWeb page
, add:5601
to the end of the URL. This number is the same as the HTTPS port below, default 5601. Or change tohttp://
and:5600
to use HTTP.
-
Add Download folder and set
Mount path
to/Downloads
-
Add Share folder and set
Mount path
to/Share
- Or you can add multiple share folders and set
Mount path
to/Share/<folder name>
for each
- Or you can add multiple share folders and set
- No changes needed
-
Add
rows 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.
- No changes needed
-
Add
two new variables -
PUID
=<your user id>
-
PGID
=100
This is the users group.
- Double check all the settings
- Click
Done
and let the container start.
- 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.