1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/haste_ynh.git synced 2024-09-03 20:36:28 +02:00

Merge branch 'version-2' of https://github.com/YunoHost-Apps/haste_ynh into version-2

This commit is contained in:
Éric Gaspar 2023-04-03 14:54:04 +02:00
commit 9bd06ec7f5
2 changed files with 12 additions and 10 deletions

View file

@ -5,7 +5,8 @@ It shall NOT be edited by hand.
# Haste for YunoHost # Haste for YunoHost
[![Integration level](https://dash.yunohost.org/integration/haste.svg)](https://dash.yunohost.org/appci/app/haste) ![Working status](https://ci-apps.yunohost.org/ci/badges/haste.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/haste.maintain.svg) [![Integration level](https://dash.yunohost.org/integration/haste.svg)](https://dash.yunohost.org/appci/app/haste) ![Working status](https://ci-apps.yunohost.org/ci/badges/haste.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/haste.maintain.svg)
[![Install Haste with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=haste) [![Install Haste with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=haste)
*[Lire ce readme en français.](./README_fr.md)* *[Lire ce readme en français.](./README_fr.md)*

View file

@ -5,15 +5,16 @@ It shall NOT be edited by hand.
# Haste pour YunoHost # Haste pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/haste.svg)](https://dash.yunohost.org/appci/app/haste) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/haste.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/haste.maintain.svg) [![Niveau dintégration](https://dash.yunohost.org/integration/haste.svg)](https://dash.yunohost.org/appci/app/haste) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/haste.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/haste.maintain.svg)
[![Installer Haste avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=haste) [![Installer Haste avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=haste)
*[Read this readme in english.](./README.md)* *[Read this readme in english.](./README.md)*
> *Ce package vous permet d'installer Haste rapidement et simplement sur un serveur YunoHost. > *Ce package vous permet dinstaller Haste 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.* Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
## Vue d'ensemble ## Vue densemble
Haste est un logiciel pastebin open-source écrit en node.js, facilement installable sur n'importe quel réseau. Le projet YunoHost utilise Haste comme pastebin pour le partage de log : [paste.yunohost.org](https://paste.yunohost.org/) Haste est un logiciel pastebin open-source écrit en node.js, facilement installable sur n'importe quel réseau. Le projet YunoHost utilise Haste comme pastebin pour le partage de log : [paste.yunohost.org](https://paste.yunohost.org/)
@ -22,9 +23,9 @@ Haste est un logiciel pastebin open-source écrit en node.js, facilement install
**Démo :** http://hastebin.com/ **Démo :** http://hastebin.com/
## Captures d'écran ## Captures décran
![Capture d'écran de Haste](./doc/screenshots/screenshot.png) ![Capture décran de Haste](./doc/screenshots/screenshot.png)
## Avertissements / informations importantes ## Avertissements / informations importantes
@ -46,9 +47,9 @@ Le [client Haste](https://github.com/seejohnrun/haste-client) est un client simp
## Documentations et ressources ## Documentations et ressources
* Site officiel de l'app : <http://hastebin.com/> * Site officiel de lapp : <http://hastebin.com/>
* Documentation officielle utilisateur : <https://hastebin.com/about.md> * Documentation officielle utilisateur : <https://hastebin.com/about.md>
* Dépôt de code officiel de l'app : <https://github.com/seejohnrun/haste-server> * Dépôt de code officiel de lapp : <https://github.com/seejohnrun/haste-server>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_haste> * Documentation YunoHost pour cette app : <https://yunohost.org/app_haste>
* Signaler un bug : <https://github.com/YunoHost-Apps/haste_ynh/issues> * Signaler un bug : <https://github.com/YunoHost-Apps/haste_ynh/issues>
@ -64,4 +65,4 @@ ou
sudo yunohost app upgrade haste -u https://github.com/YunoHost-Apps/haste_ynh/tree/testing --debug sudo yunohost app upgrade haste -u https://github.com/YunoHost-Apps/haste_ynh/tree/testing --debug
``` ```
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps> **Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>