Skip to content
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

Change Inform Port? #54

Open
thetravellor opened this issue Aug 7, 2021 · 2 comments
Open

Change Inform Port? #54

thetravellor opened this issue Aug 7, 2021 · 2 comments

Comments

@thetravellor
Copy link

thetravellor commented Aug 7, 2021

Hi, how can I change the inform port from 443 to 8443?

Im aware you can remap ports in docker, but the UNMS key still shows 443

@Nico640
Copy link
Owner

Nico640 commented Aug 7, 2021

Since UNMS doesn't know the ports that you mapped to the docker container, you'll have to set two environment variables for the docker container (as shown in the readme, in the optional settings part):

  • PUBLIC_HTTPS_PORT=8443
  • PUBLIC_WS_PORT=8443

By the way, if you don't need the functionality to add devices in UNMS directly, you can also just copy the UNMS key, change the port to the correct one and set the key manually in the web gui of the devices.

@nikosbatsikas
Copy link

PUBLIC_WS_PORT=8443
WS_PORT=8443

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants