This repository has been archived on 2022-04-15 . You can view files and clone it, but cannot push or open issues or pull requests.
master
* * * DEPRICATED * * *
Deezloader-Remix in Docker optimized for Unraid
This container downloads Deezloader-Remix and start it.
Deezloader Remix is an improved version of Deezloader based on the Reborn branch. With this app you can download songs, playlists and albums directly from Deezer's Server in a single and well packaged app.
Update Notice: The container will check on every restart if there is a newer version an will download and install it.
NOTE: Please note that im not affiliated to the Developers from Deezloader-Remix or other projects of this kind in any way.
Env params
Name | Value | Example |
---|---|---|
DATA_DIR | Main storage folder | /deezloaderremix |
UID | User Identifier | 99 |
GID | Group Identifier | 100 |
UMASK | User file permission mask for newly created files | 000 |
DATA_PERM | Data permissions for main storage folder | 770 |
Run example
docker run --name Deezloader-Remix -d \
-p 8085:8080 \
--env 'UMASK=000' \
--env 'DATA_PERM=770' \
--env 'UID=99' \
--env 'GID=100' \
--volume /mnt/user/appdata/deezloader-remix:/deezloaderremix \
--volume /mnt/user/Musik:/mnt/downloads \
--restart=unless-stopped \
ich777/deezloaderremix
This Docker was mainly edited for better use with Unraid, if you don't use Unraid you should definitely try it!
Support Thread: https://forums.unraid.net/topic/83786-support-ich777-application-dockers/
Description
Languages
Shell
81.7%
Dockerfile
18.3%