Prevent extensions from using subdomain with port number #6407
Unanswered
themadman0980
asked this question in
General
Replies: 1 comment
-
Are you using You can skip code-server's proxy and make it use your own thing by setting the
I have never used it with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have code-server set up using LSIO, including a custom domain with my reverse proxy (SWAG).
I'm trying to use an extension with code-server, and it's mapping a file view to https://[PORT].code-server.mydomain.duckdns.org. Code-server doesn't like this, as it's forced to use an unsigned cert for this domain, and won't display the file within code-server at all.
Is there any way to have the file mapped to https://code-server.mydomain.duckdns.org:PORT instead? I have a cert covering this.
Beta Was this translation helpful? Give feedback.
All reactions