forked from pub-solar/infra
1
0
Fork 0
pub.solar infrastructure, mostly in nix and terraform
 
 
Go to file
Pablo Ovelleiro Corral d58209ef93
Add reverseproxy for alerts.pub.solar
2024-04-27 01:37:03 +02:00
.forgejo/workflows ci: prevent flake inputs from GC as well 2024-04-23 19:10:20 +02:00
docs docs: include notes regarding rollback in deploy 2024-04-05 23:03:43 +02:00
hosts Add reverseproxy for alerts.pub.solar 2024-04-27 01:37:03 +02:00
lib treewide: apply nixpkgs-fmt 2024-01-27 20:29:30 +01:00
logins wireguard: add ryzensun to teutat3s' hosts 2024-04-05 23:32:59 +02:00
modules networking: add wireguard hosts to /etc/hosts 2024-04-12 19:54:09 +00:00
overlays ci: update forgejo-runner to version 3.4.1 2024-04-23 00:38:53 +02:00
secrets forgejo: make SSH keys declarative 2024-04-05 19:35:55 +00:00
terraform Autoformat dns.tf 2024-04-27 00:26:52 +02:00
.envrc Add dev shell 2023-10-28 12:38:14 +02:00
.git-blame-ignore-revs feat: add .git-blame-ignore-revs file 2024-01-28 00:32:41 +01:00
.gitignore fix: add result to gitignore 2023-12-14 00:40:37 +01:00
README.md docs: fix typo in README 2023-11-18 23:17:28 +01:00
flake.lock chore: bump flake inputs 2024-04-25 19:21:05 +02:00
flake.nix Update flake.nix (#134) 2024-04-05 14:11:42 +00:00

README.md

The pub.solar infrastructure

This repository contains almost all of the configuration for the whole pub.solar infrastructure. Our goal is to have everything, from host configurations to Terraform DNS in this repository.

The architecture we are working towards is a vast simplification of what it was before: one dedicated Hetzner server running NixOS with all services. Offsite backups go to several different locations with restic.

Contributing

If you'd like to contribute, it makes sense to talk to the crew on Matrix via #hakken. We can help figuring out how things work and can make sure your ideas fit the pub.solar philosophy. Of course popping a pull request is always celebrated.

To start, see how to get a development shell.