mirror of
https://github.com/linuxserver/docker-openvscode-server.git
synced 2026-01-28 03:32:31 +08:00
Bot Updating Templated Files
This commit is contained in:
parent
2c3713e28f
commit
530fc8d37a
@ -45,6 +45,45 @@ app_setup_block: |
|
||||
```
|
||||
|
||||
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.
|
||||
# init diagram
|
||||
init_diagram: |
|
||||
"openvscode-server:latest": {
|
||||
docker-mods
|
||||
base {
|
||||
fix-attr +\nlegacy cont-init
|
||||
}
|
||||
docker-mods -> base
|
||||
legacy-services
|
||||
custom services
|
||||
init-services -> legacy-services
|
||||
init-services -> custom services
|
||||
custom services -> legacy-services
|
||||
legacy-services -> ci-service-check
|
||||
init-migrations -> init-adduser
|
||||
init-os-end -> init-config
|
||||
init-config -> init-config-end
|
||||
init-crontab-config -> init-config-end
|
||||
init-openvscode-server -> init-config-end
|
||||
init-config -> init-crontab-config
|
||||
init-mods-end -> init-custom-files
|
||||
base -> init-envfile
|
||||
base -> init-migrations
|
||||
init-config-end -> init-mods
|
||||
init-mods-package-install -> init-mods-end
|
||||
init-mods -> init-mods-package-install
|
||||
init-config -> init-openvscode-server
|
||||
init-adduser -> init-os-end
|
||||
init-envfile -> init-os-end
|
||||
init-custom-files -> init-services
|
||||
init-services -> svc-cron
|
||||
svc-cron -> legacy-services
|
||||
init-services -> svc-openvscode-server
|
||||
svc-openvscode-server -> legacy-services
|
||||
}
|
||||
Base Images: {
|
||||
"baseimage-ubuntu:noble"
|
||||
}
|
||||
"openvscode-server:latest" <- Base Images
|
||||
# changelog
|
||||
changelogs:
|
||||
- {date: "19.08.24:", desc: "Rebase to Ubuntu Noble."}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user