Add custom domain templates for softalon.com#1424
Merged
Merged
Conversation
|
✅ JSON Filename Check Passed |
|
✅ JSON Schema Validation Passed |
repovic
force-pushed
the
add-softalon-templates
branch
from
July 18, 2026 21:41
2eacb83 to
5122a05
Compare
PR Description Check PassedAll required sections are filled in correctly. Details |
repovic
marked this pull request as ready for review
July 18, 2026 21:50
pawel-kow
approved these changes
Jul 19, 2026
Merged
via the queue into
Domain-Connect:master
with commit Jul 19, 2026
7f82210
10 of 11 checks passed
|
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
softalon.com.apex-custom-domain.json): Configures anArecord pointing to the Softalon server IP%server_ip%and adds an ownership verificationTXTrecord at_softalon-verification.softalon.com.subdomain-custom-domain.json): Configures aCNAMErecord at the target subdomain pointing tocname.softalon.comand adds an ownership verificationTXTrecord at_softalon-verification.The templates use the synchronous flow with
redirect_uriand signed apply URLs verified using public keys resolved from_dcpubkeyv1.softalon.com(syncPubKeyDomain: softalon.com).Type of change
Please mark options that are relevant.
How Has This Been Tested?
Please mark the following checks done
<providerId>.<serviceId>.jsonlogoUrlis actually served by a webserverdc-template-linter: both templates exit with status0and 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.
syncPubKeyDomainis set — this is mandatory (set tosoftalon.com)warnPhishingis not set alongsidesyncPubKeyDomain— the two must not appear togethersyncRedirectDomainis set whenever the template usesredirect_uriin the synchronous flow (n/a — redirect verification and signing is fully handled bysyncPubKeyDomain)"v=spf1 ...") — use theSPFMrecord type instead (n/a — templates contain no SPF records)txtConflictMatchingModeis set on every TXT record that must be unique per label or content prefix (e.g. DMARC) (n/a —_softalon-verificationis a general ownership verification TXT check)@ TXT "%foo%") unless necessary — verification TXT uses data%verification_token%which is standardhostlabel — the non-variable parts are fixed to limit misuse (e.g._softalon-verificationlabel is fixed, CNAME uses@label)hostfield to create a subdomain — the template uses the host parameter (hostRequired: true) and maps the CNAME to@%host%does not appear explicitly in anyhostattributeessentialis set toOnApplyon 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): **