Skip to content

Commit fbe71eb

Browse files
Bot Updating Templated Files
1 parent 8669c93 commit fbe71eb

1 file changed

Lines changed: 19 additions & 16 deletions

File tree

readme-vars.yml

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ app_setup_block: |
3232
The application can be accessed at:
3333
3434
* https://yourhost:3001/
35-
3635
# init diagram
3736
init_diagram: |
3837
"rawtherapee:latest": {
@@ -48,49 +47,53 @@ init_diagram: |
4847
custom services -> legacy-services
4948
legacy-services -> ci-service-check
5049
init-migrations -> init-adduser
51-
init-kasmvnc-end -> init-config
5250
init-os-end -> init-config
51+
init-selkies-end -> init-config
5352
init-config -> init-config-end
5453
init-crontab-config -> init-config-end
5554
init-config -> init-crontab-config
5655
init-mods-end -> init-custom-files
5756
init-adduser -> init-device-perms
5857
base -> init-envfile
59-
init-os-end -> init-kasmvnc
60-
init-nginx -> init-kasmvnc-config
61-
init-video -> init-kasmvnc-end
6258
base -> init-migrations
6359
init-config-end -> init-mods
6460
init-mods-package-install -> init-mods-end
6561
init-mods -> init-mods-package-install
66-
init-kasmvnc -> init-nginx
62+
init-selkies -> init-nginx
6763
init-adduser -> init-os-end
6864
init-device-perms -> init-os-end
6965
init-envfile -> init-os-end
66+
init-os-end -> init-selkies
67+
init-nginx -> init-selkies-config
68+
init-video -> init-selkies-end
7069
init-custom-files -> init-services
71-
init-kasmvnc-config -> init-video
70+
init-selkies-config -> init-video
7271
init-services -> svc-cron
7372
svc-cron -> legacy-services
73+
init-services -> svc-dbus
74+
svc-xorg -> svc-dbus
75+
svc-dbus -> legacy-services
7476
init-services -> svc-de
7577
svc-nginx -> svc-de
78+
svc-xorg -> svc-de
7679
svc-de -> legacy-services
7780
init-services -> svc-docker
78-
svc-de -> svc-docker
7981
svc-docker -> legacy-services
80-
init-services -> svc-kasmvnc
81-
svc-pulseaudio -> svc-kasmvnc
82-
svc-kasmvnc -> legacy-services
83-
init-services -> svc-kclient
84-
svc-kasmvnc -> svc-kclient
85-
svc-kclient -> legacy-services
8682
init-services -> svc-nginx
87-
svc-kclient -> svc-nginx
8883
svc-nginx -> legacy-services
8984
init-services -> svc-pulseaudio
9085
svc-pulseaudio -> legacy-services
86+
init-services -> svc-selkies
87+
svc-dbus -> svc-selkies
88+
svc-nginx -> svc-selkies
89+
svc-pulseaudio -> svc-selkies
90+
svc-xorg -> svc-selkies
91+
svc-selkies -> legacy-services
92+
init-services -> svc-xorg
93+
svc-xorg -> legacy-services
9194
}
9295
Base Images: {
93-
"baseimage-kasmvnc:debianbookworm" <- "baseimage-debian:bookworm"
96+
"baseimage-selkies:debianbookworm" <- "baseimage-debian:bookworm"
9497
}
9598
"rawtherapee:latest" <- Base Images
9699
# changelog

0 commit comments

Comments
 (0)