@@ -79,7 +79,68 @@ app_setup_block: |
7979 count: 1
8080 capabilities: [compute,video,graphics,utility]
8181 ```
82-
82+ # init diagram
83+ init_diagram : |
84+ "xemu:latest": {
85+ docker-mods
86+ base {
87+ fix-attr +\nlegacy cont-init
88+ }
89+ docker-mods -> base
90+ legacy-services
91+ custom services
92+ init-services -> legacy-services
93+ init-services -> custom services
94+ custom services -> legacy-services
95+ legacy-services -> ci-service-check
96+ init-migrations -> init-adduser
97+ init-os-end -> init-config
98+ init-selkies-end -> init-config
99+ init-config -> init-config-end
100+ init-crontab-config -> init-config-end
101+ init-config -> init-crontab-config
102+ init-mods-end -> init-custom-files
103+ init-adduser -> init-device-perms
104+ base -> init-envfile
105+ base -> init-migrations
106+ init-config-end -> init-mods
107+ init-mods-package-install -> init-mods-end
108+ init-mods -> init-mods-package-install
109+ init-selkies -> init-nginx
110+ init-adduser -> init-os-end
111+ init-device-perms -> init-os-end
112+ init-envfile -> init-os-end
113+ init-os-end -> init-selkies
114+ init-nginx -> init-selkies-config
115+ init-video -> init-selkies-end
116+ init-custom-files -> init-services
117+ init-selkies-config -> init-video
118+ init-services -> svc-cron
119+ svc-cron -> legacy-services
120+ init-services -> svc-de
121+ svc-nginx -> svc-de
122+ svc-selkies -> svc-de
123+ svc-xorg -> svc-de
124+ svc-de -> legacy-services
125+ init-services -> svc-docker
126+ svc-de -> svc-docker
127+ svc-docker -> legacy-services
128+ init-services -> svc-nginx
129+ svc-nginx -> legacy-services
130+ init-services -> svc-pulseaudio
131+ svc-pulseaudio -> legacy-services
132+ init-services -> svc-selkies
133+ svc-nginx -> svc-selkies
134+ svc-pulseaudio -> svc-selkies
135+ svc-xorg -> svc-selkies
136+ svc-selkies -> legacy-services
137+ init-services -> svc-xorg
138+ svc-xorg -> legacy-services
139+ }
140+ Base Images: {
141+ "baseimage-selkies:ubuntunoble" <- "baseimage-ubuntu:noble"
142+ }
143+ "xemu:latest" <- Base Images
83144# changelog
84145changelogs :
85146 - {date: "19.06.25:", desc: "Initial release."}
0 commit comments