Add inb.so subdomain configuration file#695
Closed
AudEarn wants to merge 8 commits intoDomain-Connect:masterfrom
Closed
Add inb.so subdomain configuration file#695AudEarn wants to merge 8 commits intoDomain-Connect:masterfrom
AudEarn wants to merge 8 commits intoDomain-Connect:masterfrom
Conversation
Add INB.so subdomain routing template
Updated logo URL to new location.
Removed schema URL from inb.so.subdomain.json
pawel-kow
requested changes
Jan 15, 2026
| "records": [ | ||
| { | ||
| "type": "CNAME", | ||
| "host": "%host%", |
Member
There was a problem hiding this comment.
False usage of %host% variable to create subdomains
Suggested change
| "host": "%host%", | |
| "host": "@", |
| "logoUrl": "https://inb1.lovable.app/inb-logo.png", | ||
| "description": "Creates a subdomain for INB.so order routing", | ||
| "variableDescription": "The subdomain prefix for your order page", | ||
| "warnPhishing": false, |
Member
There was a problem hiding this comment.
consider adding signing. Template will be rejected by some providers like Cloudflare without.
|
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. |
Member
PR Description Check FailedThe PR description is missing required elements. Please update it according to the PR template. Details |
|
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. |
|
Closing stale PR after 15 days |
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.
Add INB.so subdomain routing template
Description
<-- short description of the template(s) and/or reason for update -->
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 webserverExample variable values
<-- to make review process easier please provide example set of variable values for this template -->
<-- Example: -->
<-- Or provide the whole
testDataobject from the Online Editor after testing and using "Add as test" button -->