Skip to content

deepjyoti30/ytmdl-web-v2

This branch is up to date with master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ee102f2 · Jan 16, 2024
May 27, 2022
Apr 1, 2021
Jan 16, 2024
Feb 18, 2023
Jan 23, 2021
Jan 23, 2021
Feb 24, 2021
Feb 22, 2021
Feb 27, 2021
Feb 25, 2021
Jan 23, 2021
May 12, 2021
Feb 27, 2021
Feb 27, 2021
Jul 10, 2022
May 13, 2021
Jan 23, 2021
Feb 25, 2021
Apr 6, 2021
Feb 18, 2023

Repository files navigation

Ytmdl Web


Ytmdl Web V2

Version 2 of Ytmdl Web with a lot of fixes since the first iteration. This release is way faster than the previous version along with some neat additions like Settings. This Web App is based on the commandline version of the app which can be found here.

Deploy Locally

If you want to deploy the webapp locally and run it, you can do that by pulling the latest image and deploying it.

docker run -d -p 8082:8082 ghcr.io/deepjyoti30/ytmdl-web:latest 

By default the webapp runs on port 8082.

The latest image is built everytime a merge is done in the production branch. If you want to experiment with the bleeding edge and get new features, try out setup.

Setup

In order to run the project locally, you need to clone the repo and run:

git clone git@github.com:deepjyoti30/ytmdl-web-v2 && npm i && npm run serve

If you want to build, use:

npm run build

Contribution

If you want to contribute to the project, read the this.