Skip to content

Commit 17e10f1

Browse files
Bot Updating Templated Files
1 parent 1c5b323 commit 17e10f1

1 file changed

Lines changed: 62 additions & 1 deletion

File tree

readme-vars.yml

Lines changed: 62 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,68 @@ app_setup_block: |
8383
count: 1
8484
capabilities: [compute,video,graphics,utility]
8585
```
86-
86+
# init diagram
87+
init_diagram: |
88+
"firefox:latest": {
89+
docker-mods
90+
base {
91+
fix-attr +\nlegacy cont-init
92+
}
93+
docker-mods -> base
94+
legacy-services
95+
custom services
96+
init-services -> legacy-services
97+
init-services -> custom services
98+
custom services -> legacy-services
99+
legacy-services -> ci-service-check
100+
init-migrations -> init-adduser
101+
init-os-end -> init-config
102+
init-selkies-end -> init-config
103+
init-config -> init-config-end
104+
init-crontab-config -> init-config-end
105+
init-config -> init-crontab-config
106+
init-mods-end -> init-custom-files
107+
init-adduser -> init-device-perms
108+
base -> init-envfile
109+
base -> init-migrations
110+
init-config-end -> init-mods
111+
init-mods-package-install -> init-mods-end
112+
init-mods -> init-mods-package-install
113+
init-selkies -> init-nginx
114+
init-adduser -> init-os-end
115+
init-device-perms -> init-os-end
116+
init-envfile -> init-os-end
117+
init-os-end -> init-selkies
118+
init-nginx -> init-selkies-config
119+
init-video -> init-selkies-end
120+
init-custom-files -> init-services
121+
init-selkies-config -> init-video
122+
init-services -> svc-cron
123+
svc-cron -> legacy-services
124+
init-services -> svc-de
125+
svc-nginx -> svc-de
126+
svc-selkies -> svc-de
127+
svc-xorg -> svc-de
128+
svc-de -> legacy-services
129+
init-services -> svc-docker
130+
svc-de -> svc-docker
131+
svc-docker -> legacy-services
132+
init-services -> svc-nginx
133+
svc-nginx -> legacy-services
134+
init-services -> svc-pulseaudio
135+
svc-pulseaudio -> legacy-services
136+
init-services -> svc-selkies
137+
svc-nginx -> svc-selkies
138+
svc-pulseaudio -> svc-selkies
139+
svc-xorg -> svc-selkies
140+
svc-selkies -> legacy-services
141+
init-services -> svc-xorg
142+
svc-xorg -> legacy-services
143+
}
144+
Base Images: {
145+
"baseimage-selkies:ubuntunoble" <- "baseimage-ubuntu:noble"
146+
}
147+
"firefox:latest" <- Base Images
87148
# changelog
88149
changelogs:
89150
- {date: "23.06.25:", desc: "Rebase to Selkies."}

0 commit comments

Comments
 (0)