No description
  • Nix 72.2%
  • HCL 11.4%
  • Shell 6.7%
  • CSS 5.4%
  • HTML 4.3%
Find a file
Paul-Henri Froidmont 77c278f389
fix(backup): exclude dokuwiki locks from data backup
Skip Dokuwiki lock files so transient lock updates no longer cause borg exit code 1 and nightly backup job failures.
2026-04-15 19:45:23 +02:00
hardware Remove old infra 2024-12-24 03:10:32 +01:00
keys Setup relay server 2026-03-24 13:18:01 +01:00
modules feat(synapse): add local user and token helper commands 2026-04-12 23:17:31 +02:00
profiles fix(backup): exclude dokuwiki locks from data backup 2026-04-15 19:45:23 +02:00
scripts feat(synapse): add local user and token helper commands 2026-04-12 23:17:31 +02:00
sites/kots-libramont feat(kots-libramont): add dedicated static rental site and NixOS vhost 2026-04-05 20:41:28 +02:00
ssh_keys Remove laptop ssh key 2025-12-24 00:55:38 +01:00
terraform Migrate DNS to official hcloud provider and fix mail IPv6 deliverability 2026-03-27 02:32:45 +01:00
.envrc Setup relay server 2026-03-24 13:18:01 +01:00
.gitignore Update packages and deploy using deploy-rs 2021-11-25 00:33:28 +01:00
.sops.yaml Setup relay server 2026-03-24 13:18:01 +01:00
environment.nix Update flake inputs 2024-03-12 04:25:58 +01:00
flake.lock chore(flake): update all flake inputs 2026-04-12 19:16:25 +02:00
flake.nix chore(flake): remove unused nixpkgs-old input 2026-04-05 22:31:32 +02:00
README.adoc Update README with schema 2022-08-04 18:26:10 +02:00
secrets.enc.yml relay1: migrate to wstunnel + WireGuard subnet relay via Headscale 2026-03-25 14:54:08 +01:00
shell.nix Add Cotrun so matrix calls can work behind NAT 2022-07-27 02:37:42 +02:00
UNLICENSE Add UNLICENSE 2021-07-08 19:23:39 +02:00

[plantuml, format="png"]
----
skinparam componentStyle rectangle
cloud "Hetzner cloud" {
    node "backend1" {
        [Nextcloud]
        [matrix-synapse]
        [roundcube]
        [dkuwiki]
        [mumble]
        [website-marie]
    }

    database "db1" {
        [PostgreSQL]
    }
}

frame "Hetzner dedicated" {
    node "storage1" {
        [jellyfin]
        [torrents]
        [mailserver]
        [stb-website]
        [monero node]
        [jitsi-meet]
        folder "filesystem" {
            interface "nextcloud_data"
            interface "media"
        }
    }
}


[Nextcloud] ---> [PostgreSQL]
[matrix-synapse] ---> [PostgreSQL]
[roundcube] ---> [PostgreSQL]

[Nextcloud] ...> nextcloud_data : sshfs
[jellyfin] ---> media
[torrents] ---> media

----