ich777/rapidphotodownloader

By ich777

Updated 2 months ago

Image

50K+

Rapid Photo Downloader in Docker optimized for Unraid

This Docker will download and install Rapid Photo Downloader.

Please also check out the Developers website of Rapid Photo Downloader: https://www.damonlynch.net/rapid/

Env params

NameValueExample
DATA_DIRFolder for RPD/rapidphotodownloader
DL_URLDownload URL for DirSyncProhttps://launchpad.net/rapid/pyqt/0.9.17/+down...
FORECE_UPDATESet to 'true' if you want to force a update (otherwise leave blank)
CUSTOM_RES_WMinimum of 1000 pixesl (leave blank for 1024 pixels)1024
CUSTOM_RES_HMinimum of 880 pixesl (leave blank for 881 pixels)881
UIDUser Identifier99
GIDGroup Identifier100

Run example

docker run --name RapidPhotoDownloader -d \
    -p 8080:8080 \
    --env 'DL_URL=https://launchpad.net/rapid/pyqt/0.9.17/+download/install.py' \
    --env 'CUSTOM_RES_W=1280' \
    --env 'CUSTOM_RES_H=1024' \
    --env 'UID=99' \
    --env 'GID=100' \
    --volume /mnt/user/appdata/rapidphotodownloader:/rapidphotodownloader \
    --volume /mnt/user/destination_folder:/media/destination \
    --volume /mnt/user/source_folder:/media/source \
    --restart=unless-stopped \
    ich777/rapidphotodownloader
Webgui address: http://[SERVERIP]:[PORT]/vnc_auto.html

Please check also the Developers (Damon Lynch) website out: https://www.damonlynch.net/ or from RPD: https://www.damonlynch.net/rapid/

Support Thread: https://forums.unraid.net/topic/83786-support-ich777-application-dockers/

Docker Pull Command

docker pull ich777/rapidphotodownloader