Server infrastructure for the clan project
Go to file
clan-bot 8c1adb2e11
buildbot/nix-build .#checks.x86_64-linux.clan-merge Build done. Details
buildbot/nix-build .#checks.x86_64-linux.devShell-clan-merge Build done. Details
buildbot/nix-build .#checks.x86_64-linux.devShell-default Build done. Details
buildbot/nix-build .#checks.x86_64-linux.package-action-flake-update Build done. Details
buildbot/nix-build .#checks.x86_64-linux.package-clan-merge Build done. Details
buildbot/nix-build .#checks.x86_64-linux.package-gitea Build done. Details
buildbot/nix-build .#checks.x86_64-linux.package-job-flake-update-clan-core Build done. Details
buildbot/nix-build .#checks.x86_64-linux.package-job-flake-update-clan-homepage Build done. Details
buildbot/nix-build .#checks.x86_64-linux.package-job-flake-update-clan-infra Build done. Details
buildbot/nix-build .#checks.x86_64-linux.package-action-flake-update-pr-clan Build done. Details
buildbot/nix-build .#checks.x86_64-linux.package-renovate Build done. Details
buildbot/nix-build .#checks.x86_64-linux.treefmt Build done. Details
buildbot/nix-build .#checks.x86_64-linux.package-action-create-pr Build done. Details
buildbot/nix-build .#checks.x86_64-linux.package-action-ensure-tea-login Build done. Details
buildbot/nix-build .#checks.x86_64-linux.nixos-web01 Build done. Details
buildbot/nix-eval Build done. Details
Merge pull request 'Add gitea-ci ssh key to www' (#178) from Qubasa-main into main
2024-05-07 11:35:56 +00:00
devShells switch to tofu from terraform 2024-03-12 11:33:06 +01:00
modules Add gitea-ci ssh key to www 2024-05-07 13:35:13 +02:00
pkgs fix buildbot setup 2024-05-01 12:29:01 +02:00
sops Update secret buildbot-workers-file 2024-05-01 12:05:01 +02:00
targets fix buildbot setup 2024-05-01 12:29:01 +02:00
terraform add buildbot subdomain 2024-04-30 14:00:07 +02:00
.envrc add envrc 2023-07-05 13:50:48 +02:00
.envrc.private-template .envrc.private-template: remove NETLIFY_TOKEN 2023-07-17 13:38:28 +02:00
.gitignore gitignore: add .pre-commit-config.yaml 2023-07-28 18:45:09 +02:00
.sops.yaml add new baremetal server 2023-07-18 16:21:31 +02:00
LICENSE.md add license 2023-07-05 13:50:52 +02:00
README.md README: document CI 2024-05-03 13:01:44 +02:00
flake.lock update buildbot-nix 2024-05-03 18:43:14 +00:00
flake.nix buildbot-nix: switch to main branch 2024-05-03 13:02:36 +02:00
renovate.json Add renovate.json 2023-07-14 14:44:19 +02:00

README.md

clan-infra

This repository contains nixos modules and terraform code that powers clan.lol. The website and git hosting is currently on hetzner.

Servers

  • web01:
    • Instance type: ex101
    • CPU: Intel Core i9-13900 (24 cores / 32 threads)
    • RAM: 64GB DDR5
    • Drives: 2 x 1.92 TB NVME

To deploy new ssh keys on hcloud:

$ cd ./targets/admins
$ ./tf.sh apply

To deploy a server i.e. web01:

$ cd ./targets/web01
$ ./tf.sh apply

To add a new project to CI

  1. Add the 'buildbot-clan' topic to the repository using the "Manage topics" button below the project description
  2. Go to https://buildbot.clan.lol/#/builders/2 and press "Update projects" after you have logged in.