Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Debug bool Port int PasswordSalt string OTLPEndpoint string InitialAdminUserPassword string CORSHosts []string TrustedProxies []string HIBPAPIKey string ServerName string Supernode bool Masquerade bool WireguardTapAddress string NodeIP string SessionSecret []byte VTUNStartingAddress string WireguardStartingAddress string WireguardStartingPort uint16 PostgresDSN string MetricsNodeExporterHost string MetricsPort int Latitude string Longitude string Gridsquare string // contains filtered or unexported fields }
Config stores the application configuration.
Click to show internal directories.
Click to hide internal directories.