feat: version info analytics

This commit is contained in:
Stavros
2025-09-18 19:21:01 +03:00
parent 51937906ad
commit aac19d4d5a
5 changed files with 108 additions and 42 deletions

View File

@@ -94,6 +94,7 @@ func init() {
{"resources-dir", "/data/resources", "Path to a directory containing custom resources (e.g. background image)."},
{"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."},
}
for _, opt := range configOptions {