@@ -36,6 +36,76 @@ app_setup_block: |
3636 * https://yourhost:3001/
3737
3838 **This image only runs in Wayland mode and should be run with a GPU**
39+ # init diagram
40+ init_diagram : |
41+ "webstation:latest": {
42+ docker-mods
43+ base {
44+ fix-attr +\nlegacy cont-init
45+ }
46+ docker-mods -> base
47+ legacy-services
48+ custom services
49+ init-services -> legacy-services
50+ init-services -> custom services
51+ custom services -> legacy-services
52+ legacy-services -> ci-service-check
53+ init-migrations -> init-adduser
54+ init-os-end -> init-config
55+ init-selkies-end -> init-config
56+ init-config -> init-config-end
57+ init-crontab-config -> init-config-end
58+ init-config -> init-crontab-config
59+ init-mods-end -> init-custom-files
60+ init-adduser -> init-device-perms
61+ base -> init-envfile
62+ base -> init-migrations
63+ init-config-end -> init-mods
64+ init-mods-package-install -> init-mods-end
65+ init-mods -> init-mods-package-install
66+ init-selkies -> init-nginx
67+ init-adduser -> init-os-end
68+ init-device-perms -> init-os-end
69+ init-envfile -> init-os-end
70+ init-os-end -> init-selkies
71+ init-nginx -> init-selkies-config
72+ init-video -> init-selkies-end
73+ init-custom-files -> init-services
74+ init-selkies-config -> init-video
75+ init-services -> svc-cron
76+ svc-cron -> legacy-services
77+ init-services -> svc-dbus
78+ svc-xorg -> svc-dbus
79+ svc-dbus -> legacy-services
80+ init-services -> svc-de
81+ svc-nginx -> svc-de
82+ svc-selkies -> 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-nginx -> svc-selkies
93+ svc-pulseaudio -> svc-selkies
94+ svc-xorg -> svc-selkies
95+ svc-selkies -> legacy-services
96+ init-services -> svc-watchdog
97+ svc-watchdog -> legacy-services
98+ init-services -> svc-xorg
99+ svc-xorg -> legacy-services
100+ init-services -> svc-xsettingsd
101+ svc-nginx -> svc-xsettingsd
102+ svc-xorg -> svc-xsettingsd
103+ svc-xsettingsd -> legacy-services
104+ }
105+ Base Images: {
106+ "baseimage-selkies:ubuntunoble" <- "baseimage-ubuntu:noble"
107+ }
108+ "webstation:latest" <- Base Images
39109# changelog
40110changelogs :
41111 - {date: "25.02.26:", desc: "Initial Version."}
0 commit comments