From cb44cab8ac0de5dce5b3d66b57bae322e477cfa5 Mon Sep 17 00:00:00 2001 From: ShalokShalom Date: Sun, 16 Jun 2019 19:21:04 +0200 Subject: [PATCH 1/2] Clearify wording Which screenshot? --- doc/self-hosted/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/self-hosted/index.md b/doc/self-hosted/index.md index 17bf6c96c448..efbc06ba3070 100644 --- a/doc/self-hosted/index.md +++ b/doc/self-hosted/index.md @@ -25,7 +25,7 @@ It takes just a few minutes to get your own self-hosted server running. If you'v > NOTE: Be careful with your password as sharing it will grant those users access to your server's file system ### Things To Know -- When you visit the IP for your code-server instance, you will be greeted with a page similar to the following screenshot. Code-server is using a self-signed SSL certificate for easy setup. In Chrome/Chromium, click **"Advanced"** then click **"proceed anyway"**. In Firefox, click **Advanced**, then **Add Exception**, then finally **Confirm Security Exception**. +- When you visit the IP for your code-server instance, you will be greeted with a screen that tells you this connection is insecure. Code-server is using a self-signed SSL certificate for easy setup. In Chrome/Chromium, click **"Advanced"** then click **"proceed anyway"**. In Firefox, click **Advanced**, then **Add Exception**, then finally **Confirm Security Exception**. ## Usage
code-server --help
From b027362664a7a2e2931e48a901755f6b136589d8 Mon Sep 17 00:00:00 2001 From: ShalokShalom Date: Thu, 20 Jun 2019 08:27:05 +0200 Subject: [PATCH 2/2] Fix Screenshot --- doc/self-hosted/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/self-hosted/index.md b/doc/self-hosted/index.md index efbc06ba3070..63ecc4714544 100644 --- a/doc/self-hosted/index.md +++ b/doc/self-hosted/index.md @@ -25,7 +25,7 @@ It takes just a few minutes to get your own self-hosted server running. If you'v > NOTE: Be careful with your password as sharing it will grant those users access to your server's file system ### Things To Know -- When you visit the IP for your code-server instance, you will be greeted with a screen that tells you this connection is insecure. Code-server is using a self-signed SSL certificate for easy setup. In Chrome/Chromium, click **"Advanced"** then click **"proceed anyway"**. In Firefox, click **Advanced**, then **Add Exception**, then finally **Confirm Security Exception**. +- When you visit the IP for your code-server instance, you will be greeted with a screen similar to that one in the screenshot. Code-server is using a self-signed SSL certificate for easy setup. In Chrome/Chromium, click **"Advanced"** then click **"proceed anyway"**. In Firefox, click **Advanced**, then **Add Exception**, then finally **Confirm Security Exception**. ## Usage
code-server --help