Server infrastructure for the clan project
Go to file
Jörg Thalheim 8674befe14
All checks were successful
build / test (pull_request) Successful in 18s
flake.lock: Update
Flake lock file updates:

• Updated input 'clan-core':
    'git+https://git.clan.lol/clan/clan-core?ref=refs/heads/main&rev=ad31cdb43a80439e3b27963417cbc9873d8ef50d' (2023-08-10)
  → 'git+https://git.clan.lol/clan/clan-core?ref=refs/heads/main&rev=12aab14ea59ed979098b485562f9a7392cfe5640' (2023-08-10)
• Updated input 'disko':
    'github:nix-community/disko/5a9bfa9fa612cc1888a886f6900bf7afcdfd8d92' (2023-08-07)
  → 'github:nix-community/disko/241c878d4b542fea7c61ed4421e9224af054ff56' (2023-08-11)
• Updated input 'nixpkgs':
    'github:Mic92/nixpkgs/0988551e446fd5863148f8ccef05a73e8688e240' (2023-08-10)
  → 'github:Mic92/nixpkgs/63a1eb18ef9cc551894c248755668e835b806563' (2023-08-11)

flake.lock: Update

Flake lock file updates:

• Updated input 'nixpkgs':
    'github:Mic92/nixpkgs/63a1eb18ef9cc551894c248755668e835b806563' (2023-08-11)
  → 'github:Mic92/nixpkgs/2e2b8d64da2e6d3b72a4518834b99bcfa7a0154f' (2023-08-11)
2023-08-11 13:50:05 +02:00
.gitea/workflows ci: check pr merge instead of pr branch 2023-08-08 13:54:28 +02:00
devShells import clan-cli into devshell 2023-08-08 14:22:00 +02:00
modules make telegraf visible from the outside 2023-08-09 11:04:31 +02:00
pkgs change up gitea captcha 2023-08-11 13:36:02 +02:00
sops reencrypt setcrets for web01 machine 2023-08-10 09:41:56 +00:00
targets apply statix 2023-08-08 14:07:04 +02:00
terraform drop web01-old 2023-07-20 10:31:49 +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 2023-08-11 13:50:05 +02:00
flake.nix more simplications 2023-08-08 14:07:41 +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