mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-27 20:25:41 +00:00
feat: version info analytics (#363)
* feat: version info analytics * refactor: don't create new client everytime
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user