Skip to content

Commit 74d2652

Browse files
authored
Merge pull request #2729 from bpmct/add-heroku-azure
docs(install): add Azure and Heroku
2 parents 271c260 + 256bd36 commit 74d2652

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

docs/FAQ.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- [Questions?](#questions)
66
- [iPad Status?](#ipad-status)
7+
- [Community Projects (awesome-code-server)](#awesome-code-server)
78
- [How can I reuse my VS Code configuration?](#how-can-i-reuse-my-vs-code-configuration)
89
- [Differences compared to VS Code?](#differences-compared-to-vs-code)
910
- [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
4243

4344
Please see [./ipad.md](./ipad.md).
4445

46+
## Community projects (awesome-code-server)
47+
48+
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!
49+
4550
## How can I reuse my VS Code configuration?
4651

4752
The very popular [Settings Sync](https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync) extension works.

docs/install.md

+8
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- [Standalone Releases](#standalone-releases)
1515
- [Docker](#docker)
1616
- [helm](#helm)
17+
- [App Engines (Azure, Heroku)](#app-engines)
1718

1819
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
1920

@@ -205,3 +206,10 @@ https://hub.docker.com/r/linuxserver/code-server
205206
## helm
206207

207208
See [the chart](../ci/helm-chart).
209+
210+
## App Engines (Azure, Heroku)
211+
212+
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.
213+
214+
- [code-server-heroku](https://github.com/bpmct/code-server-heroku)
215+
- [code-server-azure](https://github.com/bpmct/code-server-azure)

0 commit comments

Comments
 (0)