Fehler bezüglich https behoben.
This commit is contained in:
@@ -8,15 +8,13 @@ if [ -z "$PASSWORD" ]; then
|
||||
# Konfiguration für keinen Authentifizierungsmodus
|
||||
echo "bind-addr: 0.0.0.0:8443
|
||||
auth: none
|
||||
password:
|
||||
cert: false" > /config/code-server/config.yaml
|
||||
password:" > /config/code-server/config.yaml
|
||||
else
|
||||
echo "Starte Code Server mit Passwort..."
|
||||
# Konfiguration für Passwort-Authentifizierungsmodus
|
||||
echo "bind-addr: 0.0.0.0:8443
|
||||
auth: password
|
||||
password: $PASSWORD
|
||||
cert: false" > /config/code-server/config.yaml
|
||||
password: $PASSWORD" > /config/code-server/config.yaml
|
||||
fi
|
||||
|
||||
# Die ID der Extension, die installiert werden soll
|
||||
|
||||
Reference in New Issue
Block a user