Compare commits
No commits in common. "d2f07fb757871a8409af7b79f36a9e25216a09a4" and "d2b27df4c90cf9ca4cd1e06c27b0043e5209db5c" have entirely different histories.
d2f07fb757
...
d2b27df4c9
1 changed files with 79 additions and 183 deletions
262
index.gv
262
index.gv
|
@ -1,6 +1,3 @@
|
||||||
# ╭───────╮
|
|
||||||
# │ Graph │
|
|
||||||
# ╰───────╯
|
|
||||||
digraph "index" {
|
digraph "index" {
|
||||||
bgcolor="transparent"
|
bgcolor="transparent"
|
||||||
color="#C0C000"
|
color="#C0C000"
|
||||||
|
@ -9,18 +6,12 @@ fontname="DejaVu Sans"
|
||||||
penwidth="2"
|
penwidth="2"
|
||||||
rankdir="RL"
|
rankdir="RL"
|
||||||
|
|
||||||
# ╭───────┬──────╮
|
|
||||||
# │ Graph │ Edge │
|
|
||||||
# ╰───────┴──────╯
|
|
||||||
edge [
|
edge [
|
||||||
fontcolor="#FF4040"
|
fontcolor="#FF4040"
|
||||||
fontname="DejaVu Sans"
|
fontname="DejaVu Sans"
|
||||||
style="filled"
|
style="filled"
|
||||||
]
|
]
|
||||||
|
|
||||||
# ╭───────┬──────╮
|
|
||||||
# │ Graph │ Edge │
|
|
||||||
# ╰───────┴──────╯
|
|
||||||
node [
|
node [
|
||||||
color="#C0C0C0"
|
color="#C0C0C0"
|
||||||
fontcolor="#FFFFFF"
|
fontcolor="#FFFFFF"
|
||||||
|
@ -36,64 +27,36 @@ style="filled"
|
||||||
edge [color="#008000"]
|
edge [color="#008000"]
|
||||||
node [fillcolor="#408040"]
|
node [fillcolor="#408040"]
|
||||||
|
|
||||||
# ╭────────╮
|
subgraph "cluster/dev" { label="Dev"
|
||||||
# │ DevOps │
|
"plan" [label="Plan"]
|
||||||
# ╰────────╯
|
"code" [label="Code"]
|
||||||
|
"build" [label="Build"]
|
||||||
subgraph "cluster/devops" { label="DevOps"
|
"test" [label="Test"]
|
||||||
|
|
||||||
"devops/dev/plan" -> "devops/ops/release" [style="invis"]
|
|
||||||
"devops/dev/test" -> "devops/ops/monitor" [style="invis"]
|
|
||||||
|
|
||||||
# ╭────────┬─────╮
|
|
||||||
# │ DevOps │ Dev │
|
|
||||||
# ╰────────┴─────╯
|
|
||||||
|
|
||||||
subgraph "cluster/devops/dev" { label="Dev"
|
|
||||||
"devops/dev/plan" [label="Plan"]
|
|
||||||
"devops/dev/code" [label="Code"]
|
|
||||||
"devops/dev/build" [label="Build"]
|
|
||||||
"devops/dev/test" [label="Test"]
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"devops/dev/plan" -> "devops/dev/code" -> "devops/dev/build" -> "devops/dev/test" -> "devops/dev/plan"
|
"plan" -> "code" -> "build" -> "test" -> {
|
||||||
|
"plan"
|
||||||
# ╭────────┬─────╮
|
"release"
|
||||||
# │ DevOps │ Ops │
|
|
||||||
# ╰────────┴─────╯
|
|
||||||
|
|
||||||
subgraph "cluster/devops/ops" { label="Ops"
|
|
||||||
"devops/ops/release" [label="Release"]
|
|
||||||
"devops/ops/deploy" [label="Deploy"]
|
|
||||||
"devops/ops/operate" [label="Operate"]
|
|
||||||
"devops/ops/monitor" [label="Monitor"]
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"devops/ops/release" -> "devops/ops/deploy" -> "devops/ops/operate" -> "devops/ops/monitor" -> "devops/ops/deploy"
|
subgraph "cluster/ops" { label="Ops"
|
||||||
|
"release" [label="Release"]
|
||||||
# ╭────────╮
|
"deploy" [label="Deploy"]
|
||||||
# │ DevOps │
|
"operate" [label="Operate"]
|
||||||
# ╰────────╯
|
"monitor" [label="Monitor"]
|
||||||
|
}
|
||||||
"devops/dev/test" -> "devops/ops/release"
|
|
||||||
"devops/ops/monitor" -> "devops/dev/plan"
|
|
||||||
|
|
||||||
|
"release" -> "deploy" -> "operate" -> "monitor" -> {
|
||||||
|
"deploy"
|
||||||
|
"plan"
|
||||||
}
|
}
|
||||||
|
|
||||||
edge [color="#FF0000"]
|
edge [color="#FF0000"]
|
||||||
node [fillcolor="#303030"]
|
node [fillcolor="#303030"]
|
||||||
|
|
||||||
# ╭────────╮
|
|
||||||
# │ Social │
|
|
||||||
# ╰────────╯
|
|
||||||
|
|
||||||
subgraph "cluster/social" {
|
subgraph "cluster/social" {
|
||||||
label="Social"
|
label="Social"
|
||||||
|
|
||||||
# ╭────────┬──────╮
|
|
||||||
# │ Social │ Corp │
|
|
||||||
# ╰────────┴──────╯
|
|
||||||
|
|
||||||
subgraph "cluster/social/corp" {
|
subgraph "cluster/social/corp" {
|
||||||
label="Corp"
|
label="Corp"
|
||||||
|
|
||||||
|
@ -123,10 +86,6 @@ URL="https://youtube.com/@marc.beninca"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# ╭────────┬──────╮
|
|
||||||
# │ Social │ Open │
|
|
||||||
# ╰────────┴──────╯
|
|
||||||
|
|
||||||
subgraph "cluster/social/open" {
|
subgraph "cluster/social/open" {
|
||||||
label="Open"
|
label="Open"
|
||||||
|
|
||||||
|
@ -136,10 +95,6 @@ label="BlueSky"
|
||||||
URL="https://bsky.app/profile/marc.beninca.link"
|
URL="https://bsky.app/profile/marc.beninca.link"
|
||||||
]
|
]
|
||||||
|
|
||||||
# ╭────────┬──────┬──────────╮
|
|
||||||
# │ Social │ Open │ KeyOxide │
|
|
||||||
# ╰────────┴──────┴──────────╯
|
|
||||||
|
|
||||||
subgraph "cluster/social/open/keyoxide" {
|
subgraph "cluster/social/open/keyoxide" {
|
||||||
label="KeyOxide"
|
label="KeyOxide"
|
||||||
|
|
||||||
|
@ -159,45 +114,13 @@ URL="https://keyoxide.org/aspe:keyoxide.org:WUD5YVN52J3RJ6CD4ZCWYL6S54"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# ╭────────┬─────────╮
|
|
||||||
# │ Social │ Support │
|
|
||||||
# ╰────────┴─────────╯
|
|
||||||
|
|
||||||
subgraph "cluster/social/support" {
|
|
||||||
label="Support"
|
|
||||||
|
|
||||||
"social/support/liberapay" [
|
|
||||||
fontcolor="#8080FF"
|
|
||||||
label="LiberaPay"
|
|
||||||
URL="https://liberapay.com/marc.beninca"
|
|
||||||
]
|
|
||||||
|
|
||||||
"social/support/patreon" [
|
|
||||||
fontcolor="#8080FF"
|
|
||||||
label="Patreon"
|
|
||||||
URL="https://patreon.com/marc_beninca"
|
|
||||||
]
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
subgraph "cluster/beninca.link" {
|
||||||
|
|
||||||
# ╭─────╮
|
|
||||||
# │ DNS │
|
|
||||||
# ╰─────╯
|
|
||||||
|
|
||||||
subgraph "cluster/dns" {
|
|
||||||
label="Domains"
|
|
||||||
|
|
||||||
# ╭─────┬─────────╮
|
|
||||||
# │ DNS │ Beninca │
|
|
||||||
# ╰─────┴─────────╯
|
|
||||||
|
|
||||||
subgraph "cluster/dns/beninca" {
|
|
||||||
label="beninca.link"
|
label="beninca.link"
|
||||||
URL="https://beninca.link"
|
URL="https://beninca.link"
|
||||||
|
|
||||||
"dns/beninca/marc" [
|
"beninca.link/marc" [
|
||||||
fontcolor="#8080FF"
|
fontcolor="#8080FF"
|
||||||
label="Marc"
|
label="Marc"
|
||||||
URL="https://marc.beninca.link"
|
URL="https://marc.beninca.link"
|
||||||
|
@ -205,159 +128,132 @@ URL="https://marc.beninca.link"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# ╭─────┬─────╮
|
subgraph "cluster/rwx.work" {
|
||||||
# │ DNS │ RWX │
|
|
||||||
# ╰─────┴─────╯
|
|
||||||
|
|
||||||
subgraph "cluster/dns/rwx" {
|
|
||||||
label="rwx.work"
|
label="rwx.work"
|
||||||
URL="https://rwx.work"
|
URL="https://rwx.work"
|
||||||
|
|
||||||
"dns/rwx/blog" [
|
"rwx.work/blog" [
|
||||||
fontcolor="#8080FF"
|
fontcolor="#8080FF"
|
||||||
label="Blog"
|
label="Blog"
|
||||||
URL="https://blog.rwx.work"
|
URL="https://blog.rwx.work"
|
||||||
]
|
]
|
||||||
|
|
||||||
"dns/rwx/forge" [
|
"rwx.work/forge" [
|
||||||
fontcolor="#8080FF"
|
fontcolor="#8080FF"
|
||||||
label="Forge"
|
label="Forge"
|
||||||
URL="https://forge.rwx.work"
|
URL="https://forge.rwx.work"
|
||||||
]
|
]
|
||||||
|
|
||||||
"dns/rwx/ilos" [
|
"rwx.work/ilos" [
|
||||||
fontcolor="#8080FF"
|
fontcolor="#8080FF"
|
||||||
label="ILOS:\nIncremental Live\nOperating System"
|
label="ILOS"
|
||||||
URL="https://ilos.rwx.work"
|
URL="https://ilos.rwx.work"
|
||||||
]
|
]
|
||||||
|
|
||||||
subgraph "cluster/dns/rwx/lsgm" {
|
"rwx.work/lsgm" [
|
||||||
label="LSGM:\nLive Scan Grub Menu"
|
|
||||||
URL="https://lsgm.rwx.work"
|
|
||||||
|
|
||||||
"dns/rwx/lsgm/python" [label="Python"]
|
|
||||||
"dns/rwx/lsgm/shell" [label="Shell"]
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
"dns/rwx/ofsp" [
|
|
||||||
fontcolor="#8080FF"
|
fontcolor="#8080FF"
|
||||||
label="OFSP:\nOperating File\nSystem Profile"
|
label="LSGM"
|
||||||
|
URL="https://lsgm.rwx.work"
|
||||||
|
]
|
||||||
|
|
||||||
|
"rwx.work/ofsp" [
|
||||||
|
fontcolor="#8080FF"
|
||||||
|
label="OFSP"
|
||||||
URL="https://ofsp.rwx.work"
|
URL="https://ofsp.rwx.work"
|
||||||
]
|
]
|
||||||
|
|
||||||
"dns/rwx/prj" [
|
"rwx.work/prj" [
|
||||||
fontcolor="#8080FF"
|
fontcolor="#8080FF"
|
||||||
label="PRJ:\nPRJ"
|
label="PRJ"
|
||||||
URL="https://prj.rwx.work"
|
URL="https://prj.rwx.work"
|
||||||
]
|
]
|
||||||
|
|
||||||
"dns/rwx/rtfd" [
|
"rwx.work/rtfd" [
|
||||||
fontcolor="#8080FF"
|
fontcolor="#8080FF"
|
||||||
label="RTFD:\nRead The\nFancy Docs"
|
label="RTFD"
|
||||||
URL="https://rtfd.rwx.work"
|
URL="https://rtfd.rwx.work"
|
||||||
]
|
]
|
||||||
|
|
||||||
subgraph "cluster/dns/rwx/rwx" {
|
"rwx.work/rwx" [
|
||||||
label="RWX:\nRead Write eXecute"
|
|
||||||
URL="https://rwx.rwx.work"
|
|
||||||
|
|
||||||
"dns/rwx/rwx/python" [label="Python"]
|
|
||||||
"dns/rwx/rwx/shell" [label="Shell"]
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
"dns/rwx/spcd" [
|
|
||||||
fontcolor="#8080FF"
|
fontcolor="#8080FF"
|
||||||
label="SPCD:\nShell to Python\nContinuous Deployment"
|
label="RWX"
|
||||||
|
URL="https://rwx.rwx.work"
|
||||||
|
]
|
||||||
|
|
||||||
|
"rwx.work/spcd" [
|
||||||
|
fontcolor="#8080FF"
|
||||||
|
label="SPCD"
|
||||||
URL="https://spcd.rwx.work"
|
URL="https://spcd.rwx.work"
|
||||||
]
|
]
|
||||||
|
|
||||||
"dns/rwx/srmp" [
|
"rwx.work/srmp" [
|
||||||
fontcolor="#8080FF"
|
fontcolor="#8080FF"
|
||||||
label="SRMP:\nSoftware Repositories\nMirror Profile"
|
label="SRMP"
|
||||||
URL="https://srmp.rwx.work"
|
URL="https://srmp.rwx.work"
|
||||||
]
|
]
|
||||||
|
|
||||||
"dns/rwx/todo" [
|
"rwx.work/todo" [
|
||||||
fontcolor="#8080FF"
|
fontcolor="#8080FF"
|
||||||
label="TODO:\nTO\nDO"
|
label="TODO"
|
||||||
URL="https://todo.rwx.work"
|
URL="https://todo.rwx.work"
|
||||||
]
|
]
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"dns/rwx/forge/marc" [
|
"rwx.work/forge/marc" [
|
||||||
fontcolor="#8080FF"
|
fontcolor="#8080FF"
|
||||||
label="Marc"
|
label="Marc"
|
||||||
URL="https://forge.rwx.work/marc.beninca"
|
URL="https://forge.rwx.work/marc.beninca"
|
||||||
]
|
]
|
||||||
"dns/rwx/forge/marc" -> "dns/rwx/forge"
|
"rwx.work/forge/marc" -> "rwx.work/forge"
|
||||||
|
|
||||||
{
|
{
|
||||||
"dns/rwx/ofsp/python" [label="Python"]
|
"ofsp/python" [label="Python"]
|
||||||
"dns/rwx/ofsp/shell" [label="Shell"]
|
"ofsp/shell" [label="Shell"]
|
||||||
} -> "dns/rwx/ofsp"
|
} -> "rwx.work/ofsp"
|
||||||
|
|
||||||
{
|
{
|
||||||
"dns/rwx/rtfd/forgejo" [label="Forgejo"]
|
"rwx/ffmpeg" [label="FFMPEG"]
|
||||||
} -> "dns/rwx/rtfd"
|
"rwx/gource" [label="Gource"]
|
||||||
|
"rwx/logo" [label="Logo"]
|
||||||
|
"rwx/python" [label="Python"]
|
||||||
|
"rwx/shell" [label="Shell"]
|
||||||
|
} -> "rwx.work/rwx"
|
||||||
|
|
||||||
# ╭─────┬─────┬─────┬────────╮
|
|
||||||
# │ DNS │ RWX │ RWX │ Python │
|
|
||||||
# ╰─────┴─────┴─────┴────────╯
|
|
||||||
{
|
{
|
||||||
"dns/rwx/rwx/python/codium" [label="Codium"]
|
"rwx/python/codium" [label="Codium"]
|
||||||
"dns/rwx/rwx/python/ffmpeg" [label="FFMPEG"]
|
"rwx/python/freetube" [label="FreeTube"]
|
||||||
"dns/rwx/rwx/python/freetube" [label="FreeTube"]
|
"rwx/python/venvs" [label="Build VEnvs"]
|
||||||
"dns/rwx/rwx/python/gource" [label="Gource"]
|
} -> "rwx/python"
|
||||||
"dns/rwx/rwx/python/logo" [label="Logo"]
|
|
||||||
"dns/rwx/rwx/python/venvs" [label="Build VEnvs"]
|
|
||||||
} -> "dns/rwx/rwx/python"
|
|
||||||
# ╭─────┬─────┬─────┬───────╮
|
|
||||||
# │ DNS │ RWX │ RWX │ Shell │
|
|
||||||
# ╰─────┴─────┴─────┴───────╯
|
|
||||||
{
|
{
|
||||||
"dns/rwx/rwx/shell/cs" [label="CryptSetup"]
|
"rwx/shell/cs" [label="CryptSetup"]
|
||||||
"dns/rwx/rwx/shell/git" [label="Git"]
|
"rwx/shell/venv" [label="Use VEnv"]
|
||||||
"dns/rwx/rwx/shell/venv" [label="Use VEnv"]
|
} -> "rwx/shell"
|
||||||
} -> "dns/rwx/rwx/shell"
|
|
||||||
|
|
||||||
# ╭─────┬─────┬──────╮
|
|
||||||
# │ DNS │ RWX │ SRMP │
|
|
||||||
# ╰─────┴─────┴──────╯
|
|
||||||
{
|
{
|
||||||
"dns/rwx/srmp/alma" [label="Alma"]
|
"srmp/alma" [label="Alma"]
|
||||||
"dns/rwx/srmp/debian" [label="Debian"]
|
"srmp/debian" [label="Debian"]
|
||||||
"dns/rwx/srmp/docker" [label="Docker"]
|
"srmp/docker" [label="Docker"]
|
||||||
"dns/rwx/srmp/msys" [label="MSys"]
|
"srmp/msys" [label="MSys"]
|
||||||
"dns/rwx/srmp/pypi" [label="PyPI"]
|
"srmp/pypi" [label="PyPI"]
|
||||||
"dns/rwx/srmp/python" [label="Python"]
|
"srmp/python" [label="Python"]
|
||||||
} -> "dns/rwx/srmp"
|
} -> "rwx.work/srmp"
|
||||||
|
|
||||||
# ╭─────┬─────┬──────┬────────╮
|
|
||||||
# │ DNS │ RWX │ SRMP │ Debian │
|
|
||||||
# ╰─────┴─────┴──────┴────────╯
|
|
||||||
{
|
{
|
||||||
"dns/rwx/srmp/debian/codium" [label="Codium"]
|
"srmp/debian/codium" [label="Codium"]
|
||||||
"dns/rwx/srmp/debian/incus" [label="Incus"]
|
"srmp/debian/incus" [label="Incus"]
|
||||||
} -> "dns/rwx/srmp/debian"
|
} -> "srmp/debian"
|
||||||
|
|
||||||
# ╭─────┬───────╮
|
subgraph "cluster/tilde.link" {
|
||||||
# │ DNS │ Tilde │
|
|
||||||
# ╰─────┴───────╯
|
|
||||||
subgraph "cluster/dns/tilde" {
|
|
||||||
label="tilde.link"
|
label="tilde.link"
|
||||||
URL="https://tilde.link"
|
URL="https://tilde.link"
|
||||||
|
|
||||||
"dns/tilde/tm" [
|
"tilde.link/tm" [
|
||||||
fontcolor="#8080FF"
|
fontcolor="#8080FF"
|
||||||
label="TM:\nTrack Mania"
|
label="TrackMania"
|
||||||
URL="https://tm.tilde.link"
|
URL="https://tm.tilde.link"
|
||||||
]
|
]
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue