Skip to content

change port from 3000 to 443 #217

Answered by KiraLT
jayvgithub asked this question in Q&A
Discussion options

You must be logged in to vote

To change the port you can provide config.json file or specify the PORT=443 env variable. You can find more information in documentation

If you are using docker, check docker documentation.

However, simply by changing the port SSL won't activate. At the moment server doesn't support SSL. The easiest way to have SSL is to place a proxy in front of the server with SSL support. Or you can just use cloudflare (use DNS to set up HTTPS to HTTP proxy). Find more in the docs.

Replies: 3 comments

Comment options

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

You must be logged in to vote
0 replies
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
3 participants
Converted from issue

This discussion was converted from issue #71 on August 29, 2021 16:08.