Skip to content

Docker/NodeJS repo for hosting your own video download website

Notifications You must be signed in to change notification settings

sb2702/video-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video downloader

This is a simple repo, written in Node, to host your own video downloader website

Requirements

  • Node
  • Docker
  • Grunt

Quickstart

To test locally

    grunt testLocal

To build the docker container

    grunt build

Pushing

First, set the environment variable DOCKER_TAG to whatever tag you want for your docker container

Then, you can push to docker cloud registry (or whatever registry you use) via

    grunt pushDocker

Config

The default port is 3000, so either change it, or set up your hosting config appropriately to expose port 3000

About

Docker/NodeJS repo for hosting your own video download website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published