Skip to content

Is it possible to change default dashboard port (3333) to standard https (443)? #779

Discussion options

You must be logged in to vote

Your solution works!

  1. First disable tls of swiftwave by swiftwave tls disable
  2. Now visit the dashboard using http  url of dashboard first
  3. Go to Manage Routing > Domains and register a domain and wait few seconds to auto issue the SSL
  4. Go to Manage Routing > Ingress Rules , Create a ingress rule. Choose the domain with HTTPS, and under application dropdown section, you will see a text button Need to expose some external services ? Click Here , click on that.
  5. SSH to server and get the server's private IP using ifconfig, look for docker0 IP
  6. In external service, put the server's private IP address and port 3333.
  7. Now you may access the dashboard at that specific domain. Block this 3333 port from…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@denistorresan
Comment options

Answer selected by denistorresan
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