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 packaged for YunoHost
Find a file
2023-03-05 09:51:10 +01:00
.github Fix for armhf 2022-02-20 21:31:49 +00:00
conf Upgrade to v4.10.1 2023-03-05 06:10:34 +00:00
doc Better README 2022-08-21 22:51:58 +00:00
scripts attempt to move the user files to the new path 2022-08-20 20:12:23 +00:00
.gitignore Initial commit 2021-05-26 20:26:40 -04:00
check_process package_check: upgrade test 2022-04-16 12:33:36 +02:00
config_panel.toml add doc link on Extension Gallery in config panel 2022-01-30 17:04:07 +00:00
LICENSE Initial commit for code-server 2021-05-29 10:29:13 -04:00
manifest.json Upgrade to v4.10.1 2023-03-05 06:10:34 +00:00
README.md Auto-update README 2022-12-17 06:09:26 +00:00
README_fr.md Auto-update README 2022-12-17 06:09:26 +00:00

code-server for YunoHost

Integration level Working status Maintenance status
Install code-server with YunoHost

Lire ce readme en français.

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 to learn how to install it.

Overview

Run VS Code on your server and access it in the browser

Shipped version: 4.9.1~ynh1

Screenshots

Screenshot of code-server

Disclaimers / important information

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!

Limitations

  • Requires a dedicated domain
  • code-server run as the user you choose during the install
  • code-server files are stored inside /home/<your-user>/.local/share/code-server
  • Subdomains for services on ports (like 8080.code-server-domain.tld) are not supported

Extensions

This application uses Open VSX Registry. You can change this setting from the config panel.

See https://coder.com/docs/code-server/latest/FAQ#how-do-i-use-my-own-extensions-marketplace

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/code-server_ynh/tree/testing --debug
or
sudo yunohost app upgrade code-server -u https://github.com/YunoHost-Apps/code-server_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps