You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme-vars.yml
+39Lines changed: 39 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,45 @@ app_setup_block: |
45
45
```
46
46
47
47
When reverse proxied through SWAG, custom services running on specific ports inside openvscode-server can be accessed at `https://PORT.openvscode-server.domain.com` very much like how code-server's port proxy function is handled. For that, a wildcard CNAME `*.openvscode-server.domain.com` needs to be created and the SWAG cert needs to cover those subdomains.
48
+
# init diagram
49
+
init_diagram: |
50
+
"openvscode-server:latest": {
51
+
docker-mods
52
+
base {
53
+
fix-attr +\nlegacy cont-init
54
+
}
55
+
docker-mods -> base
56
+
legacy-services
57
+
custom services
58
+
init-services -> legacy-services
59
+
init-services -> custom services
60
+
custom services -> legacy-services
61
+
legacy-services -> ci-service-check
62
+
init-migrations -> init-adduser
63
+
init-os-end -> init-config
64
+
init-config -> init-config-end
65
+
init-crontab-config -> init-config-end
66
+
init-openvscode-server -> init-config-end
67
+
init-config -> init-crontab-config
68
+
init-mods-end -> init-custom-files
69
+
base -> init-envfile
70
+
base -> init-migrations
71
+
init-config-end -> init-mods
72
+
init-mods-package-install -> init-mods-end
73
+
init-mods -> init-mods-package-install
74
+
init-config -> init-openvscode-server
75
+
init-adduser -> init-os-end
76
+
init-envfile -> init-os-end
77
+
init-custom-files -> init-services
78
+
init-services -> svc-cron
79
+
svc-cron -> legacy-services
80
+
init-services -> svc-openvscode-server
81
+
svc-openvscode-server -> legacy-services
82
+
}
83
+
Base Images: {
84
+
"baseimage-ubuntu:noble"
85
+
}
86
+
"openvscode-server:latest" <- Base Images
48
87
# changelog
49
88
changelogs:
50
89
- {date: "19.08.24:", desc: "Rebase to Ubuntu Noble."}
0 commit comments