Is it possible to change default dashboard port (3333) to standard https (443)? #779
-
Hi, https://console.example.com:3333 is it possible to configure Swiftwave to use 443 port instead? thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Actually the proxy server run on port 80, 443 by default, So we choose to use any other port except that for swiftwave. Because, if proxy or anything starts malfunctioning due to any reason, you need access to dashboard to fix the issue. If you are fine to run swiftwave on any port other than 3333, just run swiftwave config -e vim . You will find a section at top, you can configure that like this. service:
use_tls: false
management_node_address: <domain_name>
auto_renew_management_node_cert: false
bind_address: 0.0.0.0
bind_port: <custom_port>
ssh_timeout: 10
|
Beta Was this translation helpful? Give feedback.
Your solution works!
swiftwave tls disable
http
url of dashboard firstManage Routing > Domains
and register a domain and wait few seconds to auto issue the SSLManage Routing > Ingress Rules
, Create a ingress rule. Choose the domain with HTTPS, and under application dropdown section, you will see a text buttonNeed to expose some external services ? Click Here
, click on that.ifconfig
, look fordocker0
IP