No description
Find a file
Paul-Henri Froidmont 0cc7619ee0
Update mail server
2024-12-17 04:55:51 +01:00
hardware Add hel1 server 2024-12-05 01:57:45 +01:00
keys Add hel1 server 2024-12-05 01:57:45 +01:00
modules Add Immich 2024-12-14 05:07:09 +01:00
profiles Add Immich 2024-12-14 05:07:09 +01:00
scripts Add new storage1 deploy-rs config 2021-11-26 00:14:44 +01:00
ssh_keys Add ssh-key of Elios 2023-10-17 22:36:27 +02:00
terraform Add Immich 2024-12-14 05:07:09 +01:00
.envrc Improve terraform secrets management 2023-02-07 23:25:29 +01:00
.gitignore Update packages and deploy using deploy-rs 2021-11-25 00:33:28 +01:00
.sops.yaml Add hel1 server 2024-12-05 01:57:45 +01:00
environment.nix Update flake inputs 2024-03-12 04:25:58 +01:00
flake.lock Update mail server 2024-12-17 04:55:51 +01:00
flake.nix Update mail server 2024-12-17 04:55:51 +01:00
README.adoc Update README with schema 2022-08-04 18:26:10 +02:00
secrets.enc.yml Add Immich 2024-12-14 05:07:09 +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

----