mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2026-05-10 06:51:37 +02:00
No description
- Nix 72.2%
- HCL 11.4%
- Shell 6.7%
- CSS 5.4%
- HTML 4.3%
Skip Dokuwiki lock files so transient lock updates no longer cause borg exit code 1 and nightly backup job failures. |
||
|---|---|---|
| hardware | ||
| keys | ||
| modules | ||
| profiles | ||
| scripts | ||
| 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
----