You are browsing as a guest. Sign up (or log in) to start making projects!

3h 41m 56s logged

Devlog 12

New

  • Built and published a Docker container on GitHub
  • Added a progress bar for YouTube Downloader
  • Disabled the OK button until the file is ready
  • Adjusted YouTube Downloader GUI for mobile devices
  • Added a 2GB file upload limit to FFvert
  • Updated README.md

Docker

You can run the image using a pre-built Docker image.

docker pull ghcr.io/nahida4479/ffvert:latest
docker run -p 3003:3003 ghcr.io/nahida4479/ffvert:latest

or build it yourself

git clone https://github.com/Nahida4479/FFvert.git
cd FFvert
docker build -t ffvert .
docker run -p 3003:3003 ffvert
0
27

Comments 0

No comments yet. Be the first!