feat: Enhance DashboardLogStreamComponent with attribute filtering and update CustomDomains description

This commit is contained in:
Nawaz Dhandala
2026-03-26 16:35:37 +00:00
parent 5601cc5591
commit c92e259978
5 changed files with 33 additions and 3 deletions

View File

@@ -36,11 +36,12 @@ GLOBAL_PROBE_2_KEY=probe-2-please-change-this-to-random-value
STATUS_PAGE_HTTPS_PORT=443
# If you would like to attach status page to custom domains use this setting.
# For example, lets say you would like the status page to be hosted on status.yourcompany.com, then
# If you would like to attach status pages or public dashboards to custom domains use this setting.
# For example, lets say you would like the status page to be hosted on status.yourcompany.com, then
# 1. Create a A record in your DNS provider with the name "oneuptime.yourcompany.com" and value to Public IP of the server oneuptime is deployed on.
# 2. Set the STATUS_PAGE_CNAME_RECORD to "oneuptime.yourcompany.com"
# 3. Create CNAME record in your DNS provider with the name "status.yourcompany.com" and value "oneuptime.yourcompany.com"
# This same CNAME is used for both status page and public dashboard custom domains.
STATUS_PAGE_CNAME_RECORD=oneuptime.yourcompany.com