This commit is contained in:
Lucy Hochkamp 2025-06-26 09:38:46 +02:00
parent a62aae0d45
commit 1ca1890e33
No known key found for this signature in database
10 changed files with 314 additions and 76 deletions

View file

@ -19,6 +19,8 @@ in
./samba.nix
./paperless.nix
./maubot.nix
./woodpecker.nix
./attic.nix
../../nixos-modules/networking/tailscale.nix
../../nixos-modules/services/docker.nix
@ -236,6 +238,14 @@ in
handle @mautrix-signal {
import podmanRedir http://mautrix-signal:29328
}
@woodpecker host woodpecker.hailsatan.eu
handle @woodpecker {
import podmanRedir http://woodpecker-server:8000
}
@attic host attic.hailsatan.eu
handle @attic {
reverse_proxy http://[::1]:8089
}
@auth host auth.hailsatan.eu
handle @auth {
import podmanRedir http://authentik-server:9000