File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
root/etc/s6-overlay/s6-rc.d/svc-code-server Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 1414 PROXY_DOMAIN_ARG="--proxy-domain=${PROXY_DOMAIN}"
1515fi
1616
17+ if [[ -z ${PWA_APPNAME} ]]; then
18+ PWA_APPNAME="code-server"
19+ fi
20+
1721if [[ -z ${LSIO_NON_ROOT_USER} ]]; then
1822 exec \
1923 s6-notifyoncheck -d -n 300 -w 1000 -c "nc -z 127.0.0.1 8443" \
@@ -24,6 +28,7 @@ if [[ -z ${LSIO_NON_ROOT_USER} ]]; then
2428 --extensions-dir /config/extensions \
2529 --disable-telemetry \
2630 --auth "${AUTH}" \
31+ --app-name "${PWA_APPNAME}" \
2732 "${PROXY_DOMAIN_ARG}" \
2833 "${DEFAULT_WORKSPACE:-/config/workspace}"
2934else
3540 --extensions-dir /config/extensions \
3641 --disable-telemetry \
3742 --auth "${AUTH}" \
43+ --app-name "${PWA_APPNAME}" \
3844 "${PROXY_DOMAIN_ARG}" \
3945 "${DEFAULT_WORKSPACE:-/config/workspace}"
4046fi
You can’t perform that action at this time.
0 commit comments