1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/icecoder_ynh.git synced 2024-09-03 19:26:10 +02:00

Merge branch 'example' of https://github.com/YunoHost-Apps/icecoder_ynh into example

This commit is contained in:
yalh76 2022-03-25 08:26:02 +01:00
commit d88b5d2acd
2 changed files with 34 additions and 63 deletions

View file

@ -1,3 +1,8 @@
<!--
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.
-->
# ICEcoder for YunoHost
[![Integration level](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)
@ -5,38 +10,20 @@
*[Lire ce readme en français.](./README_fr.md)*
> *This package allows you to install ICEcoder quickly and simply on a YunoHost server.
> *This package allows you to install ICEcoder 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.*
## Overview
A code editor in your browser.
**Shipped version:** 8.0
## Demo
http://demo.icecoder.net/ICEcoder/
**Shipped version:** 8.1~ynh1
## Configuration
**Demo:** http://demo.icecoder.net/ICEcoder/
How to configure this app: From ICEcoder options screen.
## Documentation
* Official documentation: https://icecoder.net/manual
* YunoHost documentation: If specific documentation is needed, feel free to contribute.
## YunoHost specific features
#### Multi-user support
* Are LDAP and HTTP auth supported? No.
* Can the app be used by multiple users? Yes (It is internal to the app).
#### Supported architectures
* 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/)
## Disclaimers / important information
## Limitations
@ -47,14 +34,13 @@ How to configure this app: From ICEcoder options screen.
* You will need to configure things like password **directly** in the app.
* If you change the URL of this app, you don't change the real URL but the internal path (the process is the same as installation).
## Links
## Documentation and resources
* Report a bug: https://github.com/YunoHost-Apps/icecoder_ynh/issues
* App website: https://icecoder.net/
* Upstream app repository: https://github.com/icecoder/ICEcoder
* YunoHost website: https://yunohost.org/
---
* Official app website: https://icecoder.net
* Official admin documentation: https://icecoder.net/manual
* Upstream app code repository: https://github.com/icecoder/ICEcoder
* YunoHost documentation for this app: https://yunohost.org/app_icecoder
* Report a bug: https://github.com/YunoHost-Apps/icecoder_ynh/issues
## Developer info
@ -66,3 +52,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/icecoder_ynh/tree/tes
or
sudo yunohost app upgrade icecoder -u https://github.com/YunoHost-Apps/icecoder_ynh/tree/testing --debug
```
**More info regarding app packaging:** https://yunohost.org/packaging_apps

View file

@ -3,40 +3,22 @@
[![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)
*[Read this readme in english.](./README.md)*
*[Read this readme in english.](./README.md)*
*[Lire ce readme en français.](./README_fr.md)*
> *Ce package vous permet d'installer ICEcoder rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install) pour apprendre comment l'installer.*
> *Ce package vous permet d'installer ICEcoder rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
## Vue d'ensemble
Un éditeur de code dans votre navigateur.
**Version incluse :** 8.0
## Démo
**Version incluse :** 8.1~ynh1
* http://demo.icecoder.net/ICEcoder/
**Démo :** http://demo.icecoder.net/ICEcoder/
## Configuration
Comment configurer cette app: Depuis l'écran des options d'ICEcoder
## Documentation
* Documentation officielle: https://icecoder.net/manual
* Documentation YunoHost : Si une documentation spécifique est nécessaire, n'hésitez pas à contribuer.
## Caractéristiques spécifiques YunoHost
#### Support multi-utilisateurs
* 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).
#### Architectures supportées
* 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/)
## Avertissements / informations importantes
## Limitations
@ -47,14 +29,13 @@ Comment configurer cette app: Depuis l'écran des options d'ICEcoder
* Vous devrez configurer des éléments comme le mot de passe **directement** dans l'application.
* 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).
## Liens
## Documentations et ressources
* 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
* Site web YunoHost : https://yunohost.org/
---
* Site officiel de l'app : https://icecoder.net
* Documentation officielle de l'admin : https://icecoder.net/manual
* Dépôt de code officiel de l'app : https://github.com/icecoder/ICEcoder
* Documentation YunoHost pour cette app : https://yunohost.org/app_icecoder
* Signaler un bug : https://github.com/YunoHost-Apps/icecoder_ynh/issues
## Informations pour les développeurs
@ -66,3 +47,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/icecoder_ynh/tree/tes
ou
sudo yunohost app upgrade icecoder -u https://github.com/YunoHost-Apps/icecoder_ynh/tree/testing --debug
```
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps