Multipurpose downloader. USER: Nobody. (Gopeed)

https://hub.docker.com/r/defnotgustavom/gopeed

Create a directory and assign ownership to nobody -- mkdir /dir/ && chown nobody /dir/

then, run with

docker run -it --rm -v /dir:/a defnotgustavom/gopeed gopeed -D /a/ https://link.goes/here

--

Gopeed (full name Go Speed), a high-speed downloader developed by Golang + Flutter, supports (HTTP, BitTorrent, Magnet) protocol, and supports all platforms.

-2 points · 2 comments · view on lemmy.world

2 Comments

GustavoM@lemmy.world · 0 pts · 3y (1 reply)

Did a little "oopsie" there. My bad.

breadsmasher@lemmy.world · 1 pts · 3y

Any sourcecode to go with it?