Skip to content

Commit c942f4d

Browse files
Bot Updating Templated Files
1 parent c491f7a commit c942f4d

File tree

1 file changed

+62
-1
lines changed

1 file changed

+62
-1
lines changed

readme-vars.yml

Lines changed: 62 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,68 @@ app_setup_block: |
4141
The application can be accessed at:
4242
4343
* https://yourhost:3001/
44-
44+
# init diagram
45+
init_diagram: |
46+
"gzdoom:latest": {
47+
docker-mods
48+
base {
49+
fix-attr +\nlegacy cont-init
50+
}
51+
docker-mods -> base
52+
legacy-services
53+
custom services
54+
init-services -> legacy-services
55+
init-services -> custom services
56+
custom services -> legacy-services
57+
legacy-services -> ci-service-check
58+
init-migrations -> init-adduser
59+
init-os-end -> init-config
60+
init-selkies-end -> init-config
61+
init-config -> init-config-end
62+
init-crontab-config -> init-config-end
63+
init-config -> init-crontab-config
64+
init-mods-end -> init-custom-files
65+
init-adduser -> init-device-perms
66+
base -> init-envfile
67+
base -> init-migrations
68+
init-config-end -> init-mods
69+
init-mods-package-install -> init-mods-end
70+
init-mods -> init-mods-package-install
71+
init-selkies -> init-nginx
72+
init-adduser -> init-os-end
73+
init-device-perms -> init-os-end
74+
init-envfile -> init-os-end
75+
init-os-end -> init-selkies
76+
init-nginx -> init-selkies-config
77+
init-video -> init-selkies-end
78+
init-custom-files -> init-services
79+
init-selkies-config -> init-video
80+
init-services -> svc-cron
81+
svc-cron -> legacy-services
82+
init-services -> svc-de
83+
svc-nginx -> svc-de
84+
svc-selkies -> svc-de
85+
svc-xorg -> svc-de
86+
svc-de -> legacy-services
87+
init-services -> svc-docker
88+
svc-de -> svc-docker
89+
svc-docker -> legacy-services
90+
init-services -> svc-nginx
91+
svc-nginx -> legacy-services
92+
init-services -> svc-pulseaudio
93+
svc-pulseaudio -> legacy-services
94+
init-services -> svc-selkies
95+
svc-nginx -> svc-selkies
96+
svc-pulseaudio -> svc-selkies
97+
svc-xorg -> svc-selkies
98+
svc-selkies -> legacy-services
99+
init-services -> svc-xorg
100+
svc-xorg -> legacy-services
101+
}
102+
Base Images: {
103+
"baseimage-selkies:ubuntunoble" <- "baseimage-ubuntu:noble"
104+
}
105+
"gzdoom:latest" <- Base Images
45106
# changelog
46107
changelogs:
47108
- {date: "04.07.25:", desc: "Initial release."}

0 commit comments

Comments
 (0)