You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Runtime configuration file served at /config.json, you no longer need to build a new Docker image to configure the app.
Added the ability to set a default NATS server to be monitored when the app is visited.
Added the ability to hide the server URL input. This is useful for instances that monitor a single server that doesn't change.
AddedREVERSE_PROXY_UPSTREAM environment variable to configure a reverse proxy on the path /proxy/ when using the Docker image (See the config/Caddyfile). This is useful for monitoring a private NATS server.
RemovedPUBLIC_SERVERS_LIST Docker image build argument (Replaced by the servers option in the config.json file).