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. diff --git a/docs/install.md b/docs/install.md index 5f720c3c..b764046c 100644 --- a/docs/install.md +++ b/docs/install.md @@ -14,6 +14,7 @@ - [Standalone Releases](#standalone-releases) - [Docker](#docker) - [helm](#helm) +- [App Engines (Azure, Heroku)](#app-engines) @@ -205,3 +206,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)