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