feat: add support for listening on unix sockets

This commit is contained in:
Stavros
2025-11-04 18:42:04 +02:00
parent 6ac9f6ed4e
commit 60dada86a6
4 changed files with 31 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ type Config struct {
TrustedProxies string `mapstructure:"trusted-proxies"`
DisableAnalytics bool `mapstructure:"disable-analytics"`
DisableResources bool `mapstructure:"disable-resources"`
SocketPath string `mapstructure:"socket-path"`
}
// OAuth/OIDC config