mirror of
https://github.com/gurucomputing/headscale-ui.git
synced 2026-01-23 02:34:43 +00:00
fix connection token env
This commit is contained in:
parent
4bc00fbbfc
commit
d7a7136897
1 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ ENV SHELL="/bin/bash"
|
|||
# Set to false if you do not want to attempt to pull a repository on first load
|
||||
ENV AUTOINITIALIZE=false
|
||||
# sets a connection token for VSCode Server. https://github.com/gitpod-io/openvscode-server#securing-access-to-your-ide
|
||||
ENV USE_CONNECTION_TOKEN=false
|
||||
ENV USE_CONNECTION_TOKEN=true
|
||||
#Set to a secret to have some measure of protection for vscode. Randomized if left blank
|
||||
ENV CONNECTION_TOKEN=
|
||||
# Project name. Typically the same as the project in the URL
|
||||
|
|
@ -49,4 +49,4 @@ USER dev-user
|
|||
|
||||
WORKDIR /data
|
||||
|
||||
ENTRYPOINT /bin/sh /staging/scripts/2-initialise.sh
|
||||
ENTRYPOINT /bin/sh /staging/scripts/2-initialise.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue