disable internal auth
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 33s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 33s
This commit is contained in:
parent
8190825296
commit
0442180b59
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
host = "127.0.0.1";
|
||||
port = 8443;
|
||||
user = username;
|
||||
auth = "none";
|
||||
disableTelemetry = true;
|
||||
extensionsDir = "/mnt/data/code-server/extensions";
|
||||
userDataDir = "/mnt/data/code-server/user-data";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue