Compare commits
No commits in common. "5803f0bd1ec840bc8e64f8487b0717313f60f799" and "9f9723ea628a7c031ab9747cab8cd7b9abf77d56" have entirely different histories.
5803f0bd1e
...
9f9723ea62
5 changed files with 0 additions and 32 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 72 KiB |
|
|
@ -1,32 +0,0 @@
|
||||||
// usage: nix-shell -p graphviz --command dot -T png -o architecture.png architecture.dot
|
|
||||||
|
|
||||||
digraph FediversityArchitecture {
|
|
||||||
graph[fontname="Liberation Sans"];
|
|
||||||
node[shape=box, style="rounded", fontname="Liberation Sans"];
|
|
||||||
|
|
||||||
subgraph cluster_frontends {
|
|
||||||
label="front-ends";
|
|
||||||
|
|
||||||
tofu[label="OpenTofu CLI"];
|
|
||||||
panel[label="FediPanel"];
|
|
||||||
protagio[label="NixPanel"];
|
|
||||||
}
|
|
||||||
|
|
||||||
tofu -> core;
|
|
||||||
panel -> core;
|
|
||||||
protagio -> core;
|
|
||||||
|
|
||||||
core[label="fediversity-core"];
|
|
||||||
|
|
||||||
subgraph cluster_hypervisor {
|
|
||||||
label="proxmox";
|
|
||||||
|
|
||||||
nextcloud;
|
|
||||||
vaultwarden;
|
|
||||||
dots[label="..."];
|
|
||||||
}
|
|
||||||
|
|
||||||
core -> nextcloud;
|
|
||||||
core -> vaultwarden;
|
|
||||||
core -> dots;
|
|
||||||
}
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 24 KiB |
BIN
architecture-docs/architecture.png
Normal file
BIN
architecture-docs/architecture.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 74 KiB |
Loading…
Add table
Reference in a new issue