[code-server] VS Code in your browser

:uk: :us: code-server for YunoHost

Integration level
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: 3.10.2~ynh2

Screenshots

Disclaimers / important information

Limitations

  • Requires a dedicated domain
  • Single-user, no LDAP
  • Subdomains for services on ports (like 8080.code-server-domain.tld) are not supported

Other info

  • 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!
  • You can optionally set a password required to access code-server. Don’t leave this blank if you have allowed public access!

Documentation and resources


:fr: code-server pour YunoHost

Niveau d'intégration
Installer code-server avec YunoHost

Read this readme in english.
Lire ce readme en français.

Ce package vous permet d’installer code-server rapidement et simplement sur un serveur YunoHost.
Si vous n’avez pas YunoHost, regardez ici pour savoir comment l’installer et en profiter.

Vue d’ensemble

Lancez VS Code sur votre serveur et accédez-y depuis votre navigateur

Version incluse : 3.10.2~ynh2

Captures d’écran

Avertissements / informations importantes

Limitations

  • Nécessite un domaine dédié
  • Un seul utilisateur seulement, pas de LDAP
  • Les sous-domaines pour les services sur les ports (like 8080.code-server-domain.tld) ne sont pas pris en charge

Other info

  • Le paquet ne crée pas d’utilisateur système dédié; on vous demandera pendant l’installation quel utilisateur vous voulez que cod-serveur éxecute en tant que. Ne donnez pas accès à des utilisateurs en lesquels vous n’avez pas complètement confiance !
  • Vous pouvez demander un mot de passe pour accéder à code-server (facultatif). Ne laissez pas le champ mot-de-passe vide si vous avez permis l’accès public !

Documentations et ressources

2 Likes

Trop classe j’en rêve !!

j’espère qu’ils vont ajouter" le multiutilisateur

exellent je test ça merci !!

L’app ne semble pas marcher sur arm x64…
Lien vers les logs

:us: :uk: Package update for 4.0.1

Hello everyone o/

There a new stable release for 4.0.1, with some modifications in the package :

  • a new configuration panel :confetti_ball:
  • we run a pre-built image instead of building it from sources

The extension gallery settings and the password can be modified from the config panel.

During the upgrade, the script will apply old settings to the new config panel.
:warning: Exception for enable_proposed_api, you’ll need to set it again through the config panel.


:fr: Mise à jour 4.0.1

Salutations o/

Il y a une mise à jour pour la version 4.0.1, avec deux changements majeurs :

  • un panneau de configuration
  • on télécharge une archive pré-compilée au lieu de compiler depuis la source

Le paramétrage de la galerie d’extensions et du mot de passe se fait maintenant depuis le panneau de configuration.

Pendant la mise à jour, le script va lire l’installation actuelle et créer ces nouveaux paramètres automatiquement.
:warning: À l’exception de enable_proposed_api que vous devrez redéfinir dans le panneau de configuration.

2 Likes

Small release today for code-server o/

  • Upgrade to 4.0.2
  • Fix installation on arm64 architecture

I recently started getting a diagnosis error for this app:

An issue was found for app Code

This application is not in YunoHost’s application catalog. If it was in the past and got removed, you should consider uninstalling this app as it won’t receive upgrade, and may compromise the integrity and security of your system.

Additionally, if I browse the application catalog (on my own installation or using the demo.yunohost.org instance) I’m unable to find code-server.

1 Like

Hi, thank you for the report!
This is a bug in the app list (see Fix a bug introduced with antifeatures by Tagadda · Pull Request #1515 · YunoHost/apps · GitHub), Code will be back soon in the catalog. :slight_smile:
Meanwhile, you can install it using the github url.

I didn’t wrote about last updates, so here’s a recap’ !

:us: :uk: code-server is now in version 4.6.1

The last stable version for this package is 4.6.1~ynh1, and there’s the changelog since 4.0.2 with one major modification:

  • All users data are now stored inside their home folder: /home/<user>/.local/share/code-server.
  • Fixed a bug for armhf architecture.

:us: :uk: code-server version 4.7.1 is out !

A small version bump!

  • Updated Code to 1.71.2

Next update will be 4.8.x and implements Ports !
It automagically maps subdomains like https://3000.code.example.org to localhost:3000 so you can access your remote dev webserver.

:us: :uk: code-server version 4.12.0~ynh2 is out for testers !

This versions use the new packaging v2 format o/
See on Github

You can try to install it with this command: sudo yunohost app install https://github.com/YunoHost-Apps/code-server_ynh/tree/version-2
Or upgrade your existing installation with : sudo yunohost app upgrade code-server -u https://github.com/YunoHost-Apps/code-server_ynh/tree/version-2

1 Like