Config: Correct HEADER_AUTH comment

This commit is contained in:
IRHM
2024-12-28 16:33:16 +00:00
parent a456701bde
commit dfb49ee2a7
+1 -2
View File
@@ -54,8 +54,7 @@ type ServerConfig struct {
// Will be fetched automatically when PLEX_HOST is provided via web ui.
PLEX_MACHINE_ID string `json:",omitempty"`
// Optional: Name of the authentication header
// to enable proxy authentication.
// Optional: Trusted header authentication configuration.
// VERY DANGEROUS if access is not controlled correctly!
HEADER_AUTH TrustedHeaderAuthSetting `json:",omitempty"`