fix: Add hostname

This commit is contained in:
2025-09-11 15:34:04 +02:00
parent 61c6cad4fd
commit 341c3b9107
+1 -1
View File
@@ -103,7 +103,7 @@ umami:
# -- This will redirect all requests from http to https in the Umami application. Note, this does not apply to the tracking script.
forceSSL: "1"
# -- hostname under which Umami will be reached
hostname: "0.0.0.0"
hostname: "umami.srv.oceanbox.io"
# -- This will do a DNS lookup on a hostname and the resulting IP address will be ignored. This can be a comma delimited list of hostnames.
ignoreHostname: ""
# -- You can provide a comma-delimited list of IP address to exclude from data collection.