No description
  • Nix 72.2%
  • HCL 11.3%
  • Shell 6.7%
  • CSS 5.4%
  • HTML 4.4%
Find a file
2026-07-04 06:08:11 +02:00
docs/superpowers feat(flake): update to NixOS 26.05 2026-07-04 06:08:11 +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(flake): update to NixOS 26.05 2026-07-04 06:08:11 +02:00
profiles feat(flake): update to NixOS 26.05 2026-07-04 06:08:11 +02:00
scripts feat(synapse): add local user and token helper commands 2026-04-12 23:17:31 +02:00
sites/kots-libramont fix(kots-libramont): mention house surface 2026-06-29 11:05:12 +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 feat(flake): update to NixOS 26.05 2026-07-04 06:08:11 +02:00
flake.nix feat(flake): update to NixOS 26.05 2026-07-04 06:08:11 +02:00
README.adoc Update README with schema 2022-08-04 18:26:10 +02:00
secrets.enc.yml feat(flake): update to NixOS 26.05 2026-07-04 06:08:11 +02: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

----