From 1f2187245a78aa9a1a8338f5e8b3824157f3bf64 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Wed, 24 Dec 2025 11:44:13 +0100 Subject: [PATCH] feat(docs): Added new article about migration to Codeberg Signed-off-by: Steffen Vogel --- .../blog/2025-12-24-goodbye-github/index.mdx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 website/blog/2025-12-24-goodbye-github/index.mdx diff --git a/website/blog/2025-12-24-goodbye-github/index.mdx b/website/blog/2025-12-24-goodbye-github/index.mdx new file mode 100644 index 00000000..c289ba74 --- /dev/null +++ b/website/blog/2025-12-24-goodbye-github/index.mdx @@ -0,0 +1,17 @@ +--- +slug: goodbye-github +title: Goodbye GitHub +authors: +- stv0g +# SPDX-FileCopyrightText: 2023-2025 Steffen Vogel +# 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.