pub.solar infrastructure, mostly in nix and terraform
Go to file
Benjamin Yule Bädorf 0e89b7f210
nginx/miom: init miom.space website
This adds an nginx configuration for https://miom.space/. MiOM is a
creative collective in Cologne that frequently hosts our hakken.irl
hackathons. They're already using our cloud to organize.

This service is a bit more specific than most pub.solar services and falls
into a similar category as the obs-portal.

On the old miom website all logging was turned off, we might want to do
the same thing in nginx here as well then.
2024-02-25 21:41:06 +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 nginx/miom: init miom.space website 2024-02-25 21:41:06 +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 security: Upgrade mastodon to 4.2.7 2024-02-16 13:22:39 +01:00
public-keys treewide: apply nixpkgs-fmt 2024-01-27 20:29:30 +01:00
secrets fix(matrix-synapse): mail hostname, missing tls 2024-01-30 19:42:48 +01:00
terraform feat: init tmate-ssh-server 2024-02-07 19:01:36 +01: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
flake.lock security: Upgrade mastodon to 4.2.7 2024-02-16 13:22:39 +01:00
flake.nix security: Upgrade mastodon to 4.2.7 2024-02-16 13:22:39 +01: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.