From 6236defde674efbc0fd27da6d49fa69c05c7f78a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 1 May 2024 11:58:23 +0200 Subject: [PATCH 1/2] rename everything to Clan --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6515a226f..ca90403c5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# cLAN Core Repository +# Clan Core Repository -Welcome to the cLAN Core Repository, the heart of the [clan.lol](https://clan.lol/) project! This monorepo is the foundation of Clan, a revolutionary open-source project aimed at restoring fun, freedom, and functionality to computing. Here, you'll find all the essential packages, NixOS modules, CLI tools, and tests needed to contribute to and work with the cLAN project. Clan leverages the Nix system to ensure reliability, security, and seamless management of digital environments, putting the power back into the hands of users. +Welcome to the Clan Core Repository, the heart of the [clan.lol](https://clan.lol/) project! This monorepo is the foundation of Clan, a revolutionary open-source project aimed at restoring fun, freedom, and functionality to computing. Here, you'll find all the essential packages, NixOS modules, CLI tools, and tests needed to contribute to and work with the cLAN project. Clan leverages the Nix system to ensure reliability, security, and seamless management of digital environments, putting the power back into the hands of users. ## Why Clan? @@ -14,11 +14,11 @@ Our mission is simple: to democratize computing by providing tools that empower - **Robust Backup Management:** Long-term, self-hosted data preservation. - **Intuitive Secret Management:** Simplified encryption and password management processes. -## Getting Started with cLAN +## Getting Started with Clan -If you're new to cLAN and eager to dive in, start with our quickstart guide and explore the core functionalities that Clan offers: +If you're new to Clan and eager to dive in, start with our quickstart guide and explore the core functionalities that Clan offers: -- **Quickstart Guide**: Check out [getting started](https://docs.clan.lol/#starting-with-a-new-clan-project) to get up and running with cLAN in no time. +- **Quickstart Guide**: Check out [getting started](https://docs.clan.lol/#starting-with-a-new-clan-project) to get up and running with Clan in no time. ### Managing Secrets @@ -26,7 +26,7 @@ In the Clan ecosystem, security is paramount. Learn how to handle secrets effect - **Secrets Management**: Securely manage secrets by consulting [secrets](https://docs.clan.lol/getting-started/secrets/). -### Contributing to cLAN +### Contributing to Clan The Clan project thrives on community contributions. We welcome everyone to contribute and collaborate: @@ -34,7 +34,7 @@ The Clan project thrives on community contributions. We welcome everyone to cont ## Join the Revolution -Clan is more than a tool; it's a movement towards a better digital future. By contributing to the cLAN project, you're part of changing technology for the better, together. +Clan is more than a tool; it's a movement towards a better digital future. By contributing to the Clan project, you're part of changing technology for the better, together. ### Community and Support From 6f2430b1914279c0506baf6bcafb4619b6920a01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 3 May 2024 11:44:38 +0200 Subject: [PATCH 2/2] deprecate gitea nix builds --- .gitea/workflows/checks.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitea/workflows/checks.yaml b/.gitea/workflows/checks.yaml index 8c9caaba6..8d77bee62 100644 --- a/.gitea/workflows/checks.yaml +++ b/.gitea/workflows/checks.yaml @@ -5,11 +5,6 @@ on: branches: - main jobs: - checks: - runs-on: nix - steps: - - uses: actions/checkout@v3 - - run: nix run --refresh github:Mic92/nix-fast-build -- --no-nom --eval-workers 10 checks-impure: runs-on: nix steps: