Skip to content

Commit 8fc9e8a

Browse files
Bot Updating Templated Files
1 parent 7b6373f commit 8fc9e8a

1 file changed

Lines changed: 70 additions & 0 deletions

File tree

readme-vars.yml

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,76 @@ app_setup_block: |
3131
The application can be accessed at:
3232
3333
* https://yourhost:3001/
34+
# init diagram
35+
init_diagram: |
36+
"winegui:latest": {
37+
docker-mods
38+
base {
39+
fix-attr +\nlegacy cont-init
40+
}
41+
docker-mods -> base
42+
legacy-services
43+
custom services
44+
init-services -> legacy-services
45+
init-services -> custom services
46+
custom services -> legacy-services
47+
legacy-services -> ci-service-check
48+
init-migrations -> init-adduser
49+
init-os-end -> init-config
50+
init-selkies-end -> init-config
51+
init-config -> init-config-end
52+
init-crontab-config -> init-config-end
53+
init-config -> init-crontab-config
54+
init-mods-end -> init-custom-files
55+
init-adduser -> init-device-perms
56+
base -> init-envfile
57+
base -> init-migrations
58+
init-config-end -> init-mods
59+
init-mods-package-install -> init-mods-end
60+
init-mods -> init-mods-package-install
61+
init-selkies -> init-nginx
62+
init-adduser -> init-os-end
63+
init-device-perms -> init-os-end
64+
init-envfile -> init-os-end
65+
init-os-end -> init-selkies
66+
init-nginx -> init-selkies-config
67+
init-video -> init-selkies-end
68+
init-custom-files -> init-services
69+
init-selkies-config -> init-video
70+
init-services -> svc-cron
71+
svc-cron -> legacy-services
72+
init-services -> svc-dbus
73+
svc-xorg -> svc-dbus
74+
svc-dbus -> 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-dbus -> 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:debiantrixie" <- "baseimage-debian:trixie"
102+
}
103+
"winegui:latest" <- Base Images
34104
# changelog
35105
changelogs:
36106
- {date: "22.04.26:", desc: "Initial release."}

0 commit comments

Comments
 (0)