feat: add option to disable resources server

This commit is contained in:
Stavros
2025-09-22 15:52:43 +03:00
parent e114bf0943
commit f8047a6c2e
5 changed files with 17 additions and 17 deletions

View File

@@ -95,6 +95,7 @@ func init() {
{"database-path", "/data/tinyauth.db", "Path to the Sqlite database file."},
{"trusted-proxies", "", "Comma separated list of trusted proxies (IP addresses or CIDRs) for correct client IP detection."},
{"disable-analytics", false, "Disable anonymous version collection."},
{"disable-resources", false, "Disable the resources server."},
}
for _, opt := range configOptions {