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

Non-standard HTTPS port #156

Open
N-e-m-o opened this issue Feb 14, 2017 · 1 comment
Open

Non-standard HTTPS port #156

N-e-m-o opened this issue Feb 14, 2017 · 1 comment

Comments

@N-e-m-o
Copy link

N-e-m-o commented Feb 14, 2017

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

@DerDanilo
Copy link

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.

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

2 participants