2021-03-20 18:44:29 +01:00
# ICEcoder pour YunoHost
2021-03-19 19:47:11 +01:00
2021-03-19 20:41:50 +01:00
[![Niveau d'intégration ](https://dash.yunohost.org/integration/icecoder.svg )](https://dash.yunohost.org/appci/app/icecoder) ![](https://ci-apps.yunohost.org/ci/badges/icecoder.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/icecoder.maintain.svg)
[![Installer ICEcoder avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=icecoder)
2021-03-19 19:47:11 +01:00
*[Read this readme in english.](./README.md)*
2021-03-19 20:41:50 +01:00
> *Ce package vous permet d'installer ICEcoder rapidement et simplement sur un serveur YunoHost.
2021-03-19 19:47:11 +01:00
Si vous n'avez pas YunoHost, consultez [le guide ](https://yunohost.org/#/install ) pour apprendre comment l'installer.*
## Vue d'ensemble
2021-03-19 20:41:50 +01:00
Un éditeur de code dans votre navigateur.
2021-03-19 19:47:11 +01:00
2021-03-20 18:44:29 +01:00
**Version incluse :** 8.0
2021-03-19 19:47:11 +01:00
## Démo
2021-03-19 21:09:51 +01:00
* http://demo.icecoder.net/ICEcoder/
2021-03-19 19:47:11 +01:00
## Configuration
2021-03-19 20:41:50 +01:00
Comment configurer cette app: Depuis l'écran des options d'ICEcoder
2021-03-19 19:47:11 +01:00
## Documentation
2021-03-19 20:41:50 +01:00
* Documentation officielle: https://icecoder.net/manual
2021-03-19 19:47:11 +01:00
* Documentation YunoHost : Si une documentation spécifique est nécessaire, n'hésitez pas à contribuer.
## Caractéristiques spécifiques YunoHost
2021-03-19 20:41:50 +01:00
#### Support multi-utilisateurs
2021-03-19 19:47:11 +01:00
2021-03-19 20:41:50 +01:00
* L'authentification LDAP et HTTP est-elle prise en charge ? Non.
* L'application peut-elle être utilisée par plusieurs utilisateurs ? Non (c'est interne à l'app).
2021-03-19 19:47:11 +01:00
#### Architectures supportées
2021-03-19 20:41:50 +01:00
* x86-64 - [![Build Status ](https://ci-apps.yunohost.org/ci/logs/icecoder%20%28Apps%29.svg )](https://ci-apps.yunohost.org/ci/apps/icecoder/)
* ARMv8-A - [![Build Status ](https://ci-apps-arm.yunohost.org/ci/logs/icecoder%20%28Apps%29.svg )](https://ci-apps-arm.yunohost.org/ci/apps/icecoder/)
2021-03-19 19:47:11 +01:00
## Limitations
2021-03-19 20:41:50 +01:00
* Si le dossier actuel de l'éditeur se trouve là où se trouve l'éditeur, le dossier de l'éditeur est visible dans l'arbre des fichiers.
2021-03-19 19:47:11 +01:00
## Informations additionnelles
2021-03-30 21:13:46 +02:00
* Vous devrez configurer des éléments comme le mot de passe **directement** dans l'application.
2021-03-20 19:07:07 +01:00
* Si vous changez l'URL de cette application, vous ne changez pas l'URL réelle mais le chemin interne (le processus est le même que pour l'installation).
2021-03-19 19:47:11 +01:00
## Liens
2021-03-19 20:41:50 +01:00
* Signaler un bug : https://github.com/YunoHost-Apps/icecoder_ynh/issues
* Site de l'application : https://icecoder.net
* Dépôt de l'application principale : https://github.com/icecoder/ICEcoder
2021-03-19 19:47:11 +01:00
* Site web YunoHost : https://yunohost.org/
2021-03-19 21:09:14 +01:00
---
## Informations pour les développeurs
2021-03-20 18:53:56 +01:00
Merci de faire vos pull request sur la [branche testing ](https://github.com/YunoHost-Apps/icecoder_ynh/tree/testing ).
2021-03-19 21:09:14 +01:00
Pour essayer la branche testing, procédez comme suit.
```
sudo yunohost app install https://github.com/YunoHost-Apps/icecoder_ynh/tree/testing --debug
ou
sudo yunohost app upgrade icecoder -u https://github.com/YunoHost-Apps/icecoder_ynh/tree/testing --debug
```