this post was submitted on 24 Jan 2024
263 points (90.7% liked)

Open Source

31133 readers
286 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 5 years ago
MODERATORS
 

First, they restricted code search without logging in so I'm using sourcegraph But now, I cant even view discussions or wiki without logging in.

It was a nice run

you are viewing a single comment's thread
view the rest of the comments
[–] scrubbles@poptalk.scrubbles.tech 53 points 9 months ago (3 children)

Damnit of course it was. Thanks for letting me know, now I'll have to redo my 100+ repos.

[–] moreeni@lemm.ee 17 points 9 months ago (1 children)

Changing the remote should be fairly trivial with enough bash skills

[–] scrubbles@poptalk.scrubbles.tech 6 points 9 months ago

It's more I don't have them all checked out, and a good chunk are mirrors of github, so I'll have to list out each one and push to a new remote, mirrors will have to be setup again, and I also use the container and package registries. I'm pretty embedded. It's not impossible, but it's a weekend project for sure.

[–] NightAuthor@lemmy.world 3 points 9 months ago

If there’s a fork, it’ll probably be an easy migration/in-place upgrade.

[–] lambchop@lemmy.world 1 points 9 months ago

My understanding is the fork isn't doing much but waiting to see if gitea turns to shit, pushing all their changes upstream. If you use docker I've heard you can just pull the new image and it simply drops in, no migration needed.