Skip to content

Nifri2/Youtube-dl-WebUI-unRAID

 
 

Repository files navigation

Youtube-dl WebUI

Fork of timendum/Youtube-dl-WebUI containerized, in order to deploy it as unRAID app. Please checkout said repository for more information about the project.

Prebuilt Images at DockerHub

Building

To build the container yourself run:

docker build -t youtube-dl-webui . 

To run the container:

docker run -p 8080:80 \ 
    -e SECURITY=true         # true = enable password, false = disable password
    -e MAX_DL=16 \           # maximum concurrent downloads allowed
    -e PASSWORD=mypassword \ # Password for the WebUI
    -v /path/to/video/folder:/www/youtube-dl/downloads \ # replace /path/to/video/folder with your preferred downlaod folder
    youtube-dl-webui

Usage

Parameters can be used like in this example:

unRAID

Languages

  • PHP 94.4%
  • Dockerfile 3.3%
  • Hack 1.9%
  • CSS 0.4%