This commit is contained in:
Marc Beninca 2024-12-14 13:02:59 +01:00
parent d8633c27a5
commit 7dc85fb4c9
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

114
index.gv
View file

@ -199,78 +199,78 @@ URL="https://marc.beninca.link"
}
# ╭─────┬──────────
# │ DNS │ rwx.work
# ╰─────┴──────────
# ╭─────┬─────╮
# │ DNS │ RWX
# ╰─────┴─────╯
subgraph "cluster/dns/rwx.work" {
subgraph "cluster/dns/rwx" {
label="rwx.work"
URL="https://rwx.work"
"rwx.work/blog" [
"dns/rwx/blog" [
fontcolor="#8080FF"
label="Blog"
URL="https://blog.rwx.work"
]
"rwx.work/forge" [
"dns/rwx/forge" [
fontcolor="#8080FF"
label="Forge"
URL="https://forge.rwx.work"
]
"rwx.work/ilos" [
"dns/rwx/ilos" [
fontcolor="#8080FF"
label="ILOS:\nIncremental Live\nOperating System"
URL="https://ilos.rwx.work"
]
"rwx.work/lsgm" [
"dns/rwx/lsgm" [
fontcolor="#8080FF"
label="LSGM:\nLive Scan\nGrub Menu"
URL="https://lsgm.rwx.work"
]
"rwx.work/ofsp" [
"dns/rwx/ofsp" [
fontcolor="#8080FF"
label="OFSP:\nOperating File\nSystem Profile"
URL="https://ofsp.rwx.work"
]
"rwx.work/prj" [
"dns/rwx/prj" [
fontcolor="#8080FF"
label="PRJ:\nPRJ"
URL="https://prj.rwx.work"
]
"rwx.work/rtfd" [
"dns/rwx/rtfd" [
fontcolor="#8080FF"
label="RTFD:\nRead The\nFancy Docs"
URL="https://rtfd.rwx.work"
]
subgraph "cluster/rwx.work/rwx" {
subgraph "cluster/dns/rwx/rwx" {
label="RWX:\nRead Write eXecute"
URL="https://rwx.rwx.work"
"rwx.work/rwx/python" [label="Python"]
"rwx.work/rwx/shell" [label="Shell"]
"dns/rwx/rwx/python" [label="Python"]
"dns/rwx/rwx/shell" [label="Shell"]
}
"rwx.work/spcd" [
"dns/rwx/spcd" [
fontcolor="#8080FF"
label="SPCD:\nShell to Python\nContinuous Deployment"
URL="https://spcd.rwx.work"
]
"rwx.work/srmp" [
"dns/rwx/srmp" [
fontcolor="#8080FF"
label="SRMP:\nSoftware Repositories\nMirror Profile"
URL="https://srmp.rwx.work"
]
"rwx.work/todo" [
"dns/rwx/todo" [
fontcolor="#8080FF"
label="TODO:\nTO\nDO"
URL="https://todo.rwx.work"
@ -278,61 +278,61 @@ URL="https://todo.rwx.work"
}
"rwx.work/forge/marc" [
"dns/rwx/forge/marc" [
fontcolor="#8080FF"
label="Marc"
URL="https://forge.rwx.work/marc.beninca"
]
"rwx.work/forge/marc" -> "rwx.work/forge"
"dns/rwx/forge/marc" -> "dns/rwx/forge"
{
"ofsp/python" [label="Python"]
"ofsp/shell" [label="Shell"]
} -> "rwx.work/ofsp"
"dns/rwx/ofsp/python" [label="Python"]
"dns/rwx/ofsp/shell" [label="Shell"]
} -> "dns/rwx/ofsp"
{
"rtfd/forgejo" [label="Forgejo"]
} -> "rwx.work/rtfd"
"dns/rwx/rtfd/forgejo" [label="Forgejo"]
} -> "dns/rwx/rtfd"
# ╭─────┬──────────┬─────┬────────╮
# │ DNS │ rwx.work │ RWX │ Python │
# ╰─────┴──────────┴─────┴────────╯
# ╭─────┬─────┬─────┬────────╮
# │ DNS │ RWX │ 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"
# ╭─────┬──────────┬─────┬───────╮
# │ DNS │ rwx.work │ RWX │ Shell │
# ╰─────┴──────────┴─────┴───────╯
"dns/rwx/rwx/python/codium" [label="Codium"]
"dns/rwx/rwx/python/ffmpeg" [label="FFMPEG"]
"dns/rwx/rwx/python/freetube" [label="FreeTube"]
"dns/rwx/rwx/python/gource" [label="Gource"]
"dns/rwx/rwx/python/logo" [label="Logo"]
"dns/rwx/rwx/python/venvs" [label="Build VEnvs"]
} -> "dns/rwx/rwx/python"
# ╭─────┬─────┬─────┬───────╮
# │ DNS │ RWX │ RWX │ Shell │
# ╰─────┴─────┴─────┴───────╯
{
"rwx/shell/cs" [label="CryptSetup"]
"rwx/shell/git" [label="Git"]
"rwx/shell/venv" [label="Use VEnv"]
} -> "rwx.work/rwx/shell"
"dns/rwx/rwx/shell/cs" [label="CryptSetup"]
"dns/rwx/rwx/shell/git" [label="Git"]
"dns/rwx/rwx/shell/venv" [label="Use VEnv"]
} -> "dns/rwx/rwx/shell"
# ╭─────┬──────────┬──────╮
# │ DNS │ rwx.work │ SRMP │
# ╰─────┴──────────┴──────╯
# ╭─────┬─────┬──────╮
# │ DNS │ RWX │ SRMP │
# ╰─────┴─────┴──────╯
{
"srmp/alma" [label="Alma"]
"srmp/debian" [label="Debian"]
"srmp/docker" [label="Docker"]
"srmp/msys" [label="MSys"]
"srmp/pypi" [label="PyPI"]
"srmp/python" [label="Python"]
} -> "rwx.work/srmp"
"dns/rwx/srmp/alma" [label="Alma"]
"dns/rwx/srmp/debian" [label="Debian"]
"dns/rwx/srmp/docker" [label="Docker"]
"dns/rwx/srmp/msys" [label="MSys"]
"dns/rwx/srmp/pypi" [label="PyPI"]
"dns/rwx/srmp/python" [label="Python"]
} -> "dns/rwx/srmp"
# ╭─────┬──────────┬──────┬────────╮
# │ DNS │ rwx.work │ SRMP │ Debian │
# ╰─────┴──────────┴──────┴────────╯
# ╭─────┬─────┬──────┬────────╮
# │ DNS │ RWX │ SRMP │ Debian │
# ╰─────┴─────┴──────┴────────╯
{
"srmp/debian/codium" [label="Codium"]
"srmp/debian/incus" [label="Incus"]
} -> "srmp/debian"
"dns/rwx/srmp/debian/codium" [label="Codium"]
"dns/rwx/srmp/debian/incus" [label="Incus"]
} -> "dns/rwx/srmp/debian"
# ╭─────┬───────╮
# │ DNS │ Tilde │