

Sorry, not an answer to your exact question… Dockge might be the answer if you need a web UI to manage Docker containers.
If you need something more specific, like a button dashboard to run custom commands, perhaps you could build your own with Vite (Node.js). You will need to understand basic HTML, CSS and JavaScript. (EDIT: OliveTin makes more sense.)
As for authentication, you could configure a basic authentication on your favourite reverse proxy (such as Nginx), or look for something more advanced such as OIDC/OAuth2 through Keycloak.




Ah! Sorry for the textdump, and thanks for the feedback. I’ll keep it in mind in the future.