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

• Updated input 'srvos':
    'github:numtide/srvos/28f5734829676013fe72454df923c50c12077c1c' (2023-08-31)
  → 'github:numtide/srvos/b47df74261b0217336b034c03289a10d5191dbca' (2023-09-05)
2023-09-05 16:59:14 +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 initrd-networking: add igb 2023-09-05 16:57:03 +02:00
pkgs change up gitea captcha 2023-08-11 13:36:02 +02:00
sops switch to different hetzner machine 2023-09-05 16:09:52 +02:00
targets switch to different hetzner machine 2023-09-05 16:09:52 +02:00
terraform switch to different hetzner machine 2023-09-05 16:09:52 +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-09-05 16:59:14 +02:00
flake.nix treefmt: fix project root 2023-08-30 17:25:20 +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