pub.solar infrastructure, mostly in nix and terraform
Go to file
teutat3s d26b3c12f4
All checks were successful
Flake checks / Check (pull_request) Successful in 17m11s
fix(nextcloud): push server is not a trusted proxy
The nextcloud push service would fail with the following error message
when deploying a new version:

please add '2a01:4f8:172:1c25::1' to the list of trusted proxies or
configure any existing reverse proxy to forward the 'x-forwarded-for'
send by the push server
The following x-forwarded-for header was received by Nextcloud: 1.2.3.4
The following trusted proxies are currently configured: "127.0.0.1", "::1"

https://docs.nextcloud.com/server/stable/admin_manual/configuration_server/reverse_proxy_configuration.html#defining-trusted-proxies
2023-11-18 18:12:38 +01:00
.forgejo/workflows fix: rebase leftover 2023-11-15 21:44:11 +01:00
docs docs: clean up 2023-11-15 18:54:32 +00:00
hosts fix(nextcloud): push server is not a trusted proxy 2023-11-18 18:12:38 +01:00
lib fix: remove unlock zfs module from lib 2023-11-06 22:09:22 +01:00
modules feat: add mediawiki 2023-11-15 21:40:29 +01:00
overlays feat: add mediawiki 2023-11-15 21:40:29 +01:00
public-keys refactor: change file structure to use modules dir 2023-11-06 13:11:30 +01:00
secrets feat: add mediawiki 2023-11-15 21:40:29 +01:00
terraform feat: add mediawiki 2023-11-15 21:40:29 +01:00
.envrc Add dev shell 2023-10-28 12:38:14 +02:00
.gitignore feat: add terraform DNS docs 2023-10-29 19:39:22 +00:00
flake.lock chore: update flake inputs 2023-11-15 21:54:38 +01:00
flake.nix wip: actions runner 2023-11-15 18:54:32 +00:00
README.md docs: init docs 2023-10-29 00:52:54 +00:00

The pub.solar infrastructure

This repository contains all 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.