Skip to content

Commit 53de83e

Browse files
Bot Updating Templated Files
1 parent 8ac4065 commit 53de83e

1 file changed

Lines changed: 70 additions & 0 deletions

File tree

readme-vars.yml

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,76 @@ app_setup_block: |
4040
## Gaming mode
4141
4242
An absolute must for mouse and keyboard input is sending relative mouse input from the browser, you will need to use the "Gaming Mode" which is a small crosshair in the top right of the sidebar. This runs in fullscreen and traps you in the window, to exit this mode hold down escape for 3 seconds.
43+
# init diagram
44+
init_diagram: |
45+
"blade-of-agony:latest": {
46+
docker-mods
47+
base {
48+
fix-attr +\nlegacy cont-init
49+
}
50+
docker-mods -> base
51+
legacy-services
52+
custom services
53+
init-services -> legacy-services
54+
init-services -> custom services
55+
custom services -> legacy-services
56+
legacy-services -> ci-service-check
57+
init-migrations -> init-adduser
58+
init-os-end -> init-config
59+
init-selkies-end -> init-config
60+
init-config -> init-config-end
61+
init-crontab-config -> init-config-end
62+
init-config -> init-crontab-config
63+
init-mods-end -> init-custom-files
64+
init-adduser -> init-device-perms
65+
base -> init-envfile
66+
base -> init-migrations
67+
init-config-end -> init-mods
68+
init-mods-package-install -> init-mods-end
69+
init-mods -> init-mods-package-install
70+
init-selkies -> init-nginx
71+
init-adduser -> init-os-end
72+
init-device-perms -> init-os-end
73+
init-envfile -> init-os-end
74+
init-os-end -> init-selkies
75+
init-nginx -> init-selkies-config
76+
init-video -> init-selkies-end
77+
init-custom-files -> init-services
78+
init-selkies-config -> init-video
79+
init-services -> svc-cron
80+
svc-cron -> legacy-services
81+
init-services -> svc-dbus
82+
svc-xorg -> svc-dbus
83+
svc-dbus -> legacy-services
84+
init-services -> svc-de
85+
svc-nginx -> svc-de
86+
svc-xorg -> svc-de
87+
svc-de -> legacy-services
88+
init-services -> svc-docker
89+
svc-docker -> legacy-services
90+
init-services -> svc-nginx
91+
svc-nginx -> legacy-services
92+
init-services -> svc-pulseaudio
93+
svc-pulseaudio -> legacy-services
94+
init-services -> svc-selkies
95+
svc-dbus -> svc-selkies
96+
svc-nginx -> svc-selkies
97+
svc-pulseaudio -> svc-selkies
98+
svc-xorg -> svc-selkies
99+
svc-selkies -> legacy-services
100+
init-services -> svc-watchdog
101+
svc-watchdog -> legacy-services
102+
init-services -> svc-xorg
103+
svc-xorg -> legacy-services
104+
init-services -> svc-xsettingsd
105+
svc-nginx -> svc-xsettingsd
106+
svc-xorg -> svc-xsettingsd
107+
svc-xsettingsd -> legacy-services
108+
}
109+
Base Images: {
110+
"baseimage-selkies:debiantrixie" <- "baseimage-debian:trixie"
111+
}
112+
"blade-of-agony:latest" <- Base Images
43113
# changelog
44114
changelogs:
45115
- {date: "26.03.26:", desc: "Initial release."}

0 commit comments

Comments
 (0)