ffmpeg,gource,logo

This commit is contained in:
Marc Beninca 2024-12-14 12:08:37 +01:00
parent 5cfd5dbb9b
commit e5c61c8d2e
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -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"
}
}
}