mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
feat: Enhance DashboardLogStreamComponent with attribute filtering and update CustomDomains description
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user