Skip to content

Commit 02bc22f

Browse files
Bot Updating Templated Files
1 parent 20290ff commit 02bc22f

File tree

1 file changed

+70
-0
lines changed

1 file changed

+70
-0
lines changed

readme-vars.yml

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,76 @@ app_setup_block: |
3838
The application can be accessed at:
3939
4040
* https://yourhost:3001/
41+
# init diagram
42+
init_diagram: |
43+
"vscode:latest": {
44+
docker-mods
45+
base {
46+
fix-attr +\nlegacy cont-init
47+
}
48+
docker-mods -> base
49+
legacy-services
50+
custom services
51+
init-services -> legacy-services
52+
init-services -> custom services
53+
custom services -> legacy-services
54+
legacy-services -> ci-service-check
55+
init-migrations -> init-adduser
56+
init-os-end -> init-config
57+
init-selkies-end -> init-config
58+
init-config -> init-config-end
59+
init-crontab-config -> init-config-end
60+
init-config -> init-crontab-config
61+
init-mods-end -> init-custom-files
62+
init-adduser -> init-device-perms
63+
base -> init-envfile
64+
base -> init-migrations
65+
init-config-end -> init-mods
66+
init-mods-package-install -> init-mods-end
67+
init-mods -> init-mods-package-install
68+
init-selkies -> init-nginx
69+
init-adduser -> init-os-end
70+
init-device-perms -> init-os-end
71+
init-envfile -> init-os-end
72+
init-os-end -> init-selkies
73+
init-nginx -> init-selkies-config
74+
init-video -> init-selkies-end
75+
init-custom-files -> init-services
76+
init-selkies-config -> init-video
77+
init-services -> svc-cron
78+
svc-cron -> legacy-services
79+
init-services -> svc-dbus
80+
svc-xorg -> svc-dbus
81+
svc-dbus -> legacy-services
82+
init-services -> svc-de
83+
svc-nginx -> svc-de
84+
svc-xorg -> svc-de
85+
svc-de -> legacy-services
86+
init-services -> svc-docker
87+
svc-docker -> legacy-services
88+
init-services -> svc-nginx
89+
svc-nginx -> legacy-services
90+
init-services -> svc-pulseaudio
91+
svc-pulseaudio -> legacy-services
92+
init-services -> svc-selkies
93+
svc-dbus -> svc-selkies
94+
svc-nginx -> svc-selkies
95+
svc-pulseaudio -> svc-selkies
96+
svc-xorg -> svc-selkies
97+
svc-selkies -> legacy-services
98+
init-services -> svc-watchdog
99+
svc-watchdog -> legacy-services
100+
init-services -> svc-xorg
101+
svc-xorg -> legacy-services
102+
init-services -> svc-xsettingsd
103+
svc-nginx -> svc-xsettingsd
104+
svc-xorg -> svc-xsettingsd
105+
svc-xsettingsd -> legacy-services
106+
}
107+
Base Images: {
108+
"baseimage-selkies:debiantrixie" <- "baseimage-debian:trixie"
109+
}
110+
"vscode:latest" <- Base Images
41111
# changelog
42112
changelogs:
43113
- {date: "20.03.26:", desc: "Initial release."}

0 commit comments

Comments
 (0)