code server, config.yaml do not exist when start with systemctl #5748
Unanswered
FranciscoOssian
asked this question in
Q&A
Replies: 1 comment
-
The naive me would try something like: mv default.yaml ~/.config/code-server/config.yaml where |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I was trying to setup Code-server with Ngix.
All starts fine, but
~/.config/code-server/config.yaml
do not exist (even with Code-server after First running)sudo systemctl enable --now code-server@$USER
If I try Just run
code-server
, the file is created but the password don't match.How can I fix this, and create the config file when execute my .sh?
Ngix works, code-server starts without config file yaml (the file with password)
Beta Was this translation helpful? Give feedback.
All reactions