Server infrastructure for the clan project
Go to file
Clan Merge Bot a49bd5a9e0
All checks were successful
build / test (push) Successful in 7s
update flake lock - 2023-08-03T00:00+00:00
Flake lock file updates:

• Updated input 'clan-core':
    'git+https://git.clan.lol/clan/clan-core?ref=refs/heads/main&rev=17a2f19532662f584e42ecab285300dbc09165a1' (2023-08-01)
  → 'git+https://git.clan.lol/clan/clan-core?ref=refs/heads/main&rev=7f54a64c0a8d538381207ef19c2b1185343628b0' (2023-08-02)
• Added input 'clan-core/nix-unit':
    'github:adisbladis/nix-unit/a9d6f33e50d4dcd9cfc0c92253340437bbae282b' (2023-07-25)
• Added input 'clan-core/nix-unit/flake-parts':
    follows 'clan-core/flake-parts'
• Added input 'clan-core/nix-unit/nix-github-actions':
    'github:nix-community/nix-github-actions/165b1650b753316aa7f1787f3005a8d2da0f5301' (2023-07-09)
• Added input 'clan-core/nix-unit/nix-github-actions/nixpkgs':
    follows 'clan-core/nix-unit/nixpkgs'
• Added input 'clan-core/nix-unit/nixpkgs':
    follows 'clan-core/nixpkgs'
• Added input 'clan-core/nix-unit/treefmt-nix':
    follows 'clan-core/treefmt-nix'
2023-08-03 00:00:12 +00:00
.gitea/workflows make ci check a bit less verbose 2023-07-13 11:37:15 +02:00
flake-parts jobs: generate systemd services fro jobs automatically 2023-07-28 16:57:04 +02:00
modules jobs: generate systemd services fro jobs automatically 2023-07-28 16:57:04 +02:00
pkgs clan-merge: don't crash if no CI status available 2023-07-28 18:45:57 +02:00
targets secrets: add clan-bot-gitea-token & clan-bot-ssh-key 2023-07-28 14:01:42 +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 update flake lock - 2023-08-03T00:00+00:00 2023-08-03 00:00:12 +00:00
flake.nix jobs: generate systemd services fro jobs automatically 2023-07-28 16:57:04 +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