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

Name Value Example
DATA_DIR Folder for RPD /rapidphotodownloader
DL_URL Download URL for DirSyncPro https://launchpad.net/rapid/pyqt/0.9.17/+down...
FORECE_UPDATE Set to 'true' if you want to force a update (otherwise leave blank)
CUSTOM_RES_W Minimum of 1000 pixesl (leave blank for 1024 pixels) 1024
CUSTOM_RES_H Minimum of 880 pixesl (leave blank for 881 pixels) 881
UID User Identifier 99
GID Group Identifier 100

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

Set VNC Password:

Please be sure to create the password first inside the container, to do that open up a console from the container (Unraid: In the Docker tab click on the container icon and on 'Console' then type in the following):

  1. su $USER
  2. vncpasswd
  3. ENTER YOUR PASSWORD TWO TIMES AND PRESS ENTER AND SAY NO WHEN IT ASKS FOR VIEW ACCESS

Unraid: close the console, edit the template and create a variable with the Key: TURBOVNC_PARAMS and leave the Value empty, click Add and Apply.

All other platforms running Docker: create a environment variable TURBOVNC_PARAMS that is empty or simply leave it empty:

    --env 'TURBOVNC_PARAMS='

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/

Description
No description provided
Readme 2.1 MiB
Languages
Shell 52.9%
Dockerfile 47.1%