Webserver doesn't work
Buster14 opened this issue · 2 comments
Buster14 commented
[webserver]
## The web server currently only supports metrics; set this to true if you wish to use it.
metrics = true
## This may be set to a port or an ip:port to bind a specific IP. 0.0.0.0 binds ALL IPs.
listen_addr = "http://127.0.0.1:5656"
## Recommend setting a log file for HTTP requests. Otherwise, they go with other logs.
log_file = ""
## This app automatically rotates logs. Set these to the size and number to keep.
log_files = 10
log_file_mb = 10
## Set both of these to valid file paths to enable HTTPS/TLS.
ssl_cert_file = ""
ssl_key_file = ""
## Base URL from which to serve content.
urlbase = "/"
## Upstreams should be set to the IP or CIDR of your trusted upstream proxy.
## Setting this correctly allows X-Forwarded-For to be used in logs.
## In the future it may control auth proxy trust. Must be a list of strings.
upstreams = [ ] # example: upstreams = [ "127.0.0.1/32", "10.1.2.0/24" ]
is this the right config? cause it wont show anything on browser with this.
bakerboy448 commented
Listen address is a url not a ip:portDefinitely ip:port.- Unpackerr has no webui, what do you expect to see?
Buster14 commented
Ah apologize then, i thought it was for webui.