Codeberg/Forgejo can import projects from Gitlab, including source and issues, but it has some rough edges like images in tickets being left behind (e.g. https://codeberg.org/forgejo/forgejo/issues/10760)

Don't suppose anyone has sh/python/nodejs script that can fix up images in imported tickets I could use?

#Codeberg #Forgejo

enh: script image migration from github tickets

### Existing problems this enhancement addresses I just migrated over from github. I had a shit ton of screenshots in ticket bodies and comments. These weren't handled in any way so the tickets in forgejo just reference the github static uploads. That gives 404's, feels like there's something wi...

Codeberg.org
(I'd contribute a fix but I don't know Go at all and it would take a while to get deployed, and don't want to have to deal with bun/gh to use the sloppy script in that issue that does the same)
@mjog These imports are always half-baked, as e.g. the issue numbers (which are often mentioned in commits) are not preserved. Apart from that, I’m seriously concerned about Forgios security posture (according to LWN).

@fmoessbauer it actually seems to work quite well - issue numbers line up at least. MR numbers don't, but they seem to be getting linked to in mentions from issues and commits fine.

It's really just the images that I'm missing.