Skip to content

Tried to install on AWS Bitnami LAMP Server (debian) #3469

Answered by bpmct
inglesuniversal asked this question in Q&A
Discussion options

You must be logged in to vote

Converted this to a discussion.

Do you know what service is running on port 8080? Maybe code-server was added as a service and started automatically, removing the need to start it manually.

If not, I would say to simply launch code-server with a different port with

code-server --bind-addr 127.0.0.1:8081

and edit the Caddy config accordingly. Sadly, we can't help with installing Caddy on a server.

However, if you're using a LAMP server, I wouldn't recommend an additional Caddy server. Two options

  1. Start code-server --link and use our tunnel. No need to reverse proxy or set up domains. This would also fix your port issue.
  2. Use apache2 proxypass to proxy code-server. Here is the unofficial co…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by jsjoeio
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3463 on May 25, 2021 00:43.