Interesting. Wonder why they forked gitea
Comment on FFmpeg moves to Forgejo
ipkpjersi@lemmy.ml 3 days ago
I hadn’t heard of Forgejo, although I realize now that I have seen repositories using it before. I think it’s cool that they even have statically linked binaries of it but it’s a bit concerning that like an entire web server is built in because what if there’s vulnerabilities? I guess if you regularly stayed up to date it’s not too bad then.
MrTolkinghoen@lemmy.zip 3 days ago
Jason2357@lemmy.ca 3 days ago
Because the Codeberg folk didn’t like the idea of relying on a product made by a for profit company. blog.codeberg.org/codeberg-launches-forgejo.html
MrTolkinghoen@lemmy.zip 2 days ago
Looks like it’s time to switch.
Jason2357@lemmy.ca 22 hours ago
Note that it has built-in migration of repos along with all the associated stuff. One at a time, but it works well.
lime@feddit.nu 3 days ago
i mean, the web server in question is the Go standard library. if there is a vuln in there we have bigger problems, considering it’s also used by the docker binary.