From e5c61c8d2e7ce362ce09d9bd321b245143f3dc61 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 14 Dec 2024 12:08:37 +0100 Subject: [PATCH] ffmpeg,gource,logo --- index.gv | 40 ++++++++++++++++++++++++++++++++-------- 1 file changed, 32 insertions(+), 8 deletions(-) diff --git a/index.gv b/index.gv index 4caaa0c..4d35f46 100644 --- a/index.gv +++ b/index.gv @@ -1,3 +1,6 @@ +# ╭───────╮ +# │ Graph │ +# ╰───────╯ digraph "index" { bgcolor="transparent" color="#C0C000" @@ -6,12 +9,18 @@ fontname="DejaVu Sans" penwidth="2" rankdir="RL" +# ╭───────┬──────╮ +# │ Graph │ Edge │ +# ╰───────┴──────╯ edge [ fontcolor="#FF4040" fontname="DejaVu Sans" style="filled" ] +# ╭───────┬──────╮ +# │ Graph │ Edge │ +# ╰───────┴──────╯ node [ color="#C0C0C0" fontcolor="#FFFFFF" @@ -143,6 +152,9 @@ URL="https://keyoxide.org/aspe:keyoxide.org:WUD5YVN52J3RJ6CD4ZCWYL6S54" } +subgraph "cluster/dns" { +label="DNS" + subgraph "cluster/beninca.link" { label="beninca.link" URL="https://beninca.link" @@ -246,25 +258,29 @@ URL="https://forge.rwx.work/marc.beninca" "rtfd/forgejo" [label="Forgejo"] } -> "rwx.work/rtfd" -{ -"rwx/ffmpeg" [label="FFMPEG"] -"rwx/gource" [label="Gource"] -"rwx/logo" [label="Logo"] -} -> "cluster/rwx.work/rwx" - -# rwx / python +# ╭─────┬────────╮ +# │ RWX │ Python │ +# ╰─────┴────────╯ { "rwx/python/codium" [label="Codium"] +"rwx/python/ffmpeg" [label="FFMPEG"] "rwx/python/freetube" [label="FreeTube"] +"rwx/python/gource" [label="Gource"] +"rwx/python/logo" [label="Logo"] "rwx/python/venvs" [label="Build VEnvs"] } -> "rwx.work/rwx/python" -# rwx / shell +# ╭─────┬───────╮ +# │ RWX │ Shell │ +# ╰─────┴───────╯ { "rwx/shell/cs" [label="CryptSetup"] "rwx/shell/git" [label="Git"] "rwx/shell/venv" [label="Use VEnv"] } -> "rwx.work/rwx/shell" +# ╭──────╮ +# │ SRMP │ +# ╰──────╯ { "srmp/alma" [label="Alma"] "srmp/debian" [label="Debian"] @@ -274,11 +290,17 @@ URL="https://forge.rwx.work/marc.beninca" "srmp/python" [label="Python"] } -> "rwx.work/srmp" +# ╭──────┬────────╮ +# │ SRMP │ Debian │ +# ╰──────┴────────╯ { "srmp/debian/codium" [label="Codium"] "srmp/debian/incus" [label="Incus"] } -> "srmp/debian" +# ╭─────┬────────────╮ +# │ DNS │ tilde.link │ +# ╰─────┴────────────╯ subgraph "cluster/tilde.link" { label="tilde.link" URL="https://tilde.link" @@ -292,3 +314,5 @@ URL="https://tm.tilde.link" } } + +}