Versions in this module Expand all Collapse all v0 v0.4.0 Apr 20, 2026 Changes in this version type InitialVirtualServerConfig + AdditionalSigningAlgorithms []SigningAlgorithm + PrimarySigningAlgorithm SigningAlgorithm v0.3.14 Apr 20, 2026 v0.3.13 Apr 20, 2026 v0.3.12 Apr 18, 2026 v0.3.11 Apr 18, 2026 v0.3.10 Apr 18, 2026 v0.3.9 Apr 18, 2026 v0.3.8 Apr 18, 2026 v0.3.7 Apr 18, 2026 v0.3.6 Apr 18, 2026 v0.3.5 Apr 18, 2026 Changes in this version + type InitialVirtualServerConfig struct + Admin struct{ ... } + CreateAdmin bool + CreateSystemAdminRole bool + DisplayName string + EnableRegistration bool + Mail struct{ ... } + Name string + Projects []InitialProjectConfig + ServiceUsers []ServiceUserConfig + SigningAlgorithm SigningAlgorithm + type ServiceUserConfig struct + PublicKey struct{ ... } + Roles []string + Username string v0.3.4 Apr 18, 2026 Changes in this version + var SupportedSigningAlgorithms = []SigningAlgorithm + func Init() + func IsProduction() bool + type CacheMode string + const CacheModeMemory + const CacheModeRedis + type Config struct + Cache struct{ ... } + Database DatabaseConfig + Frontend struct{ ... } + InitialVirtualServer struct{ ... } + KeyStore KeyStoreConfig + LeaderElection LeaderElectionConfig + Server ServerConfig + var C Config + type DatabaseConfig struct + Mode DatabaseMode + Postgres PostgresConfig + Sqlite struct{ ... } + type DatabaseMode string + const DatabaseModeMemory + const DatabaseModePostgres + const DatabaseModeSqlite + type InitialProjectConfig struct + Applications []struct{ ... } + Description string + Name string + ResourceServers []struct{ ... } + Roles []struct{ ... } + Slug string + type KeyStoreConfig struct + Directory struct{ ... } + Mode KeyStoreMode + Vault VaultKeyStoreConfig + type KeyStoreMode string + const KeyStoreModeDirectory + const KeyStoreModeMemory + const KeyStoreModeVault + type LeaderElectionConfig struct + Mode LeaderElectionMode + Raft LeaderElectionRaftConfig + type LeaderElectionMode string + const LeaderElectionModeNone + const LeaderElectionModeRaft + type LeaderElectionRaftConfig struct + Host string + Id string + InitiatorId string + Nodes []RaftNode + Port int + type PostgresConfig struct + Database string + Host string + Password string + Port int + SslMode string + Username string + type QueueMode string + const QueueModeInProcess + const QueueModeNoop + type RaftNode struct + Address string + Id string + type ServerConfig struct + AllowedOrigins []string + ApiPort int + ExternalDomain string + ExternalUrl string + Host string + Port int + type SigningAlgorithm string + const SigningAlgorithmEdDSA + const SigningAlgorithmRS256 + type VaultKeyStoreConfig struct + Address string + Mount string + Prefix string + Token string