pub.solar infrastructure, mostly in nix and terraform
Go to file
Benjamin Yule Bädorf 4f15e68808
Some checks failed
Flake checks / Check (pull_request) Failing after 3m28s
loomio: init
Adds a basic loomio config based on [loomio-deploy](https://github.com/loomio/loomio-deploy).

TODO after this commit:

* Add OAUTH config
* Add SMTP config
* Create postgres user on host
2024-03-25 16:26:54 +00:00
.forgejo/workflows fix(ci): avoid nix trying to use GH access-token 2023-12-14 00:40:38 +01:00
docs docs: how to update mediawiki wiki.pub.solar 2024-01-08 14:54:25 +01:00
hosts loomio: init 2024-03-25 16:26:54 +00:00
lib treewide: apply nixpkgs-fmt 2024-01-27 20:29:30 +01:00
modules treewide: apply nixpkgs-fmt 2024-01-27 20:29:30 +01:00
overlays chore: update flake inputs 2024-03-05 21:39:19 +01:00
public-keys public-keys: update b12f ssh keys with new yubikeys 2024-03-20 11:27:23 +01:00
secrets loomio: init 2024-03-25 16:26:54 +00:00
terraform loomio: init 2024-03-25 16:26:54 +00: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 loomio: init 2024-03-25 16:26:54 +00:00
flake.lock chore: bump flake inputs 2024-03-21 10:44:16 +01:00
flake.nix loomio: init 2024-03-25 16:26:54 +00:00
README.md docs: fix typo in README 2023-11-18 23:17:28 +01:00

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.