From b86c45f76e99051eb72f6c03da5601ca063b3224 Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 16 Feb 2021 00:43:10 -0500 Subject: [PATCH 1/3] add Azure, Heroku to install docs --- docs/install.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/install.md b/docs/install.md index f69d24c9..9bd45a50 100644 --- a/docs/install.md +++ b/docs/install.md @@ -1,5 +1,6 @@ + # Install - [Upgrading](#upgrading) @@ -14,6 +15,7 @@ - [Standalone Releases](#standalone-releases) - [Docker](#docker) - [helm](#helm) +- [App Engines (Azure, Heroku)](#app-engines) @@ -205,3 +207,10 @@ https://hub.docker.com/r/linuxserver/code-server ## helm See [the chart](../ci/helm-chart). + +## App Engines (Azure, Heroku) + +These community images are optimized for use with popular app engines. They use the latest official [Docker](#docker) image, so they will always be up to date. + +- [code-server-heroku](https://github.com/bpmct/code-server-heroku) +- [code-server-azure](https://github.com/bpmct/code-server-azure) From 83d6126e60f1ad8a446a6f4aa43c5b8c8491379d Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 16 Feb 2021 00:45:28 -0500 Subject: [PATCH 2/3] fix whitespace --- docs/install.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 9bd45a50..13769cd4 100644 --- a/docs/install.md +++ b/docs/install.md @@ -1,6 +1,5 @@ - # Install - [Upgrading](#upgrading) From 256bd362c2b5d080967e586f9a2be613931dd47c Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 22 Feb 2021 15:50:59 -0500 Subject: [PATCH 3/3] add awesome-code-server --- docs/FAQ.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/FAQ.md b/docs/FAQ.md index 61185522..e0cad695 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -4,6 +4,7 @@ - [Questions?](#questions) - [iPad Status?](#ipad-status) +- [Community Projects (awesome-code-server)](#awesome-code-server) - [How can I reuse my VS Code configuration?](#how-can-i-reuse-my-vs-code-configuration) - [Differences compared to VS Code?](#differences-compared-to-vs-code) - [How can I request a missing extension?](#how-can-i-request-a-missing-extension) @@ -42,6 +43,10 @@ Please file all questions and support requests at https://github.com/cdr/code-se Please see [./ipad.md](./ipad.md). +## Community projects (awesome-code-server) + +Visit the [awesome-code-server](https://github.com/cdr/awesome-code-server) repository to view community projects and guides with code-server! Feel free to add your own! + ## How can I reuse my VS Code configuration? The very popular [Settings Sync](https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync) extension works.