Documentation
¶
Overview ¶
Package main provides the entry point for the ClusterCockpit backend server. This file defines all command-line flags and their default values.
Package main provides the entry point for the ClusterCockpit backend server. This file contains bootstrap logic for initializing the environment, creating default configuration files, and setting up the database.
Package main provides the entry point for the ClusterCockpit backend server. It orchestrates initialization of all subsystems including configuration, database, authentication, and the HTTP server.
Package main provides the entry point for the ClusterCockpit backend server. This file contains HTTP server setup, routing configuration, and authentication middleware integration.