Is it possible to add the code-server to an allready existing webserver on a raspberry pi 4 4GB #2068
Answered
by
bpmct
Playit3110
asked this question in
Q&A
|
I tried to download and run the install.sh file, I also tried with the .deb file to install code-server, but none of them worked. Is it possible to compile code-server on a raspberry pi? And if yes, how? |
Answered by
bpmct
Sep 8, 2020
Replies: 2 comments 1 reply
|
Yes! Follow these instructions for installing on a Raspberry Pi: #35 (comment) This will be more supported in the future. |
0 replies
|
As for installing on an existing webserver, you can use a reverse proxy on your web server to proxy the code-server port on a certain port. The configuration for that depends on what web server you're using. |
1 reply
Answer selected by
Playit3110
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As for installing on an existing webserver, you can use a reverse proxy on your web server to proxy the code-server port on a certain port. The configuration for that depends on what web server you're using.