Is it possible to add the code-server to an allready existing webserver on a raspberry pi 4 4GB #2068
-
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? |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
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.