Nifri2 / Youtube-dl-WebUI-unRAID

Containerized version of timendum/Youtube-dl-WebUI for usage in unRAID

Home Page:https://hub.docker.com/r/nifri/youtube-dl-webui-unraid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Containerized version of timendum/Youtube-dl-WebUI for usage in unRAID

https://hub.docker.com/r/nifri/youtube-dl-webui-unraid

License:GNU General Public License v3.0


Languages

Language:PHP 94.4%Language:Dockerfile 3.3%Language:Hack 1.9%Language:CSS 0.4%