this post was submitted on 13 Jul 2026
82 points (100.0% liked)

Open Source

48010 readers
152 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 7 years ago
MODERATORS
 

#Forgejo keeps impressing. Migrating a larger repo with lots of issues etc, only took the creation of an access token. Once again, i'm super happy with my decision to selfhost my #git.

#selfhosted #opensource #devops

https://docs.codeberg.org/advanced/migrating-repos/#migrating-from-services

top 14 comments
sorted by: hot top controversial new old
[–] farooqkz@realbitcoin.cash 1 points 5 days ago (1 children)

Codeberg now fits well for me static blogs, me personal projects and also Luanti CTF game I posted earlier in the community.

[–] opennomad@lemmy.ml 2 points 5 days ago

I run my own forgejo instance, but love mirroring to codeberg. almost done with my escape from github.

[–] justme@lemmy.dbzer0.com 6 points 1 week ago (1 children)

how does it deal with all the user names, e.g., in the issues? does it create ghost users, unlinked names or links to their respective GitHub pages?

[–] opennomad@lemmy.ml 3 points 6 days ago (1 children)

you end up with something like this:

oXXXXXXXd commented last year (Migrated from github.com)

so you get the github username, but that's it.

[–] justme@lemmy.dbzer0.com 1 points 6 days ago (1 children)

ah, thanks. i guess just linking to the GitHub user page would be sufficient as acknowledgement. on the other hand, as long as you keep the GitHub repo, that would not be an issue anyway.

ghost users would be a terrible idea, as it would just fill your server with garbage xD (have that problem with another program)

[–] opennomad@lemmy.ml 1 points 6 days ago

To be fair it's only the name. The only link is to github, rather than the user profile.

[–] jksalcedo@lemmy.ml 4 points 1 week ago (1 children)

What I liked the most from it is the inclusion of releases on the migration.

[–] opennomad@lemmy.ml 4 points 1 week ago

haha. I missed that. Thank you. I was so stoked about the issues 🤪

[–] warmaster@lemmy.world 1 points 1 week ago

I miss the auto tagging columns in kanban...

[–] nitroemdash@lemmy.wtf 1 points 1 week ago

Sad I lost access to GitHub account due to their dumb 2FA enforcement.

[–] bl4kers@lemmy.ml 1 points 1 week ago (1 children)
[–] opennomad@lemmy.ml 3 points 1 week ago (1 children)

No. I started that way, but realized I could keep the issues, etc, by using the web "new migration" feature.

[–] bl4kers@lemmy.ml 1 points 1 week ago (1 children)

I meant for cloning and such. It's been the biggest pain point for me, especially having to manage multiple accounts

[–] opennomad@lemmy.ml 1 points 6 days ago

I don't think that's exposed via the cli. That would also be my preference.