Skip to content

Create olvr.pro.connect.json#1186

Open
jakeolvr94-hash wants to merge 2 commits into
Domain-Connect:masterfrom
jakeolvr94-hash:jakeolvr94-hash-patch-1
Open

Create olvr.pro.connect.json#1186
jakeolvr94-hash wants to merge 2 commits into
Domain-Connect:masterfrom
jakeolvr94-hash:jakeolvr94-hash-patch-1

Conversation

@jakeolvr94-hash

@jakeolvr94-hash jakeolvr94-hash commented Jun 4, 2026

Copy link
Copy Markdown

Description

New Domain Connect template for olvr — connects a customer's subdomain to their
olvr community via a single CNAME to our Cloudflare-for-SaaS origin
(cname.olvr.pro), with automatic HTTPS.

Type of change

  • New template

How Has This Been Tested?

  • Template functionality checked using the Online Editor
  • Template file name follows the pattern <providerId>.<serviceId>.json
  • logoUrl served by a webserver — N/A, no logoUrl in this template

Checklist of common problems

  • syncPubKeyDomainnot set; justified: single static CNAME, no
    variables, no redirect_uri; the record only ever points to our fixed
    Cloudflare-for-SaaS origin (cname.olvr.pro). No signing key yet, so
    warnPhishing is used instead.
  • warnPhishing not set alongside syncPubKeyDomain
  • syncRedirectDomain — N/A, no redirect_uri
  • no TXT with SPF content — N/A, no TXT records
  • txtConflictMatchingMode — N/A, no TXT records
  • no bare variable as a full record value — N/A, no variables
  • no bare variable as a full host label — N/A, no variables
  • no variable in host for a subdomain — uses hostRequired + the host
    parameter
  • %host% not written explicitly
  • essential: OnApply where needed — N/A, single CNAME

Online Editor test results

Editor test link(s): [Test olvr.pro/connect
techead.lol/community](https://domainconnect.paulonet.eu/dc/free/templateedit?toke
n=H4sIAAG1IWoC%2F91UXWvbMBT9K0avdVxFdT5qGCyUfbGtzbZAH0IwsqTGGrLkSbLTNPi%2FT3LixOnC
2PPAIOv43sM9R0feAcuKUmDLQLIDpVY1p0x%2FoiABStQ6cggIj%2Fg9Ltjhi0MN0zUnrC0mSkpG7Ak9lN
7t8WCrKh1QVWAuA6uCA0PNtOFKgmQYAsoM0by07f7YhwNTZae%2BlsY3B0QVRSW53YbBhts8wJV1VZaT4O
NiMf8ROfYN1nKec5NzuQaJ1RULQa6M%2Fc5%2BVVwz2mGaEaWpAclyB%2By2bMe%2Bn319B%2FblbvvWe6
C4tGahvFjpxEU9f6wVILmBsFk1IXhRkqUnzpWT1s7vGi0jOcM0EkqcyI9KHLTWqipT3jWWWOPC%2BJPpKJ
ZnHKuOZNlj8TPwtVSapcat2FaadVKLSlieYufMEaIkxWUptm5k4746rj9tkPvD7E9KscV%2FsyIEKSV%2B
cu7jMb6Zkmk2ooMhucWDOEbxIIszMniaIDiJ4ROE47iXs9f5u5y0C%2F4xY5i0HLsZwExs8NaAplmFzsv%
2FTpQ7e4NrRlPs6xFE4wF0T7wYThI0StAwiiejKRpdQZhA6EUwY%2FcCd%2B17m6v2Irq1xprjTLCzsP1j
Xn1WG3%2BNfH4uXqPXVkc94ujM38sn4O5V4w0TziOn2E%2Ff%2FYYc3o85uHqZzDRHP7Pnb%2Fkjvf6gZv
L68eH280OMxBRx9H6YzaH4YuK72RvQ%2FAYD6M8G%2FwQAAA%3D%3D)

@github-actions github-actions Bot added Checklist of common problems not complete See PR template and mark *all* checkboxes, even if not applicable. Explain any discrepancies. PR description incomplete The PR description template was not filled in at all, altered or filled in improperly. Test links missing No test links from Online Editor provided labels Jun 4, 2026
@github-actions

github-actions Bot commented Jun 4, 2026

Copy link
Copy Markdown

JSON Filename Check Failed

Traceback (most recent call last):
File "", line 7, in
File "/opt/hostedtoolcache/Python/3.10.20/x64/lib/python3.10/json/init.py", line 293, in load
return loads(fp.read(),
File "/opt/hostedtoolcache/Python/3.10.20/x64/lib/python3.10/json/init.py", line 346, in loads
return _default_decoder.decode(s)
File "/opt/hostedtoolcache/Python/3.10.20/x64/lib/python3.10/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/opt/hostedtoolcache/Python/3.10.20/x64/lib/python3.10/json/decoder.py", line 353, in raw_decode
obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Invalid control character at: line 7 column 79 (char 234)

@github-actions github-actions Bot added the filename-error Files not in main folder or not named correctly label Jun 4, 2026
@github-actions

github-actions Bot commented Jun 4, 2026

Copy link
Copy Markdown

JSON Schema Validation Failed

Details
Checking schema for olvr.pro.connect.json
Several files failed to parse.
  Failed to parse olvr.pro.connect.json
    JSONDecodeError: Invalid control character at: line 7 column 79 (char 234)

@github-actions github-actions Bot added the schema-error JSON Schema validation failed label Jun 4, 2026
@github-actions

github-actions Bot commented Jun 4, 2026

Copy link
Copy Markdown

Linter error

olvr.pro.connect.json

Level Code Note
error DCTL0003 json error

@github-actions

github-actions Bot commented Jun 4, 2026

Copy link
Copy Markdown

PR Description Check Failed

The PR description is missing required elements. Please update it according to the PR template.

Details

Labels to add: Checklist of common problems not complete, PR description incomplete, Test links missing
Labels to remove: Forged editor links

PR description check FAILED:
  FAIL  'Type of change' section not found
  FAIL  'How Has This Been Tested?' section not found
  FAIL  'Checklist of common problems' section not found
  FAIL  'Online Editor test results' section not found
  FAIL  Template coverage: olvr.pro.connect.json: could not read template file: Invalid control character at: line 7 column 79 (char 234)

@github-actions

github-actions Bot commented Jul 5, 2026

Copy link
Copy Markdown

This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 15 days.

@github-actions github-actions Bot added the Stale label Jul 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Checklist of common problems not complete See PR template and mark *all* checkboxes, even if not applicable. Explain any discrepancies. filename-error Files not in main folder or not named correctly PR description incomplete The PR description template was not filled in at all, altered or filled in improperly. schema-error JSON Schema validation failed Stale Test links missing No test links from Online Editor provided

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant