No description
Find a file
2022-11-07 03:26:30 +01:00
hardware Disable predictable interface names on hcloud 2022-10-30 01:17:34 +02:00
keys Start migration to NixOS for storage1 2021-11-29 02:04:29 +01:00
modules Change backup user to borgbackup 2022-11-07 03:26:30 +01:00
profiles Change backup user to borgbackup 2022-11-07 03:26:30 +01:00
scripts Add new storage1 deploy-rs config 2021-11-26 00:14:44 +01:00
ssh_keys Assign floating ip to backend1 2021-07-24 03:02:54 +02:00
.envrc Move Synapse on hcloud and deploy it with Terraform + NixOs 2021-07-15 13:38:22 +02:00
.gitignore Update packages and deploy using deploy-rs 2021-11-25 00:33:28 +01:00
.sops.yaml Start migration to NixOS for storage1 2021-11-29 02:04:29 +01:00
config.tf Move Synapse on hcloud and deploy it with Terraform + NixOs 2021-07-15 13:38:22 +02:00
dns.tf Remove floating IP 2022-10-30 01:42:32 +02:00
environment.nix Use nixpkgs from flake input as NIX_PATH 2022-07-31 22:40:10 +02:00
flake.lock Update Flake inputs 2022-11-05 00:07:08 +01:00
flake.nix Update Flake inputs 2022-11-05 00:07:08 +01:00
instances.tf Remove floating IP 2022-10-30 01:42:32 +02:00
outputs.tf Move Synapse on hcloud and deploy it with Terraform + NixOs 2021-07-15 13:38:22 +02:00
README.adoc Update README with schema 2022-08-04 18:26:10 +02:00
secrets.enc.yml Add test instance of wiki-js 2022-10-19 07:30:00 +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

----