Merge pull request #2729 from bpmct/add-heroku-azure
docs(install): add Azure and Heroku
This commit is contained in:
commit
74d26523d9
|
@ -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.
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
- [Standalone Releases](#standalone-releases)
|
||||
- [Docker](#docker)
|
||||
- [helm](#helm)
|
||||
- [App Engines (Azure, Heroku)](#app-engines)
|
||||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue