2021-05-27 02:26:40 +02:00
|
|
|
<!--
|
|
|
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
|
|
|
It shall NOT be edited by hand.
|
|
|
|
-->
|
|
|
|
|
2021-05-29 05:47:54 +02:00
|
|
|
# code-server for YunoHost
|
2021-05-27 02:26:40 +02:00
|
|
|
|
2023-03-05 09:51:14 +01:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/code-server.svg)](https://dash.yunohost.org/appci/app/code-server) ![Working status](https://ci-apps.yunohost.org/ci/badges/code-server.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/code-server.maintain.svg)
|
|
|
|
|
2021-05-29 05:47:54 +02:00
|
|
|
[![Install code-server with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=code-server)
|
2021-05-27 02:26:40 +02:00
|
|
|
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
|
2021-05-29 05:47:54 +02:00
|
|
|
> *This package allows you to install code-server quickly and simply on a YunoHost server.
|
2021-05-27 02:26:40 +02:00
|
|
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
2021-05-29 05:47:54 +02:00
|
|
|
Run VS Code on your server and access it in the browser
|
2021-05-27 02:26:40 +02:00
|
|
|
|
2023-06-18 01:15:38 +02:00
|
|
|
|
2023-10-21 17:06:59 +02:00
|
|
|
**Shipped version:** 4.18.0~ynh1
|
2022-08-20 22:16:49 +02:00
|
|
|
|
2021-05-27 02:26:40 +02:00
|
|
|
## Screenshots
|
|
|
|
|
2022-07-20 08:12:28 +02:00
|
|
|
![Screenshot of code-server](./doc/screenshots/screenshot.png)
|
2021-05-27 02:26:40 +02:00
|
|
|
|
|
|
|
## Documentation and resources
|
|
|
|
|
2022-08-21 23:55:52 +02:00
|
|
|
* Official app website: <https://coder.com>
|
2022-07-20 08:12:28 +02:00
|
|
|
* Official user documentation: <https://coder.com/docs/code-server/latest/FAQ>
|
|
|
|
* Official admin documentation: <https://coder.com/docs/code-server/latest>
|
|
|
|
* Upstream app code repository: <https://github.com/coder/code-server>
|
|
|
|
* Report a bug: <https://github.com/YunoHost-Apps/code-server_ynh/issues>
|
2021-05-27 02:26:40 +02:00
|
|
|
|
|
|
|
## Developer info
|
|
|
|
|
2021-05-29 05:47:54 +02:00
|
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/code-server_ynh/tree/testing).
|
2021-05-27 02:26:40 +02:00
|
|
|
|
|
|
|
To try the testing branch, please proceed like that.
|
2022-07-20 08:12:28 +02:00
|
|
|
|
|
|
|
``` bash
|
2021-05-29 05:47:54 +02:00
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/code-server_ynh/tree/testing --debug
|
2021-05-27 02:26:40 +02:00
|
|
|
or
|
2021-05-29 05:47:54 +02:00
|
|
|
sudo yunohost app upgrade code-server -u https://github.com/YunoHost-Apps/code-server_ynh/tree/testing --debug
|
2021-05-27 02:26:40 +02:00
|
|
|
```
|
|
|
|
|
2022-07-20 08:12:28 +02:00
|
|
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|