diff --git a/Pictures/architecture.png b/Pictures/architecture.png new file mode 100644 index 0000000..7410d13 Binary files /dev/null and b/Pictures/architecture.png differ diff --git a/fediversity.md b/fediversity.md index 38aca3b..4536e3c 100644 --- a/fediversity.md +++ b/fediversity.md @@ -436,7 +436,12 @@ We will integrate that aspect into the high level process on a best effort basis ## Architecture -![](/home/kiara/code/meta/architecture-docs/architecture.png) +At the core of Fediversity lies a Terraform module for setting up NixOS instances on a hypervisor, so far targeting ProxmoX. +We use this to deploy selected applications, while allocating necessary resources and configuring relevant DNS settings. +Fediversity Core may be used from different front-ends, including the OpenTofu CLI and a reference web UI (embedding said CLI). +To ensure reproducibility, we further offer Nix packaging for these, including relevant OpenTofu providers. + +![](./Pictures/architecture.png) ## Break-down of project milestones