@@ -34,6 +34,74 @@ app_setup_block: |
34
34
The application can be accessed at:
35
35
36
36
* https://yourhost:3001/
37
+ # init diagram
38
+ init_diagram : |
39
+ "orcaslicer:latest": {
40
+ docker-mods
41
+ base {
42
+ fix-attr +\nlegacy cont-init
43
+ }
44
+ docker-mods -> base
45
+ legacy-services
46
+ custom services
47
+ init-services -> legacy-services
48
+ init-services -> custom services
49
+ custom services -> legacy-services
50
+ legacy-services -> ci-service-check
51
+ init-migrations -> init-adduser
52
+ init-os-end -> init-config
53
+ init-selkies-end -> init-config
54
+ init-config -> init-config-end
55
+ init-crontab-config -> init-config-end
56
+ init-config -> init-crontab-config
57
+ init-mods-end -> init-custom-files
58
+ init-adduser -> init-device-perms
59
+ base -> init-envfile
60
+ base -> init-migrations
61
+ init-config-end -> init-mods
62
+ init-mods-package-install -> init-mods-end
63
+ init-mods -> init-mods-package-install
64
+ init-selkies -> init-nginx
65
+ init-adduser -> init-os-end
66
+ init-device-perms -> init-os-end
67
+ init-envfile -> init-os-end
68
+ init-os-end -> init-selkies
69
+ init-nginx -> init-selkies-config
70
+ init-video -> init-selkies-end
71
+ init-custom-files -> init-services
72
+ init-selkies-config -> init-video
73
+ init-services -> svc-cron
74
+ svc-cron -> legacy-services
75
+ init-services -> svc-dbus
76
+ svc-xorg -> svc-dbus
77
+ svc-dbus -> legacy-services
78
+ init-services -> svc-de
79
+ svc-nginx -> svc-de
80
+ svc-selkies -> svc-de
81
+ svc-xorg -> svc-de
82
+ svc-de -> legacy-services
83
+ init-services -> svc-docker
84
+ svc-docker -> legacy-services
85
+ init-services -> svc-nginx
86
+ svc-nginx -> legacy-services
87
+ init-services -> svc-pulseaudio
88
+ svc-pulseaudio -> legacy-services
89
+ init-services -> svc-selkies
90
+ svc-nginx -> svc-selkies
91
+ svc-pulseaudio -> svc-selkies
92
+ svc-xorg -> svc-selkies
93
+ svc-selkies -> legacy-services
94
+ init-services -> svc-xorg
95
+ svc-xorg -> legacy-services
96
+ init-services -> svc-xsettingsd
97
+ svc-nginx -> svc-xsettingsd
98
+ svc-xorg -> svc-xsettingsd
99
+ svc-xsettingsd -> legacy-services
100
+ }
101
+ Base Images: {
102
+ "baseimage-selkies:ubuntunoble" <- "baseimage-ubuntu:noble"
103
+ }
104
+ "orcaslicer:latest" <- Base Images
37
105
# changelog
38
106
changelogs :
39
107
- {date: "15.09.25:", desc: "Rebase to Ubuntu Noble and Selkies, HTTPS is now required."}
0 commit comments