Server infrastructure for the clan project
Go to file
Mic92 2f01ae0559
All checks were successful
build / test (push) Successful in 12s
Merge pull request 'Update readme + fix borgbackup telegraf logging' (#22) from cpu-fix into main
Reviewed-on: #22
2023-07-20 08:29:54 +00:00
.gitea/workflows make ci check a bit less verbose 2023-07-13 11:37:15 +02:00
modules borgbackup: fix telegraf logging 2023-07-20 09:34:49 +02:00
pkgs package renovate bot 2023-07-14 15:38:13 +02:00
targets add script to reboot machine 2023-07-20 09:19:29 +02:00
terraform move web01-new to web01 and web01 to web01-old 2023-07-19 11:18:00 +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 result* 2023-07-17 23:22:23 +02:00
.sops.yaml add new baremetal server 2023-07-18 16:21:31 +02:00
flake.lock homepage: allow deployment via gitea actions runner (#15) 2023-07-19 18:28:03 +00:00
flake.nix homepage: allow deployment via gitea actions runner (#15) 2023-07-19 18:28:03 +00: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