NoUmlautsAllowed / gocook

Alternative frontend to Chefkoch. This is a repository mirror from Codeberg.
https://codeberg.org/NoUmlautsAllowed/gocook
MIT License
22 stars 1 forks source link

Migrate repository to codeberg #40

Closed qwerty287 closed 1 week ago

qwerty287 commented 1 month ago

Hello again,

you currently host this project on github, but as you probably know, github is owned by Microsoft. And we all know Microsoft's privacy problems… (uBlock Origin currently blocks 15 connections here)

Codeberg is a very similar software, but hosted and operated by a German non-profit. It also provides features like code hosting, issue tracking, pull requests, CI/CD etc.

I would like it if you would migrate this over to codeberg! If I can help you somewhere, just ask.

Thanks!

kingofcube commented 1 month ago

Agreed!

NoUmlautsAllowed commented 1 month ago

Hi,

I agree with you, when looking at privacy, GitHub is not my first choice either. Initially, I made this project public on GitHub because of GitHub's popularity.

I've known of Codeberg for a bit, but didn't look into it in detail yet. I will look into it, but it may take some time. What I can definitely think of, is mirroring the repository to Codeberg. Regarding CI tasks, I think most of it is available at Codeberg too. However I did not find anything related to Dependabot at first glance. So if you know if there is a plugin or something similiar for it, let me know :)

If there are any news regarding a repository mirror or plans to migrate completely, I'll keep you posted here!

qwerty287 commented 1 month ago

Thanks! For dependencies, you can use https://www.mend.io/renovate/ in the CI (using a cron job to execute that once a day for example). I can give you more detailed examples if you want to take a look at them.

NoUmlautsAllowed commented 1 month ago

Thanks, that looks great! I'll check it out.

NoUmlautsAllowed commented 1 month ago

Update: I just pushed the repository to Codeberg, so you can check it out there already.

However, GitHub will stay the main repository as long as I don't have CI at Codeberg (there's already a request for it). I would suggest to keep this issue open, as long as the migration is in progress 🙂

NoUmlautsAllowed commented 1 week ago

I just merged 226c42de6667a66d696fca2a361d84f526801f7f, see also this PR on Codeberg 🎉 So I will close this issue now. Thanks for your contributions to this @qwerty287, much appreciated!