From 8c5dbabb69fd3f02c98558a4281d656f90021026 Mon Sep 17 00:00:00 2001 From: mike12345567 Date: Fri, 29 Jan 2021 12:21:22 +0000 Subject: [PATCH] Quick update to chane how hosting key is noted. --- .../src/api/controllers/static/index.js | 1 - .../api/controllers/static/selfhost/index.hbs | 33 ++++++++++++------- 2 files changed, 22 insertions(+), 12 deletions(-) diff --git a/packages/server/src/api/controllers/static/index.js b/packages/server/src/api/controllers/static/index.js index 9686a4c390..770cbaf088 100644 --- a/packages/server/src/api/controllers/static/index.js +++ b/packages/server/src/api/controllers/static/index.js @@ -57,7 +57,6 @@ exports.serveSelfHostPage = async function(ctx) { ) ctx.body = await processString(hostingHbs, { logo, - key: env.HOSTING_KEY, }) } diff --git a/packages/server/src/api/controllers/static/selfhost/index.hbs b/packages/server/src/api/controllers/static/selfhost/index.hbs index 9e47389efa..b1d13b0c6c 100644 --- a/packages/server/src/api/controllers/static/selfhost/index.hbs +++ b/packages/server/src/api/controllers/static/selfhost/index.hbs @@ -97,6 +97,8 @@ border: #ccc 1px solid; border-radius: 6px; margin-top: 40px; + display: flex; + align-items: center; } .info p { @@ -105,12 +107,16 @@ font-family: sans-serif; } - .info b { - margin-left: 6px; - border-radius: 6px; - color: #ffffff; - padding: 5px; - background-color: #222222; + .info p { + margin-right: 20px; + } + + .info svg { + margin-left: 20px; + } + + .info a { + color: #4285f4; } @@ -120,7 +126,7 @@ {{logo}}

Get started with Budibase Self Hosting

-

Use the Hosting Key and the address Hosting URL in your Builder

+

Use the address in your Builder

📚Documentation

@@ -144,13 +150,18 @@
-

Your Hosting Key: {{key}}

-

Your Hosting URL:

+ + + + + + +

A Hosting Key will also be required, this can be found in your hosting properties, info found here.