docker-znc
docker-znc copied to clipboard
document how to access webui
Hi, thanks for great docker znc image. I see documentation mentioning webui but there is no explanation how to access webui once docker is running. Can you please explain that in documentation readme. Thanks.
I have the same problem! Only the 32772 port is being forwarded by default and I can find no hint whatsoever as to where the web interface is listening...
Hi, yes you can! :) Just type https://your_ip:32772/ znc will know that you are using https and will make the proper redirect
Lindolfo Lorn Rodrigues
On Mon, Dec 7, 2015, at 10:23 AM, Erik Allik wrote:
I have the same problem! Only the 32772 port is being forwarded by default and I can find no hint whatsoever as to where the web interface is listening...
— Reply to this email directly or view it on GitHub[1].
Links:
- https://github.com/jimeh/docker-znc/issues/11#issuecomment-162510211
I realized Safari and Chrome can't open the page for some reason but Firefox can, on OS X — could that be mentioend?
On Mon, Dec 7, 2015 at 3:25 PM Lindolfo Rodrigues [email protected] wrote:
Hi, yes you can! :) Just type https://your_ip:32772/ znc will know that you are using https and will make the proper redirect
Lindolfo Lorn Rodrigues
On Mon, Dec 7, 2015, at 10:23 AM, Erik Allik wrote:
I have the same problem! Only the 32772 port is being forwarded by default and I can find no hint whatsoever as to where the web interface is listening...
— Reply to this email directly or view it on GitHub[1].
Links:
- https://github.com/jimeh/docker-znc/issues/11#issuecomment-162510211
— Reply to this email directly or view it on GitHub https://github.com/jimeh/docker-znc/issues/11#issuecomment-162522965.
Like @lorn, said, ZNC by default uses the same port both for IRC and HTTP. Apologies for the confusion. I've added more detailed info about how to access the web-interface in 172bcb6f2da1256c0512a44d4c4b6694318fe1c2.
If you guys are happy with it, I'll close this issue :)
:+1:
Lindolfo Lorn Rodrigues
On Mon, Dec 7, 2015, at 12:32 PM, Jim Myhrberg wrote:
Like @lorn[1], said, ZNC by default uses the same port both for IRC and HTTP. Apologies for the confusion. I've added more detailed info about how to access the web-interface in 172bcb6[2].
If you guys are happy with it, I'll close this issue :)
— Reply to this email directly or view it on GitHub[3].
Links:
- https://github.com/lorn
- https://github.com/jimeh/docker-znc/commit/172bcb6f2da1256c0512a44d4c4b6694318fe1c2
- https://github.com/jimeh/docker-znc/issues/11#issuecomment-162541117
If you could only add that some browsers might not be able to connect to it (it's probably not fully standard HTTP protocol)? otherwise people might just assume the container is misconfigured and isn't letting HTTP connections through, because it's hardly ever the case that a standard browser cannot access a working HTTP service.
@eallik Are you sure there's no proxy config or something that's preventing Chrome and Safari from accessing the webui for you? Maybe try all three browsers from a different machine? I've never had any issue with any browser on desktop or phones. ZNC should be acting like a 100% normal HTTP server.
As far as I understand it, ZNC decides on a per connection basis if the connection should be treated as HTTP or IRC based on the first request received from the client.
My Safari and Chrome have no proxies configured... it's all standard vanilla stuff. On Tue, 15 Dec 2015 at 12:19, Jim Myhrberg [email protected] wrote:
@eallik https://github.com/eallik Are you sure there's no proxy config or something that's preventing Chrome and Safari from accessing the webui for you? Maybe try all three browsers from a different machine? I've never had any issue with any browser on desktop or phones. ZNC should be acting like a 100% normal HTTP server.
As far as I understand it, ZNC decides on a per connection basis if the connection should be treated as HTTP or IRC based on the first request received from the client.
— Reply to this email directly or view it on GitHub https://github.com/jimeh/docker-znc/issues/11#issuecomment-164713749.
@jimeh, there are some ports that chrome/safari will refuse to connect to. for example ports 6667/6697. Can you try exposing znc on port 80/8080, and see if that helps?
How can I disable the web ui ? so far people can tweak there chrome to access the UI by http.
Hi kopax, you should probably be opening another issue for this. You can look at the following pages that should resolve your issues: Webadmin Module Enabling/Disabling Modules
To anyone else who experiences the original issue, there is a fix described in the FAQ.
https://wiki.znc.in/FAQ#How_can_I_access_webadmin_with_my_browser.3F