1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/code-server_ynh.git synced 2024-09-03 18:16:28 +02:00
code-server_ynh/README.md

50 lines
2 KiB
Markdown
Raw Normal View History

2021-05-27 02:26:40 +02:00
<!--
2024-03-28 17:33:30 +01:00
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
2021-05-27 02:26:40 +02:00
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
2024-05-02 02:12:17 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2021-05-27 02:26:40 +02:00
2024-03-28 17:33:30 +01:00
> *This package allows you to install code-server quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
2021-05-27 02:26:40 +02:00
## 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
2024-03-28 17:33:30 +01:00
**Shipped version:** 4.22.1~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
- Official app website: <https://coder.com>
- 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 Store: <https://apps.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
2024-03-28 17:33:30 +01: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
2024-03-28 17:33:30 +01: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
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>