v2.0
Docker image: mohsenasm/swarm-dashboard:v2.0
Changes:
-
Now, we don't send the whole docker event data. The last version was sending everything, including environment variables (someone might have stored some passwords in them, by mistake!).
-
Show the stats of containers and nodes
-
Using the
ENABLE_AUTHENTICATION
environment variable, there is an option to useBasic Auth
. The WebSocket server will close the connection if it does not receive a valid authentication token. -
Using the
ENABLE_HTTPS
environment variable, there is an option to useHTTPS
andWSS
. We have Let’s Encrypt integration with the DNS challenge.