cockpit
cockpit 366
Web-based graphical interface for servers
https://cockpit-project.org/GNU Lesser General Public License v2.1
main program: cockpit-bridgeprograms: cockpit-bridge
Maintainers
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ cockpit ];
Ad-hoc shell
nix-shell -p cockpit
Flake (nix run)
nix run nixpkgs#cockpit