-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Self-Hosting: CHARM_HOST Env uses port 35353 instead of 443? #209
Comments
I don't think, that answers the question, does it? The The mentioned setting simply tells the server (potentially inside the docker container) to listen on another port for ssh connections, which doesn't affect the client at all. Can we please reopen this? Or are there some hidden settings, that already exist? |
It seems like additionally setting It now works for me behind a http reverse proxy which handles TLS and this in my export CHARM_HOST="charm.my_domain.tld"
export CHARM_HTTP_PORT="443" Unfortunately, this is not explained in the docs. I only found it by looking at the client sourcecode. |
Ah @richard-kramer gotcha, thank you for clarifying the issue! I assumed it was asking something different. I'll add a section to our docs to reflect the changes you can make on the client side to help in cases like this. |
Hello, I have charm running in a docker container with
charm.mydomain.net
reverse proxied to the http port 35353 from the container with caddy.Everything looks good with the container/host. Also have
CHARM_SERVER_PUBLIC_URL=charm.mydomain.net
set.So, when using skate on a different host with
CHARM_HOST=https://charm.mydomain.net
, it seems to be using 35353 instead of 443, which I would assume it would use by default?Is there possibly a
PORT
env I am missing? Also, I am assuming skate uses http and not ssh correct?The text was updated successfully, but these errors were encountered: