mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2026-09-23 18:53:40 +02:00
No description
- Nix 79.5%
- HCL 7.5%
- Shell 4.7%
- CSS 3.6%
- HTML 2.9%
- Other 1.8%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| docs | ||
| hardware | ||
| keys | ||
| modules | ||
| packages/pangolin | ||
| profiles | ||
| scripts | ||
| secrets | ||
| sites/kots-libramont | ||
| ssh_keys | ||
| terraform | ||
| .envrc | ||
| .gitignore | ||
| .sops.yaml | ||
| environment.nix | ||
| flake.lock | ||
| flake.nix | ||
| README.adoc | ||
| secrets.enc.yml | ||
| shell.nix | ||
| UNLICENSE | ||
[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
----