janusn
janusn
@alexta69 As the feature #663 has been implemented, I have tried to build a metube image from the [Dockerfile](https://github.com/alexta69/metube/blob/b0320379fe586011aa6e8f62c5383b24d1152056/Dockerfile) you suggested. But there are errors that stops it from building...
@PikuZheng Thank you very much. I have created a custom build from your wonderful image. ``` $ cat Dockerfile FROM alexta69/metube:latest WORKDIR /app RUN wget -qO- https://github.com/lexiforest/curl-impersonate/releases/download/v1.0.0/curl-impersonate-v1.0.0.x86_64-linux-musl.tar.gz |tar xvz -C...
Does it mean I don't have to build it locally now?
I have been monitoring the memory consumption since your reply. There were a few set backs such as container recreated by watchtower. Nonetheless, here is what I have found. The...
@nicolargo ------------------------- **Update:** I checked again and I realized that the image tagged 4.2.1-full is different from the image I was running, tagged latest-full. Let me run the 4.2.1-full a...
Unfortunately, 4.2.1-full still exhibits this memory leak. I have included logs from the three install starting from restarting of the containers. [logs.zip](https://github.com/user-attachments/files/17649777/logs.zip)
@jhj0517 Thanks for your reply. I have fixed it by dropping the username and password parameters. However, I have trouble rebuilding the image. 😞 ``` # docker compose build --no-cache...
I think the task progress is a property of the server/backend instead of a property of a local client. The tasks on progress should be visible to all clients and...
I have recorded how [metube](https://github.com/alexta69/metube) synchronizes the task progress between tabs as an example. https://github.com/user-attachments/assets/51fe6720-740e-479f-832d-652913d2dc83 As you can see, the download tasks are show on both tabs of a browser....
Thanks @Berserkir-Wolf and @itsniawan for the temp fixes. Hopefully a complete solution will be integrated and tagged soon.