You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've set up code-server to run through services and I given all of my files and code-server files permission to run as non-root user.
I run non-docker version.
But when I enter URL to enter online-vscode and open terminal, by default it set user as root@* and not user@*.
Is there a way to achieve that? I didn't found answer to this problem in other Issues.
The text was updated successfully, but these errors were encountered:
Ok, found an option. It's not actually related to code-server itself, but to ubuntu, that I'm running code-server on. Just before running code server, you can specify it from which user to initiate it. with su -c.
So closing of this question.
Description
I've set up code-server to run through services and I given all of my files and code-server files permission to run as non-root user.
I run non-docker version.
But when I enter URL to enter online-vscode and open terminal, by default it set user as root@* and not user@*.
Is there a way to achieve that? I didn't found answer to this problem in other Issues.
The text was updated successfully, but these errors were encountered: