feat(docs): Added new article about migration to Codeberg

Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
Steffen Vogel
2025-12-24 11:44:13 +01:00
parent 60a7bee07d
commit 1f2187245a
@@ -0,0 +1,17 @@
---
slug: goodbye-github
title: Goodbye GitHub
authors:
- stv0g
# SPDX-FileCopyrightText: 2023-2025 Steffen Vogel <post@steffenvogel.de>
# SPDX-License-Identifier: Apache-2.0
---
cunīcu has moved its source code hosting from GitHub to Codeberg.
You can find the new repository at [codeberg.org/cunicu](https://codeberg.org/cunicu).
This migration is part of my ongoing efforts to reduce reliance on large corporate platforms and embrace more privacy-respecting and community-driven alternatives.
You can find more details in my personal blog article: "[A New Home for My Open Source Projects: Embracing Codeberg](https://0l.de/blog/2025/12/codeberg-migration/)".
As part of this transition, we have also transitioned our continuous integration (CI) and deployment (CD) pipelines to self-hosted [Forgejo Actions](https://forgejo.org/docs/next/user/actions/reference/).
Where possible, I am also replacing the pipelines with Nix-based solutions to further enhance reproducibility and control over the build environment.