Openstatus www.openstatus.dev

chore: enable private locations for pro (#1619)

* chore: enable private locations for pro

* chore: pricing table

* chore: add link

authored by

Maximilian Kaske and committed by
GitHub
8aa5e855 7d8598fa

+2 -1
+1
apps/web/src/content/pages/unrelated/pricing.mdx
··· 23 23 ["Regions per monitor", "6", "6", "28"], 24 24 ["Data retention", "14 days", "3 months", "12 months"], 25 25 ["Response logs", "", "+", "+"], 26 + [<a href="/private-locations">Private locations</a>, "", "", "+"], 26 27 ["OTel Exporter", "", "", "+"], 27 28 ["Number of on-demand checks", "30/mo", "100/mo", "300/mo"], 28 29 [<a href="/status-page"><strong>Status Pages</strong></a>, "", "", ""],
+1 -1
packages/db/src/schema/plan/config.ts
··· 128 128 members: "Unlimited", 129 129 "audit-log": true, 130 130 regions: [...AVAILABLE_REGIONS], 131 - "private-locations": false, 131 + "private-locations": true, 132 132 }, 133 133 }, 134 134 };