Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2025-04-27 07:23:41

wet
Developer Emeritus
From: Schoerfling, Austria
Registered: 2005-06-06
Posts: 3,338
Website GitHub Mastodon

Migrated to Codeberg

I have migrated all of my plugins’ Git repositories to Codeberg as part of my efforts to reduce my reliance on US-based services.

Codeberg is a community-driven, open-source alternative to GitHub, focused on ethical collaboration and privacy, built on Forgejo and designed for hosting free/libre software projects without proprietary ties.

They provide a dedicated migration tool for a few Git hosts.

Dan Erat’s itinerary proved to be a helpful guide.

Offline

#2 2025-04-27 08:56:00

phiw13
Plugin Author
From: South-Western Japan
Registered: 2004-02-27
Posts: 3,378
Website

Re: Migrated to Codeberg

:thumbs up:

(and thanks again for you markdown plugin)


Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern

Offline

#3 2025-04-28 02:29:58

bici
Member
From: vancouver
Registered: 2004-02-24
Posts: 2,116
Website Mastodon

Re: Migrated to Codeberg

wet wrote #339617:

I have migrated all of my plugins’ Git repositories to Codeberg as part of my efforts to reduce my reliance on US-based services.

Codeberg is a community-driven, open-source alternative to GitHub, focused on ethical collaboration and privacy, built on Forgejo and designed for hosting free/libre software projects without proprietary ties.

They provide a dedicated migration tool for a few Git hosts.

Dan Erat’s itinerary proved to be a helpful guide.

Thank-you for all you do and showing leadership in dumping GitHub, which I have never, particularly been a fan of.


…. texted postive

Offline

#4 2025-04-29 06:09:39

wet
Developer Emeritus
From: Schoerfling, Austria
Registered: 2005-06-06
Posts: 3,338
Website GitHub Mastodon

Re: Migrated to Codeberg

Thank you all for your opinions and advice. It makes me happy that I took the time to do this.

I have also taken the liberty of registering a renowned organisation’s name there, in case this ever becomes an issue.

Come and join in! It’s free (as in “beer”), though Codeberg is happy to enrol paying association members.

Offline

#5 2025-04-29 06:37:42

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,736
Website GitHub

Re: Migrated to Codeberg

Thank you, Robert. At the risk of making work for ourselves, I wonder if there’s any mileage in moving our repos that way. Or even running a self-hosted gitea instance.

As far as I recall, we’re not using much of the GitHub functionality beyond the basics so the only difference would likely be the endpoints. Not sure if we’d hit any of their limits in normal use, or if there’s much upheaval to transfer the CI pipeline stuff to Woodpecker.

Happy to take thoughts and advice on whether we feel the current political/economic climate makes a move worthwhile, and if so, whether there are any gotchas in the migration tool.


The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.

Txp Builders – finely-crafted code, design and Txp

Online

#6 2025-04-29 07:43:52

wet
Developer Emeritus
From: Schoerfling, Austria
Registered: 2005-06-06
Posts: 3,338
Website GitHub Mastodon

Re: Migrated to Codeberg

IMHO: GitHub offers an established community and audience. You get issue reports, pull requests, and so on, when the stars are aligned.

I think this is why people still use the site formerly known as Twitter, post on Facebook and populate Instagram instead of Pixelfed and similar platforms.

The pros of Codeberg are: They are not part of the ‘nerd reich’. Choosing them is where your preferences and opinions matter. It’s not a technological choice, but one depending on your point-of-view. On the other hand, the GPL was once considered a form of communism anyway ;)

The migration tool works, in my experience.

Migration takes work. You have to redirect your audience, tool belt, etc.

Self-hosting a Forgejo (formerly Gitea) instance might be an option for a daring team member as part of their personal development, as we all do by contributing to Textpattern instead of using a website builder (or go cycling with their dog).

Offline

#7 2025-04-29 14:34:05

skewray
Member
From: Sunny Southern California
Registered: 2013-04-25
Posts: 218
Website

Re: Migrated to Codeberg

Self-hosting seems like an opportunity for a future single-point failure.

Offline

#8 2025-04-29 15:27:28

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,736
Website GitHub

Re: Migrated to Codeberg

skewray wrote #339633:

Self-hosting seems like an opportunity for a future single-point failure.

Likewise, putting all our trust in a single corporate entity is an opportunity for a future single-point failure. Plenty of services on which we and others relied have been pulled from the web due to one thing or another *cough* Google Code *cough*


The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.

Txp Builders – finely-crafted code, design and Txp

Online

#9 2025-04-29 17:21:08

skewray
Member
From: Sunny Southern California
Registered: 2013-04-25
Posts: 218
Website

Re: Migrated to Codeberg

I pulled my personal efforts off of Github years ago, and migrated to nowhere. I may put it all back up again at Codeberg, not that anyone is even remotely interested. I guess LLMs can scarf it up as examples of poor coding?

Offline

#10 Yesterday 00:17:56

phiw13
Plugin Author
From: South-Western Japan
Registered: 2004-02-27
Posts: 3,378
Website

Re: Migrated to Codeberg

Bloke wrote #339636:

Likewise, putting all our trust in a single corporate entity is an opportunity for a future single-point failure. Plenty of services on which we and others relied have been pulled from the web due to one thing or another cough Google Code cough

You could, time allowing and the pesky things like that, consider at the minimum mirroring github/textpattern/textpattern to Codeberg. Just in case GH becomes more unusable & bloated than it is now, and the owner becomes evermore unethical (can that get worse ?).


Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern

Offline

#11 Yesterday 15:08:20

gaekwad
Server grease monkey
From: People's Republic of Cornwall
Registered: 2005-11-19
Posts: 4,346
GitHub

Re: Migrated to Codeberg

skewray wrote #339633:

Self-hosting seems like an opportunity for a future single-point failure.

This.

Git as a protocol / workflow is somewhat fault-tolerant. GitHub as a platform is where developers tend toward, at present. There are pros and cons to the other hosted services: I’ve used GitLab (self hosted and North America .com), that comes fairly close to GitHub in terms of usability and features, but it misses the mark on a few things. I worked on a project using SourceHut (EU), which had quirks but seemed to work pretty well overall. I’ve lost sleep over single point of failure Gitea (as was) servers for one client.

Thanks for not mentioning Subversion or Mercurial, lads…

Offline

Board footer

Powered by FluxBB