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:
commit
d88b5d2acd
2 changed files with 34 additions and 63 deletions
46
README.md
46
README.md
|
@ -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
|
# 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)
|
[![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)
|
||||||
|
@ -9,34 +14,16 @@
|
||||||
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
A code editor in your browser.
|
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.
|
## Disclaimers / important information
|
||||||
|
|
||||||
## 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/)
|
|
||||||
|
|
||||||
## Limitations
|
## 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.
|
* 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).
|
* 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
|
* Official app website: https://icecoder.net
|
||||||
* App website: https://icecoder.net/
|
* Official admin documentation: https://icecoder.net/manual
|
||||||
* Upstream app repository: https://github.com/icecoder/ICEcoder
|
* Upstream app code repository: https://github.com/icecoder/ICEcoder
|
||||||
* YunoHost website: https://yunohost.org/
|
* YunoHost documentation for this app: https://yunohost.org/app_icecoder
|
||||||
|
* Report a bug: https://github.com/YunoHost-Apps/icecoder_ynh/issues
|
||||||
---
|
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
||||||
|
@ -66,3 +52,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/icecoder_ynh/tree/tes
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade icecoder -u https://github.com/YunoHost-Apps/icecoder_ynh/tree/testing --debug
|
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
|
45
README_fr.md
45
README_fr.md
|
@ -4,39 +4,21 @@
|
||||||
[![Installer ICEcoder avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=icecoder)
|
[![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.
|
> *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.*
|
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||||
|
|
||||||
## Vue d'ensemble
|
## Vue d'ensemble
|
||||||
|
|
||||||
Un éditeur de code dans votre navigateur.
|
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
|
## Avertissements / informations importantes
|
||||||
|
|
||||||
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/)
|
|
||||||
|
|
||||||
## Limitations
|
## 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.
|
* 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).
|
* 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 officiel de l'app : https://icecoder.net
|
||||||
* Site de l'application : https://icecoder.net
|
* Documentation officielle de l'admin : https://icecoder.net/manual
|
||||||
* Dépôt de l'application principale : https://github.com/icecoder/ICEcoder
|
* Dépôt de code officiel de l'app : https://github.com/icecoder/ICEcoder
|
||||||
* Site web YunoHost : https://yunohost.org/
|
* 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
|
## Informations pour les développeurs
|
||||||
|
|
||||||
|
@ -66,3 +47,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/icecoder_ynh/tree/tes
|
||||||
ou
|
ou
|
||||||
sudo yunohost app upgrade icecoder -u https://github.com/YunoHost-Apps/icecoder_ynh/tree/testing --debug
|
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
|
Loading…
Reference in a new issue