Skip to content
Draft
Changes from all commits
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
20 changes: 20 additions & 0 deletions unitops.app.portal.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"providerId": "unitops.app",
"providerName": "UnitOps",
"serviceId": "portal",
"serviceName": "Storage rentals & tenant portal",
"version": 1,
"logoUrl": "https://unitops.app/images/logo.svg",
"description": "Point your custom domain at your UnitOps rentals & tenant portal.",
"variableDescription": "target is the UnitOps hostname the CNAME points to (e.g. unitops.app).",
"syncPubKeyDomain": "unitops.app",
"hostRequired": true,
"records": [
{
"type": "CNAME",
"host": "@",
"pointsTo": "%target%",
"ttl": 3600
}
]
}
Loading