From da5b800ba1d083624a9f59783ccb3e782ef04758 Mon Sep 17 00:00:00 2001 From: nakisisageorge Date: Sun, 12 Jul 2026 19:27:49 +0300 Subject: [PATCH] Add MallOne storefront template (mallone.ug.storefront) --- mallone-logo.svg | 6 ++++++ mallone.ug.storefront.json | 21 +++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 mallone-logo.svg create mode 100644 mallone.ug.storefront.json diff --git a/mallone-logo.svg b/mallone-logo.svg new file mode 100644 index 00000000..ac70a853 --- /dev/null +++ b/mallone-logo.svg @@ -0,0 +1,6 @@ + + + Mall + One + Commerce platform · mallone.ug + diff --git a/mallone.ug.storefront.json b/mallone.ug.storefront.json new file mode 100644 index 00000000..799e1f7e --- /dev/null +++ b/mallone.ug.storefront.json @@ -0,0 +1,21 @@ +{ + "providerId": "mallone.ug", + "providerName": "MallOne", + "serviceId": "storefront", + "serviceName": "Storefront", + "version": 1, + "syncPubKeyDomain": "mallone.ug", + "syncBlock": false, + "logoUrl": "https://app.mallone.ug/mallone-logo.svg", + "description": "Point your custom domain to your MallOne storefront server.", + "variableDescription": "pointsTo is the MallOne server IPv4 address. host is the DNS label (@ for apex).", + "records": [ + { + "groupId": "storefront", + "type": "A", + "host": "%host%", + "pointsTo": "%pointsTo%", + "ttl": 1 + } + ] +}