You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When configuring Amon on a non-standard HTTPS port it keeps connecting to port 443. Currently using commit 0cb71eb.
Changes were needed to the following files, the default HTTPS port is7777, in this example.
/opt/amon/amon/settings.py
Change: HOST = "%s:7777" % host_struct.host
/opt/amon/amon.yml
Change: host: https://146.185.179.87:7777
/etc/opt/amon/amon.yml
Change: host: https://146.185.179.87:7777
The text was updated successfully, but these errors were encountered:
This should be possible to configure with the installer or at least the ansible script.
Maybe even the "install" url that one can copy via webinterface should contain the port already.
When configuring Amon on a non-standard HTTPS port it keeps connecting to port 443. Currently using commit 0cb71eb.
Changes were needed to the following files, the default HTTPS port is7777, in this example.
/opt/amon/amon/settings.py
Change: HOST = "%s:7777" % host_struct.host
/opt/amon/amon.yml
Change: host: https://146.185.179.87:7777
/etc/opt/amon/amon.yml
Change: host: https://146.185.179.87:7777
The text was updated successfully, but these errors were encountered: