9 ms·
One thing that I was pretty annoyed about while testing (server) beta and alpha was Cockpit web UI that is enabled by default. I know it's easy to disable it wi
by ipozgaj 10y ago
One thing that I was pretty annoyed about while testing (server) beta and alpha was Cockpit web UI that is enabled by default. I know it's easy to disable it with `systemctl disable cocpit.socket`, but if you select "minimal/base install" you shouldn't get a full blown web UI management console installed and enabled by default.
- catern 10y agoIt's installed by default but not running by default. So the only resource it consumes is a small amount of disk space, plus one socket so it autostarts if you try to use it (by connecting to example.com:8888 or whatever it is).
- nothrabannosir 10y agoWhy did this get down voted ? Is it not true?
- ipozgaj 10y agoCorrect, if you try to open http://<hostname>:9090/ http://<hostname>:9090/ it will get automatically started. I'm not concerned about the resources it uses, I just don't like having services that I don't use installed and listening on ports in minimal install, especially on servers.
- surge 10y agoIsn't auto starting if someone hits the port effectively the same as having it running. At least from a security standpoint.
- emidln 10y agoIf it's listening on a socket and spins up on a request sent to the port that socket is bound on, for all intents and purposes, it is running and enabled. This is the same behavior as old inetd-based servers.
- ohmarmalade 10y agoI'm interested in this issue. As I understand it, Cockpit shouldn't be included in a minimal install. It is included in the default Fedora Server install. If you like, join us on IRC in #cockpit on FreeNode, and we can work through this there.