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
2022-07-15 04:31:53 +02: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
2022-04-15 08:11:37 +02:00
**Shipped version:** 4.3.0~ynh1
2021-05-27 02:26:40 +02:00
## Screenshots
2022-07-15 04:31:53 +02:00
![Screenshot of code-server ](./doc/screenshots/screenshot.png )
2021-05-27 02:26:40 +02:00
## Disclaimers / important information
2022-01-13 20:21:56 +01:00
### Installation
* The package does not create a dedicated system user, rather during installation you are asked what user you want code-server to run as. **Don't give access to users you don't fully trust!**
2021-05-29 05:47:54 +02:00
### Limitations
2021-05-27 02:26:40 +02:00
2021-05-29 05:47:54 +02:00
* Requires a dedicated domain
* Single-user, no LDAP
* Subdomains for services on ports (like 8080.code-server-domain.tld) are not supported
2021-05-27 02:26:40 +02:00
2022-01-27 16:16:37 +01:00
### Extensions
This application uses [Open VSX Registry ](https://open-vsx.org/ ). You can change this setting from the web admin config panel.
See https://coder.com/docs/code-server/latest/FAQ#how-do-i-use-my-own-extensions-marketplace
2021-05-27 02:26:40 +02:00
## Documentation and resources
2022-07-15 04:31:53 +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 >
* YunoHost documentation for this app: < https: // yunohost . org / app_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-15 04:31:53 +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-15 04:31:53 +02:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >