Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions olvr.pro.connect.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"providerId": "olvr.pro",
"providerName": "olvr",
"serviceId": "connect",
"serviceName": "Connect your domain to olvr",
"version": 1,
"description": "Connect a subdomain to your olvr community, with automatic HTTPS.",
"warnPhishing": true,

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

syncPubKeyDomain — not set; justified: single static CNAME, no variables, no redirect_uri; points only to our fixed Cloudflare-for-SaaS origin (cname.olvr.pro). No signing key yet, so warnPhishing is used instead.

Rather think of implementing signing to save you work on onboarding the template twice.

"hostRequired": true,
"records": [
{ "type": "CNAME", "host": "@", "pointsTo": "cname.olvr.pro", "ttl": 300 }
]
}
Loading