We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
# ./vuvuzela-client -username x Failed to generate new Alpenhorn client: fetching latest addfriend config: Get https://configs.vuvuzela.io/current?service=AddFriend: dial tcp 128.52.130.233:443: connect: connection refused # curl https://configs.vuvuzela.io curl: (7) Failed to connect to configs.vuvuzela.io port 443: Connection refused
I found that the server domain is defined in here:
https://github.com/vuvuzela/alpenhorn/blob/f85cdf9932874d11bc08af6b29cc38cd07058fba/config/client.go#L19-L21
I'm wondering how to setup this config server? And is there any documentation I can refer to for running a server?
The text was updated successfully, but these errors were encountered:
vuvuzela/alpenhorn#7
Sorry, something went wrong.
No branches or pull requests
I found that the server domain is defined in here:
https://github.com/vuvuzela/alpenhorn/blob/f85cdf9932874d11bc08af6b29cc38cd07058fba/config/client.go#L19-L21
I'm wondering how to setup this config server? And is there any documentation I can refer to for running a server?
The text was updated successfully, but these errors were encountered: