@@ -15,7 +15,7 @@ We recommend that only advanced users change these parameters:`
1515
1616// OptionsReportSections is used to generate config options reports in ../commands/show_config_options.go.
1717var OptionsReportSections = []ReportSection {
18- {Start : "PHOTOPRISM_ADMIN_PASSWORD " , Title : "Authentication" },
18+ {Start : "PHOTOPRISM_AUTH_MODE " , Title : "Authentication" },
1919 {Start : "PHOTOPRISM_LOG_LEVEL" , Title : "Logging" },
2020 {Start : "PHOTOPRISM_CONFIG_PATH" , Title : "Storage" },
2121 {Start : "PHOTOPRISM_SIDECAR_PATH" , Title : "Sidecar Files" },
@@ -25,7 +25,7 @@ var OptionsReportSections = []ReportSection{
2525 {Start : "PHOTOPRISM_READONLY" , Title : "Feature Flags" },
2626 {Start : "PHOTOPRISM_DEFAULT_LOCALE" , Title : "Customization" },
2727 {Start : "PHOTOPRISM_SITE_URL" , Title : "Site Information" },
28- {Start : "PHOTOPRISM_HTTPS_PROXY" , Title : "Proxy Servers " },
28+ {Start : "PHOTOPRISM_HTTPS_PROXY" , Title : "Proxy Server " },
2929 {Start : "PHOTOPRISM_DISABLE_TLS" , Title : "Web Server" },
3030 {Start : "PHOTOPRISM_DATABASE_DRIVER" , Title : "Database Connection" },
3131 {Start : "PHOTOPRISM_FFMPEG_BIN" , Title : "File Conversion" },
@@ -49,9 +49,10 @@ var YamlReportSections = []ReportSection{
4949 {Start : "BackupPath" , Title : "Backup" },
5050 {Start : "IndexWorkers" , Title : "Indexing" },
5151 {Start : "ReadOnly" , Title : "Feature Flags" },
52- {Start : "DefaultTheme " , Title : "Customization" },
52+ {Start : "DefaultLocale " , Title : "Customization" },
5353 {Start : "SiteUrl" , Title : "Site Information" },
54- {Start : "HttpsProxy" , Title : "Web Server" },
54+ {Start : "HttpsProxy" , Title : "Proxy Server" },
55+ {Start : "DisableTLS" , Title : "Web Server" },
5556 {Start : "DatabaseDriver" , Title : "Database Connection" },
5657 {Start : "FFmpegBin" , Title : "File Conversion" },
5758 {Start : "DownloadToken" , Title : "Security Tokens" },
0 commit comments