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