Questions tagged [code-server]

53 questions
0
votes
1 answer

how to use extraPackages options for code-server on NixOS

Decided to install code-server. Installation proccess was simple, but a lot of packages are missing on terminal. Later I found an option services.code-server.extraPackages. Why does it exist? I expected that all packages, including sudo, will be…
George Shalvashvili
  • 1,263
  • 13
  • 21
0
votes
0 answers

Tail of prompt has unnecessary curly bracket, on self hosted code-server

Issue I built code-server on chromeOS as a self-host. When I open the console, I see one unnecessary bracket. What's more, the first one letters of the command I enter are covered this bracket, every time. It's really annoying. How can I erase this…
ShortArrow
  • 181
  • 1
  • 11
0
votes
0 answers

how to get tkinter GUI features in Code-server on Android

I installed code-server in ubuntu in termux on android device. It is ok for CUI. Tkinter has problem - 'couldn't connect to display :1'. I've tried some ways I found in googling but not solved the problem. Is there any way to run GUI in code-server…
Neonai
  • 1
0
votes
2 answers

how to convert nginx config file from code-server to apache2 config file

I come here, because as the title indicates it I installed code-server except that I would like that it goes under apache2 rather than under nginx. I'm trying to set up my server under https, I already have my certificates I just need the…
0
votes
2 answers

Running code server on gcp cloud shell gives error when previewing

I'm trying to run code-server on gcp cloud shell. I downloaded the following version https://github.com/cdr/code-server/releases/download/v3.9.2/code-server-3.9.2-linux-amd64.tar.gz, which I think is the correct one, extracted the contents and…
tmp dev
  • 8,043
  • 16
  • 53
  • 108
0
votes
2 answers

code-server WebSocket close with status code 1006

I am trying to install code-server 3.6.2 on a cloud platform. I have tried both AWS and digitalocean machines but in both systems, I can open code server but it gives an error "WebSocket close with status code 1006". I have followed the procedure…
Aykut Parlak
  • 103
  • 1
  • 2
0
votes
1 answer

code-server 3.6.0 webview script issue with certificate and terminal not running

i've just installed code-server 3.6.0 on my ubuntu 16 development server but I'm having issue installing extensions and running terminal: when I try to install an extension I get the following error: Error loading webview: Could not register service…
user1658162
  • 2,721
  • 2
  • 19
  • 23
-1
votes
1 answer

In a Docker application, How to maintain add-on application when upgrading the base image(Code-server)?

I have been using code-server for almost a year. It is a web-based programming IDE running on docker. https://hub.docker.com/r/linuxserver/code-server And I use it to develope JAVA and PYTHON. Therefore I install JVM and python runtime, also many…
RAY
  • 2,201
  • 2
  • 19
  • 18
1 2 3
4