amon icon indicating copy to clipboard operation
amon copied to clipboard

Non-standard HTTPS port

Open N-e-m-o opened this issue 9 years ago • 1 comments

When configuring Amon on a non-standard HTTPS port it keeps connecting to port 443. Currently using commit 0cb71ebad504951378ba040a4a1a231d2fcf4fb0.

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

N-e-m-o avatar Feb 14 '17 08:02 N-e-m-o

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.

DerDanilo avatar Jan 30 '18 19:01 DerDanilo