Server infrastructure for the clan project
Go to file
Jörg Thalheim e1b2ee4eb3 flake.lock: Update
Flake lock file updates:

• Updated input 'clan-core':
    'git+https://git.clan.lol/clan/clan-core?ref=error-handling&rev=5606101ce80063da40e7fa23ae993284d449c64a' (2024-04-30)
  → 'git+https://git.clan.lol/clan/clan-core?ref=error-handling&rev=b5653c169b29de01863f67991b0dae6f8a0adfb4' (2024-04-30)
• Updated input 'disko':
    'github:nix-community/disko/285e26465a0bae510897ca04da26ce6307c652b4' (2024-04-26)
  → 'github:nix-community/disko/5eaf747af38dd272e1ab28a8ec4bd972424b07cf' (2024-04-29)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/2b1f64b358f2cab62617f26b3870fd0ee375d848' (2024-04-27)
  → 'github:NixOS/nixpkgs/cf8cc1201be8bc71b7cbbbdaf349b22f4f99c7ae' (2024-04-28)
• Updated input 'srvos':
    'github:numtide/srvos/71a8e8ab6e4763714d20c22f42ba8860369a1508' (2024-04-26)
  → 'github:numtide/srvos/b18e74f2245eaae150bc753821079c2512fe1516' (2024-04-30)
2024-04-30 14:07:33 +02:00
.gitea/workflows limit eval worker 2024-03-12 17:33:43 +01:00
devShells switch to tofu from terraform 2024-03-12 11:33:06 +01:00
modules gitea: fix mailer 2024-04-30 14:07:33 +02:00
pkgs gitea: also allow words that contain "clan" as captcha 2024-04-30 14:00:07 +02:00
sops Rename secret buildbot-worker-password-file to buildbot-workers-file 2024-04-30 14:07:33 +02:00
targets add metrics.clan.lol 2024-04-13 16:08:20 +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
flake.lock flake.lock: Update 2024-04-30 14:07:33 +02:00
flake.nix add buildbot 2024-04-30 14:07:28 +02:00
LICENSE.md add license 2023-07-05 13:50:52 +02:00
README.md README: update hardware spec 2023-07-20 10:28:40 +02:00
renovate.json Add renovate.json 2023-07-14 14:44:19 +02:00

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