Skip to content

Add custom domain templates for softalon.com#1424

Merged
pawel-kow merged 1 commit into
Domain-Connect:masterfrom
repovic:add-softalon-templates
Jul 19, 2026
Merged

Add custom domain templates for softalon.com#1424
pawel-kow merged 1 commit into
Domain-Connect:masterfrom
repovic:add-softalon-templates

Conversation

@repovic

@repovic repovic commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

Description

New templates for Softalon (https://www.softalon.com), a multi-tenant salon management SaaS. These services connect customer-owned custom domains (both apex and subdomains) to their Softalon salon:

  • Apex custom domain template (softalon.com.apex-custom-domain.json): Configures an A record pointing to the Softalon server IP %server_ip% and adds an ownership verification TXT record at _softalon-verification.
  • Subdomain custom domain template (softalon.com.subdomain-custom-domain.json): Configures a CNAME record at the target subdomain pointing to cname.softalon.com and adds an ownership verification TXT record at _softalon-verification.

The templates use the synchronous flow with redirect_uri and signed apply URLs verified using public keys resolved from _dcpubkeyv1.softalon.com (syncPubKeyDomain: softalon.com).

Type of change

Please mark options that are relevant.

  • New template
  • Bug fix (non-breaking change which fixes an issue in the template)
  • New feature (non-breaking change which adds functionality to the template)
  • Breaking change (fix or feature that would cause existing template behavior to be not backward compatible)

How Has This Been Tested?

Please mark the following checks done

  • Template functionality checked using Online Editor
  • Template file name follows the pattern <providerId>.<serviceId>.json
  • resource URL provided with logoUrl is actually served by a webserver
  • Tested and linted locally with the official dc-template-linter: both templates exit with status 0 and have no errors or findings.

Checklist of common problems

Mark all the checkboxes after conducting the check. Comment on any point which is not fulfilled.
See Template Quality Guidelines for details and rationale on each rule.

  • syncPubKeyDomain is set — this is mandatory (set to softalon.com)
  • warnPhishing is not set alongside syncPubKeyDomain — the two must not appear together
  • syncRedirectDomain is set whenever the template uses redirect_uri in the synchronous flow (n/a — redirect verification and signing is fully handled by syncPubKeyDomain)
  • no TXT record contains SPF content ("v=spf1 ...") — use the SPFM record type instead (n/a — templates contain no SPF records)
  • txtConflictMatchingMode is set on every TXT record that must be unique per label or content prefix (e.g. DMARC) (n/a — _softalon-verification is a general ownership verification TXT check)
  • no variable is used as a bare full record value (e.g. @ TXT "%foo%") unless necessary — verification TXT uses data %verification_token% which is standard
  • no bare variable is used as the full host label — the non-variable parts are fixed to limit misuse (e.g. _softalon-verification label is fixed, CNAME uses @ label)
  • no variable is used in the host field to create a subdomain — the template uses the host parameter (hostRequired: true) and maps the CNAME to @
  • %host% does not appear explicitly in any host attribute
  • essential is set to OnApply on records the end user may need to modify or remove without breaking the template (e.g. DMARC) (n/a)

Online Editor test results

**Editor test link(s): **

@github-actions github-actions Bot added Test links missing No test links from Online Editor provided hostRequired hostRequired is set labels Jul 18, 2026
@github-actions

Copy link
Copy Markdown

JSON Filename Check Passed

@github-actions

Copy link
Copy Markdown

JSON Schema Validation Passed

@github-actions

Copy link
Copy Markdown

Linter OK

softalon.com.apex-custom-domain.json

Level Code Note
info DCTL1021 missing from iana definitions

softalon.com.subdomain-custom-domain.json

Level Code Note
info DCTL1021 missing from iana definitions

@repovic
repovic force-pushed the add-softalon-templates branch from 2eacb83 to 5122a05 Compare July 18, 2026 21:41
@github-actions github-actions Bot removed the Test links missing No test links from Online Editor provided label Jul 18, 2026
@github-actions

Copy link
Copy Markdown

PR Description Check Passed

All required sections are filled in correctly.

Details
  OK  Type of change: 1/4 checkboxes ticked
  OK  How Has This Been Tested?: all 4 checkboxes ticked
  OK  Checklist of common problems: 10/10 checkboxes ticked
  OK  Online Editor test results: 3 link(s) found
  OK  Template coverage: all 2 template(s) covered
Labels to remove: Checklist of common problems not complete, Forged editor links, PR description incomplete, Test links missing

PR description check PASSED

@repovic
repovic marked this pull request as ready for review July 18, 2026 21:50
@pawel-kow
pawel-kow added this pull request to the merge queue Jul 19, 2026
Merged via the queue into Domain-Connect:master with commit 7f82210 Jul 19, 2026
10 of 11 checks passed
@github-actions

Copy link
Copy Markdown

Thanks @repovic for contributing to the template. 🎉

This template has been reviewed and merged by @pawel-kow. 🙌

This template repository and its review process are maintained by independent individuals in their spare time, not as part of a paid role. If you or your company benefit from this protocol and its tools, please show your appreciation by buying a beer for @pawel-kow: https://github.com/sponsors/pawel-kow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hostRequired hostRequired is set

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants