From fc7d234537e742ecdb7b9676f18f228a6ee06c34 Mon Sep 17 00:00:00 2001 From: Marius Pana Date: Wed, 22 Dec 2021 18:30:58 +0200 Subject: [PATCH] minor cleanups --- README.md | 2 +- app/src/assets/help/account-info.html | 6 +++--- cfg/example.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ce601de..b543f27 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Installing in Production -Be familiar with the steps in [Installation][] below, since it is needed to +Be familiar with the steps in [Installation](#installation) below, since it is needed to build the Angular app first. Once the Angular app is built, provision a small base-64-lts 20.4.0 VM, diff --git a/app/src/assets/help/account-info.html b/app/src/assets/help/account-info.html index 25bd467..c0fdd6d 100644 --- a/app/src/assets/help/account-info.html +++ b/app/src/assets/help/account-info.html @@ -1,6 +1,6 @@

SSH Keys

Spearhead Cloud service use SSH key pairs for user authentication. You must -first upload an existing SSH key pair to your acount before you canb provision +first upload an existing SSH key pair to your account before you can provision machines.

If you do not have an SSH key pair see the following for manually creating @@ -10,7 +10,7 @@ them.

Manually generate SSH keys in Windows

Once you have your SSH key ready, grab the public key (usually id_rsa.pub) and -add it to your account by accessing the top right meny button and selecting +add it to your account by accessing the top right menu button and selecting Account Details.

Next click on ADD KEY next to "MY KEYS". Give it a familiar name, especially if @@ -23,7 +23,7 @@ account.

SSH Keys

Spearhead Cloud service use SSH key pairs for user authentication. You must -first upload an existing SSH key pair to your acount before you canb provision +first upload an existing SSH key pair to your account before you can provision machines.

If you do not have an SSH key pair see the following for manually creating diff --git a/cfg/example.json b/cfg/example.json index 5fa24b2..a6d033f 100644 --- a/cfg/example.json +++ b/cfg/example.json @@ -7,8 +7,8 @@ }, "urls": { "local": "https://localhost", - "sso": "https://sso.spearhead.cloud", - "cloudapi": "https://eu-ro-1.api.spearhead.cloud" + "sso": "https://sso.your.cloud", + "cloudapi": "https://eu-ro-1.api.your.cloud" }, "key": { "user": "developer_name",