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
New WebAdmin UI! Currently displays only the current tasks in the cluster along with their progress. There is more to come!
Changes
REST: The response of REST API for /api/v1/tasks changed. New fields: nodename, updated, progress. More details are described in the API documents, which are now served at ip.or.dns:8080/static/swagger.html or ip.or.dns:8080/static/swagger.json.
Docker: The image does not expose port 7700 anymore. It does come with an nginx webserver instead, which serves the WebAdmin UI on port 8080 and redirects /api/v1/ requests internally to port 7700. Therefore it is not recommended to change CC_REST_API_PORT setting. Edit your docker-compose.yml to reflect these changes.
Netdata: If you have the plugin enabled, be sure to change the port in the hostname field(s) to 8080 (or another port if you published a different host port on docker).