pub.solar infrastructure, mostly in nix and terraform
Find a file
teutat3s df878d84b8
All checks were successful
Flake checks / Check (pull_request) Successful in 42m48s
flake: update to NixOS 24.11
Fix warnings:
trace: evaluation warning: The option `services.forgejo.mailerPasswordFile' defined in `/nix/store/13vqhb5askjgi07wqwxawq4bdm7h0wc7-source/flake.nix, via option flake.nixosModules.forgejo' has been renamed to `services.forgejo.secrets.mailer.PASSWD'.
trace: evaluation warning: Using `services.nextcloud.config.dbtableprefix` is deprecated. Fresh installations with this option set are not allowed anymore since v20. If you have an existing installation with a custom table prefix, make sure it is set correctly in `config.php` and remove the option from your NixOS config.

Fix errors:
- The option definition `services.matrix-sliding-sync' in `/nix/store/wgxgv8rjbd2nhf7y28kfzm4n6kz85dnq-source/flake.nix, via option flake.nixosModules.matrix' no longer has any effect; please remove it.
The matrix-sliding-sync package has been removed, since matrix-synapse incorporated its functionality

- The option `services.keycloak.settings.proxy' has been removed. Set `services.keycloak.settings.proxy-headers` in combination with other hostname options as needed instead.
See [Proxy option removed](https://www.keycloak.org/docs/latest/upgrading/index.html#proxy-option-removed) for more information.

error: The option `services.matrix-appservice-irc.settings.ircService.mediaProxy.publicUrl' was accessed but has no value defined. Try setting the option.
2024-12-17 18:04:06 -03:00
.forgejo/workflows ci: use treefmt2 with flag --ci 2024-10-24 15:43:00 +02:00
docs docs: update for per admin user SSH access 2024-11-26 17:58:26 +01:00
hosts flake: update to NixOS 24.11 2024-12-17 18:04:06 -03:00
lib docs: add metronom to deploy docs, style: format 2024-05-31 16:52:03 +02:00
logins logins: add chocolatebar for b12f 2024-12-12 16:41:50 +00:00
modules flake: update to NixOS 24.11 2024-12-17 18:04:06 -03:00
overlays flake: update to NixOS 24.11 2024-12-17 18:04:06 -03:00
secrets flake: update to NixOS 24.11 2024-12-17 18:04:06 -03:00
terraform dns: list.pub.solar should be A / AAAA records 2024-10-30 18:37:46 +01:00
tests auth: use all sshPubKeys for disk unlock, fix tests, fix hm config 2024-11-20 16:49:39 +01:00
.editorconfig secrets: ensure no final newline 2024-08-21 16:39:14 +02:00
.envrc Add dev shell 2023-10-28 12:38:14 +02:00
.git-blame-ignore-revs style: update git-blame-ignore-revs 2024-05-08 23:14:34 +02:00
.gitignore chore: add results to gitignore 2024-05-06 19:39:30 +02:00
CONTRIBUTING.md docs: add CONTRIBUTING 2024-05-08 22:29:11 +02:00
flake.lock flake: update to NixOS 24.11 2024-12-17 18:04:06 -03:00
flake.nix flake: update to NixOS 24.11 2024-12-17 18:04:06 -03:00
LICENSE.md Add AGPL LICENSE 2024-05-08 22:28:45 +02:00
README.md docs: add CONTRIBUTING 2024-05-08 22:29:11 +02:00
treefmt.toml style: check formatting using nixpkgs standard and 2024-05-08 22:56:28 +02: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, check our contributing guide.