Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 8dde46d

Browse files
Bot Updating Templated Files
1 parent 46b0827 commit 8dde46d

1 file changed

Lines changed: 17 additions & 16 deletions

File tree

readme-vars.yml

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ app_setup_block: |
4848
* https://yourhost:3001/
4949
# init diagram
5050
init_diagram: |
51-
"freetube:latest": {
51+
"freetube:selkies": {
5252
docker-mods
5353
base {
5454
fix-attr +\nlegacy cont-init
@@ -61,51 +61,52 @@ init_diagram: |
6161
custom services -> legacy-services
6262
legacy-services -> ci-service-check
6363
init-migrations -> init-adduser
64-
init-kasmvnc-end -> init-config
6564
init-os-end -> init-config
65+
init-selkies-end -> init-config
6666
init-config -> init-config-end
6767
init-crontab-config -> init-config-end
6868
init-config -> init-crontab-config
6969
init-mods-end -> init-custom-files
7070
init-adduser -> init-device-perms
7171
base -> init-envfile
72-
init-os-end -> init-kasmvnc
73-
init-nginx -> init-kasmvnc-config
74-
init-video -> init-kasmvnc-end
7572
base -> init-migrations
7673
init-config-end -> init-mods
7774
init-mods-package-install -> init-mods-end
7875
init-mods -> init-mods-package-install
79-
init-kasmvnc -> init-nginx
76+
init-selkies -> init-nginx
8077
init-adduser -> init-os-end
8178
init-device-perms -> init-os-end
8279
init-envfile -> init-os-end
80+
init-os-end -> init-selkies
81+
init-nginx -> init-selkies-config
82+
init-video -> init-selkies-end
8383
init-custom-files -> init-services
84-
init-kasmvnc-config -> init-video
84+
init-selkies-config -> init-video
8585
init-services -> svc-cron
8686
svc-cron -> legacy-services
8787
init-services -> svc-de
8888
svc-nginx -> svc-de
89+
svc-xorg -> svc-de
8990
svc-de -> legacy-services
9091
init-services -> svc-docker
9192
svc-de -> svc-docker
9293
svc-docker -> legacy-services
93-
init-services -> svc-kasmvnc
94-
svc-pulseaudio -> svc-kasmvnc
95-
svc-kasmvnc -> legacy-services
96-
init-services -> svc-kclient
97-
svc-kasmvnc -> svc-kclient
98-
svc-kclient -> legacy-services
9994
init-services -> svc-nginx
100-
svc-kclient -> svc-nginx
10195
svc-nginx -> legacy-services
10296
init-services -> svc-pulseaudio
10397
svc-pulseaudio -> legacy-services
98+
init-services -> svc-selkies
99+
svc-nginx -> svc-selkies
100+
svc-pulseaudio -> svc-selkies
101+
svc-xorg -> svc-selkies
102+
svc-selkies -> legacy-services
103+
init-services -> svc-xorg
104+
svc-xorg -> legacy-services
104105
}
105106
Base Images: {
106-
"baseimage-kasmvnc:debianbookworm" <- "baseimage-debian:bookworm"
107+
"baseimage-selkies:debianbookworm" <- "baseimage-debian:bookworm"
107108
}
108-
"freetube:latest" <- Base Images
109+
"freetube:selkies" <- Base Images
109110
# changelog
110111
changelogs:
111112
- {date: "10.04.24:", desc: "Initial release."}

0 commit comments

Comments
 (0)