Ahwxorg / Binternet

A custom Pinterest frontend, made in PHP.
GNU General Public License v3.0
116 stars 12 forks source link

Consider mirroring to Codeberg #4

Closed throwaway-d closed 1 year ago

throwaway-d commented 1 year ago

See:

Ahwxorg commented 1 year ago

Give me a few days and I'll mirror to git.ahwx.org. Will probably also use Codeberg in the future, I'll link to it in the README.md file.

Ahwxorg commented 1 year ago

codeberg mirror

vlnst commented 2 weeks ago

The codeberg mirror didn't update for over a year now 😞

Restoring it would be very much appreciated

Ahwxorg commented 1 week ago

You are right, it was quite the hassle to keep it synced. If there is a way to automate that, I'd be glad to update the mirror again.

vlnst commented 1 week ago

You can use GitHub Actions and setup your local Git repo so it pushes code to Codeberg too. Also, the third step is beneficial too so you don't have to do manual things of rebasing and merging pull requests from Codeberg.

I didn't try it myself, but this should be possible.

We can ask nesaku if he can help with it. (https://github.com/nesaku/BiblioReads/blob/main/.github/workflows/codeberg-mirror.yml - example GitHub actions workflow so it automarically mirrors the repo to Codeberg)

Ahwxorg commented 1 week ago

I'll look into this when I have a little more free time on my hands.