NATS-WebUI
NATS-WebUI copied to clipboard
nats-webui Add Server always show Unreachable?
screenshot display:
telnet is ok
telnet 10.59.126.249 4222
Trying 10.59.126.249...
Connected to 10.59.126.249.
Escape character is '^]'.
INFO {"server_id":"NCFRVBR7PWL7CSW2JCOOVPX3A5AXX5HEK7WCABQTR4PPD45PE6VH45WR","server_name":"NCFRVBR7PWL7CSW2JCOOVPX3A5AXX5HEK7WCABQTR4PPD45PE6VH45WR","version":"2.8.4","proto":1,"git_commit":"66524ed","go":"go1.17.10","host":"0.0.0.0","port":4222,"headers":true,"tls_required":true,"max_payload":1048576,"client_id":57,"client_ip":"172.18.6.161"}
am i missing something?
I am also facing problem
same
same here
same
Anyone knows the alternative, it's not working for me as well
same
Has anyone managed to crack this nut?
same (localhost, docker desktop)
same
same. But as the last commit is already 4 years old, I guess there won't be anything happening.
I've fixed some issues and produced a smallish alpine-based image.
To persist settings, mount a volume to /data. For example:
# https://github.com/thielj/NATS-WebUI/pkgs/container/nats-webui
mkdir ./nats-webui && chown 1000:1000
docker run --rm -p 8080:80 -v "${PWD}/nats-webui:/data" ghcr.io/thielj/nats-webui:latest
I've fixed some issues and produced a smallish alpine-based image.
404
@autokilla47 Sorry URL was messed up. Try: https://github.com/thielj/NATS-WebUI or go directly to https://github.com/thielj/NATS-WebUI/pkgs/container/nats-webui