marcopeocchi / yt-dlp-web-ui

A terrible web ui and RPC server for yt-dlp. Designed to be self-hosted.
GNU General Public License v3.0
820 stars 85 forks source link

Update #39

Closed Jmmx1237 closed 1 year ago

Jmmx1237 commented 1 year ago

Is there a way, to update the software?

marcopeocchi commented 1 year ago

Docker containers are stateless. Unless you're using the single binary version, the only way to effectively update is update the image.

Jmmx1237 commented 1 year ago

Thanks for your reply, I have now tried to start the latest version via docker, however, no videos can be downloaded with it, an older version runs without problems.

docker run -d -p 3033:3033 -v /mnt/videos/:/downloads ghcr.io/marcopeocchi/yt-dlp-web-ui:latest

The server starts and can be reached, but the download does not start, even after waiting 1 hour. Maybe I am doing something wrong? An where I can find the config files, at me, there isn't anything in the directory /usr/local/bin/?

marcopeocchi commented 1 year ago

at the moment try the image ghcr.io/marcopeocchi/yt-dlp-web-ui:master. When I'm home i'll issue a new release on the :latest tag.

Jmmx1237 commented 1 year ago

at the moment try the image ghcr.io/marcopeocchi/yt-dlp-web-ui:master. When I'm home i'll issue a new release on the :latest tag.

I will try this later, thank you.