@@ -35,7 +35,72 @@ app_setup_block: |
3535 The application can be accessed at:
3636
3737 * https://yourhost:3001/
38-
38+ # init diagram
39+ init_diagram : |
40+ "intellij-idea: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-de
77+ svc-nginx -> svc-de
78+ svc-xorg -> svc-de
79+ svc-de -> legacy-services
80+ init-services -> svc-docker
81+ svc-docker -> legacy-services
82+ init-services -> svc-nginx
83+ svc-nginx -> legacy-services
84+ init-services -> svc-pulseaudio
85+ svc-pulseaudio -> legacy-services
86+ init-services -> svc-selkies
87+ svc-nginx -> svc-selkies
88+ svc-pulseaudio -> svc-selkies
89+ svc-xorg -> svc-selkies
90+ svc-selkies -> legacy-services
91+ init-services -> svc-watchdog
92+ svc-watchdog -> legacy-services
93+ init-services -> svc-xorg
94+ svc-xorg -> legacy-services
95+ init-services -> svc-xsettingsd
96+ svc-nginx -> svc-xsettingsd
97+ svc-xorg -> svc-xsettingsd
98+ svc-xsettingsd -> legacy-services
99+ }
100+ Base Images: {
101+ "baseimage-selkies:arch" <- "baseimage-arch:latest"
102+ }
103+ "intellij-idea:latest" <- Base Images
39104# changelog
40105changelogs :
41106 - {date: "02.12.25:", desc: "Initial Version."}
0 commit comments