todo/index.gv

391 lines
8.8 KiB
Text
Raw Normal View History

2024-12-14 11:08:37 +00:00
# ╭───────╮
# │ Graph │
# ╰───────╯
2024-12-09 12:10:43 +00:00
digraph "index" {
2024-12-09 19:23:03 +00:00
bgcolor="transparent"
color="#C0C000"
fontcolor="#FF8000"
fontname="DejaVu Sans"
penwidth="2"
2024-12-09 23:20:55 +00:00
rankdir="RL"
2024-12-09 18:47:51 +00:00
2024-12-14 11:08:37 +00:00
# ╭───────┬──────╮
# │ Graph │ Edge │
# ╰───────┴──────╯
2024-12-09 18:47:51 +00:00
edge [
2024-12-09 19:23:03 +00:00
fontcolor="#FF4040"
fontname="DejaVu Sans"
style="filled"
2024-12-09 18:47:51 +00:00
]
2024-12-14 11:08:37 +00:00
# ╭───────┬──────╮
# │ Graph │ Edge │
# ╰───────┴──────╯
2024-12-09 18:47:51 +00:00
node [
2024-12-09 19:23:03 +00:00
color="#C0C0C0"
fontcolor="#FFFFFF"
fontname="DejaVu Sans"
penwidth="2"
style="filled"
2024-12-09 18:47:51 +00:00
]
2024-12-09 21:50:46 +00:00
{ rank="max"
2024-12-09 18:47:51 +00:00
"" [style="invis"]
}
2024-12-09 12:10:43 +00:00
2024-12-09 19:23:03 +00:00
edge [color="#008000"]
node [fillcolor="#408040"]
2024-12-14 11:14:51 +00:00
# ╭────────╮
# │ DevOps │
# ╰────────╯
subgraph "cluster/devops" { label="DevOps"
2024-12-14 11:30:55 +00:00
"devops/dev/plan" -> "devops/ops/release" [style="invis"]
"devops/dev/test" -> "devops/ops/monitor" [style="invis"]
2024-12-14 10:20:35 +00:00
# ╭────────┬─────╮
# │ DevOps │ Dev │
# ╰────────┴─────╯
2024-12-14 11:14:51 +00:00
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"]
2024-12-09 12:10:43 +00:00
}
2024-12-14 11:14:51 +00:00
"devops/dev/plan" -> "devops/dev/code" -> "devops/dev/build" -> "devops/dev/test" -> "devops/dev/plan"
2024-12-14 10:20:35 +00:00
# ╭────────┬─────╮
# │ DevOps │ Ops │
# ╰────────┴─────╯
2024-12-09 18:47:51 +00:00
2024-12-14 11:14:51 +00:00
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"]
2024-12-09 12:10:43 +00:00
}
2024-12-14 11:14:51 +00:00
"devops/ops/release" -> "devops/ops/deploy" -> "devops/ops/operate" -> "devops/ops/monitor" -> "devops/ops/deploy"
2024-12-14 10:20:35 +00:00
# ╭────────╮
# │ DevOps │
# ╰────────╯
2024-12-14 11:14:51 +00:00
"devops/dev/test" -> "devops/ops/release"
"devops/ops/monitor" -> "devops/dev/plan"
2024-12-14 10:20:35 +00:00
2024-12-14 11:14:51 +00:00
}
2024-12-14 10:20:35 +00:00
2024-12-09 19:23:03 +00:00
edge [color="#FF0000"]
node [fillcolor="#303030"]
2024-12-14 10:52:06 +00:00
# ╭────────╮
# │ Social │
# ╰────────╯
2024-12-11 21:12:15 +00:00
subgraph "cluster/social" {
2024-12-12 19:58:40 +00:00
label="Social"
2024-12-11 21:12:15 +00:00
2024-12-14 10:52:06 +00:00
# ╭────────┬──────╮
# │ Social │ Corp │
# ╰────────┴──────╯
2024-12-11 21:12:15 +00:00
subgraph "cluster/social/corp" {
2024-12-12 19:58:40 +00:00
label="Corp"
2024-12-11 21:12:15 +00:00
2024-12-12 19:58:40 +00:00
"social/corp/discord" [
fontcolor="#8080FF"
label="Discord"
URL="https://discord.gg/v6p7CtZ4Zh"
]
"social/corp/instagram" [
2024-12-11 21:12:15 +00:00
fontcolor="#8080FF"
label="InstaGram"
URL="https://instagram.com/marc.beninca"
]
2024-12-12 19:58:40 +00:00
"social/corp/linkedin" [
2024-12-11 21:12:15 +00:00
fontcolor="#8080FF"
label="LinkedIn"
URL="https://linkedin.com/in/marc-beninca"
]
2024-12-12 19:58:40 +00:00
"social/corp/youtube" [
2024-12-11 21:12:15 +00:00
fontcolor="#8080FF"
label="YouTube"
URL="https://youtube.com/@marc.beninca"
]
}
2024-12-14 10:52:06 +00:00
# ╭────────┬──────╮
# │ Social │ Open │
# ╰────────┴──────╯
2024-12-11 21:12:15 +00:00
subgraph "cluster/social/open" {
2024-12-12 19:58:40 +00:00
label="Open"
2024-12-11 21:12:15 +00:00
2024-12-12 19:58:40 +00:00
"social/open/bluesky" [
2024-12-11 21:12:15 +00:00
fontcolor="#8080FF"
label="BlueSky"
URL="https://bsky.app/profile/marc.beninca.link"
]
2024-12-14 10:52:06 +00:00
# ╭────────┬──────┬──────────╮
# │ Social │ Open │ KeyOxide │
# ╰────────┴──────┴──────────╯
2024-12-12 19:58:40 +00:00
subgraph "cluster/social/open/keyoxide" {
label="KeyOxide"
"social/open/keyoxide/pgp" [
fontcolor="#8080FF"
label="PGP"
URL="https://keyoxide.org/08EDA7006234A0EB29A3A8471DBD5EC4BADA5579"
]
"social/open/keyoxide/asp" [
fontcolor="#8080FF"
label="ASP"
URL="https://keyoxide.org/aspe:keyoxide.org:WUD5YVN52J3RJ6CD4ZCWYL6S54"
]
}
2024-12-11 21:12:15 +00:00
}
2024-12-14 11:36:24 +00:00
# ╭────────┬─────────╮
# │ Social │ Support │
# ╰────────┴─────────╯
subgraph "cluster/social/support" {
label="Support"
"social/support/liberapay" [
fontcolor="#8080FF"
label="LiberaPay"
URL="https://liberapay.com/marc.beninca"
]
2024-12-14 12:05:30 +00:00
"social/support/patreon" [
fontcolor="#8080FF"
label="Patreon"
URL="https://patreon.com/marc_beninca"
2024-12-14 19:58:49 +00:00
]
"social/support/tipeee" [
fontcolor="#8080FF"
label="Tipeee"
URL="https://tipeee.com/marc-beninca"
2024-12-14 12:05:30 +00:00
]
2024-12-14 11:36:24 +00:00
}
2024-12-11 21:12:15 +00:00
}
2024-12-14 11:48:05 +00:00
# ╭─────╮
# │ DNS │
# ╰─────╯
2024-12-14 11:08:37 +00:00
subgraph "cluster/dns" {
2024-12-14 11:52:31 +00:00
label="Domains"
2024-12-14 11:08:37 +00:00
2024-12-14 11:55:26 +00:00
# ╭─────┬─────────╮
# │ DNS │ Beninca │
# ╰─────┴─────────╯
2024-12-14 11:48:05 +00:00
2024-12-14 11:55:26 +00:00
subgraph "cluster/dns/beninca" {
2024-12-09 21:50:46 +00:00
label="beninca.link"
URL="https://beninca.link"
2024-12-09 23:20:55 +00:00
2024-12-14 11:55:26 +00:00
"dns/beninca/marc" [
2024-12-09 21:50:46 +00:00
fontcolor="#8080FF"
label="Marc"
URL="https://marc.beninca.link"
]
2024-12-09 23:20:55 +00:00
2024-12-09 21:50:46 +00:00
}
2024-12-14 12:02:59 +00:00
# ╭─────┬─────╮
# │ DNS │ RWX │
# ╰─────┴─────╯
2024-12-14 11:48:05 +00:00
2024-12-14 12:02:59 +00:00
subgraph "cluster/dns/rwx" {
2024-12-09 21:50:46 +00:00
label="rwx.work"
URL="https://rwx.work"
2024-12-09 23:20:55 +00:00
2024-12-14 12:02:59 +00:00
"dns/rwx/blog" [
2024-12-09 21:50:46 +00:00
fontcolor="#8080FF"
label="Blog"
URL="https://blog.rwx.work"
]
2024-12-09 23:20:55 +00:00
2024-12-14 12:02:59 +00:00
"dns/rwx/forge" [
2024-12-09 21:50:46 +00:00
fontcolor="#8080FF"
label="Forge"
URL="https://forge.rwx.work"
]
2024-12-09 23:20:55 +00:00
2024-12-14 12:02:59 +00:00
"dns/rwx/ilos" [
2024-12-09 23:20:55 +00:00
fontcolor="#8080FF"
2024-12-14 01:35:53 +00:00
label="ILOS:\nIncremental Live\nOperating System"
2024-12-09 23:20:55 +00:00
URL="https://ilos.rwx.work"
]
2024-12-14 19:30:08 +00:00
subgraph "cluster/dns/rwx/lsgm" {
label="LSGM:\nLive Scan Grub Menu"
2024-12-09 21:50:46 +00:00
URL="https://lsgm.rwx.work"
2024-12-14 19:30:08 +00:00
"dns/rwx/lsgm/python" [label="Python"]
"dns/rwx/lsgm/shell" [label="Shell"]
}
2024-12-09 23:20:55 +00:00
2024-12-14 12:02:59 +00:00
"dns/rwx/ofsp" [
2024-12-09 21:50:46 +00:00
fontcolor="#8080FF"
2024-12-14 01:35:53 +00:00
label="OFSP:\nOperating File\nSystem Profile"
2024-12-09 21:50:46 +00:00
URL="https://ofsp.rwx.work"
]
2024-12-09 23:20:55 +00:00
2024-12-14 12:02:59 +00:00
"dns/rwx/prj" [
2024-12-09 23:20:55 +00:00
fontcolor="#8080FF"
2024-12-14 01:35:53 +00:00
label="PRJ:\nPRJ"
2024-12-09 23:20:55 +00:00
URL="https://prj.rwx.work"
]
2024-12-14 12:02:59 +00:00
"dns/rwx/rtfd" [
2024-12-09 21:50:46 +00:00
fontcolor="#8080FF"
2024-12-14 01:35:53 +00:00
label="RTFD:\nRead The\nFancy Docs"
2024-12-09 21:50:46 +00:00
URL="https://rtfd.rwx.work"
]
2024-12-09 23:20:55 +00:00
2024-12-14 12:02:59 +00:00
subgraph "cluster/dns/rwx/rwx" {
2024-12-14 01:35:53 +00:00
label="RWX:\nRead Write eXecute"
2024-12-09 21:50:46 +00:00
URL="https://rwx.rwx.work"
2024-12-14 01:35:53 +00:00
2024-12-14 12:02:59 +00:00
"dns/rwx/rwx/python" [label="Python"]
"dns/rwx/rwx/shell" [label="Shell"]
2024-12-14 01:35:53 +00:00
}
2024-12-09 23:20:55 +00:00
2024-12-14 12:02:59 +00:00
"dns/rwx/spcd" [
2024-12-09 21:50:46 +00:00
fontcolor="#8080FF"
2024-12-14 01:35:53 +00:00
label="SPCD:\nShell to Python\nContinuous Deployment"
2024-12-09 21:50:46 +00:00
URL="https://spcd.rwx.work"
]
2024-12-09 23:20:55 +00:00
2024-12-14 12:02:59 +00:00
"dns/rwx/srmp" [
2024-12-09 21:50:46 +00:00
fontcolor="#8080FF"
2024-12-14 01:35:53 +00:00
label="SRMP:\nSoftware Repositories\nMirror Profile"
2024-12-09 21:50:46 +00:00
URL="https://srmp.rwx.work"
]
2024-12-09 23:20:55 +00:00
2024-12-14 12:02:59 +00:00
"dns/rwx/todo" [
2024-12-09 21:50:46 +00:00
fontcolor="#8080FF"
2024-12-14 01:35:53 +00:00
label="TODO:\nTO\nDO"
2024-12-09 21:50:46 +00:00
URL="https://todo.rwx.work"
]
2024-12-09 23:20:55 +00:00
2024-12-09 21:50:46 +00:00
}
2024-12-15 13:24:15 +00:00
# ╭─────┬─────┬───────╮
# │ DNS │ RWX │ Forge │
# ╰─────┴─────┴───────╯
2024-12-14 12:02:59 +00:00
"dns/rwx/forge/marc" [
2024-12-09 23:20:55 +00:00
fontcolor="#8080FF"
label="Marc"
URL="https://forge.rwx.work/marc.beninca"
]
2024-12-14 12:02:59 +00:00
"dns/rwx/forge/marc" -> "dns/rwx/forge"
2024-12-09 23:20:55 +00:00
2024-12-15 13:24:15 +00:00
# ╭─────┬─────┬──────╮
# │ DNS │ RWX │ OFSP │
# ╰─────┴─────┴──────╯
2024-12-09 23:20:55 +00:00
{
2024-12-14 12:02:59 +00:00
"dns/rwx/ofsp/python" [label="Python"]
"dns/rwx/ofsp/shell" [label="Shell"]
} -> "dns/rwx/ofsp"
2024-12-09 23:20:55 +00:00
2024-12-15 13:24:15 +00:00
# ╭─────┬─────┬──────╮
# │ DNS │ RWX │ RTFD │
# ╰─────┴─────┴──────╯
2024-12-14 01:35:53 +00:00
{
2024-12-14 12:02:59 +00:00
"dns/rwx/rtfd/forgejo" [label="Forgejo"]
} -> "dns/rwx/rtfd"
2024-12-14 01:35:53 +00:00
2024-12-14 12:02:59 +00:00
# ╭─────┬─────┬─────┬────────╮
# │ DNS │ RWX │ RWX │ Python │
# ╰─────┴─────┴─────┴────────╯
2024-12-09 23:32:09 +00:00
{
2024-12-14 12:02:59 +00:00
"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 │
# ╰─────┴─────┴─────┴───────╯
2024-12-09 23:20:55 +00:00
{
2024-12-14 12:02:59 +00:00
"dns/rwx/rwx/shell/cs" [label="CryptSetup"]
2024-12-14 20:57:51 +00:00
"dns/rwx/rwx/shell/ffmpeg" [label="FFMPEG"]
2024-12-14 12:02:59 +00:00
"dns/rwx/rwx/shell/git" [label="Git"]
"dns/rwx/rwx/shell/venv" [label="Use VEnv"]
} -> "dns/rwx/rwx/shell"
# ╭─────┬─────┬──────╮
# │ DNS │ RWX │ SRMP │
# ╰─────┴─────┴──────╯
2024-12-09 23:20:55 +00:00
{
2024-12-14 12:02:59 +00:00
"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 │ SRMP │ Debian │
# ╰─────┴─────┴──────┴────────╯
2024-12-09 23:20:55 +00:00
{
2024-12-14 12:02:59 +00:00
"dns/rwx/srmp/debian/codium" [label="Codium"]
"dns/rwx/srmp/debian/incus" [label="Incus"]
} -> "dns/rwx/srmp/debian"
2024-12-09 23:20:55 +00:00
2024-12-14 22:55:32 +00:00
# ╭─────┬─────┬──────╮
# │ DNS │ RWX │ TODO │
# ╰─────┴─────┴──────╯
{
"dns/rwx/todo/name" [label="Name"]
"dns/rwx/todo/subdomain" [label="Subdomain"]
} -> "dns/rwx/todo"
2024-12-14 11:56:20 +00:00
# ╭─────┬───────╮
# │ DNS │ Tilde │
# ╰─────┴───────╯
subgraph "cluster/dns/tilde" {
2024-12-09 21:50:46 +00:00
label="tilde.link"
URL="https://tilde.link"
2024-12-09 23:20:55 +00:00
2024-12-14 11:56:20 +00:00
"dns/tilde/tm" [
2024-12-09 21:50:46 +00:00
fontcolor="#8080FF"
2024-12-14 01:35:53 +00:00
label="TM:\nTrack Mania"
2024-12-09 21:50:46 +00:00
URL="https://tm.tilde.link"
]
2024-12-09 19:23:03 +00:00
}
2024-12-09 18:47:51 +00:00
2024-12-09 12:10:43 +00:00
}
2024-12-14 11:08:37 +00:00
}