@@ -37,6 +37,76 @@ app_setup_block: |
3737 The application can be accessed at:
3838
3939 * https://yourhost:3001/
40+ # init diagram
41+ init_diagram : |
42+ "helium:latest": {
43+ docker-mods
44+ base {
45+ fix-attr +\nlegacy cont-init
46+ }
47+ docker-mods -> base
48+ legacy-services
49+ custom services
50+ init-services -> legacy-services
51+ init-services -> custom services
52+ custom services -> legacy-services
53+ legacy-services -> ci-service-check
54+ init-migrations -> init-adduser
55+ init-os-end -> init-config
56+ init-selkies-end -> init-config
57+ init-config -> init-config-end
58+ init-crontab-config -> init-config-end
59+ init-config -> init-crontab-config
60+ init-mods-end -> init-custom-files
61+ init-adduser -> init-device-perms
62+ base -> init-envfile
63+ base -> init-migrations
64+ init-config-end -> init-mods
65+ init-mods-package-install -> init-mods-end
66+ init-mods -> init-mods-package-install
67+ init-selkies -> init-nginx
68+ init-adduser -> init-os-end
69+ init-device-perms -> init-os-end
70+ init-envfile -> init-os-end
71+ init-os-end -> init-selkies
72+ init-nginx -> init-selkies-config
73+ init-video -> init-selkies-end
74+ init-custom-files -> init-services
75+ init-selkies-config -> init-video
76+ init-services -> svc-cron
77+ svc-cron -> legacy-services
78+ init-services -> svc-dbus
79+ svc-xorg -> svc-dbus
80+ svc-dbus -> legacy-services
81+ init-services -> svc-de
82+ svc-nginx -> svc-de
83+ svc-xorg -> svc-de
84+ svc-de -> legacy-services
85+ init-services -> svc-docker
86+ svc-docker -> legacy-services
87+ init-services -> svc-nginx
88+ svc-nginx -> legacy-services
89+ init-services -> svc-pulseaudio
90+ svc-pulseaudio -> legacy-services
91+ init-services -> svc-selkies
92+ svc-dbus -> svc-selkies
93+ svc-nginx -> svc-selkies
94+ svc-pulseaudio -> svc-selkies
95+ svc-xorg -> svc-selkies
96+ svc-selkies -> legacy-services
97+ init-services -> svc-watchdog
98+ svc-watchdog -> legacy-services
99+ init-services -> svc-xorg
100+ svc-xorg -> legacy-services
101+ init-services -> svc-xsettingsd
102+ svc-nginx -> svc-xsettingsd
103+ svc-xorg -> svc-xsettingsd
104+ svc-xsettingsd -> legacy-services
105+ }
106+ Base Images: {
107+ "baseimage-selkies:debiantrixie" <- "baseimage-debian:trixie"
108+ }
109+ "helium:latest" <- Base Images
40110# changelog
41111changelogs :
42112 - {date: "15.04.26:", desc: "Initial release."}
0 commit comments