From 9fd5951b13330b278bdf2e8337c2a7864b7407a6 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 10 Aug 2020 08:49:13 +0200 Subject: [PATCH 1/2] Haste doc --- app_haste.md | 28 ++++++++++++++++++++++++++++ app_haste_fr.md | 27 +++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 app_haste.md create mode 100644 app_haste_fr.md diff --git a/app_haste.md b/app_haste.md new file mode 100644 index 00000000..743844ab --- /dev/null +++ b/app_haste.md @@ -0,0 +1,28 @@ +# Haste + +[![Install Haste with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=haste) [![Integration level](https://dash.yunohost.org/integration/haste.svg)](https://dash.yunohost.org/appci/app/haste) + +### Index + +- [Configuration](#Configuration) +- [Useful links](#useful-links) + +Haste is an open-source pastebin software written in Node.js, which is easily installable in any network. YunoHost Project uses Haste as pastebin for log sharing: [paste.yunohost.org](https://paste.yunohost.org/) + +## Configuration + +This Haste package for Yunohost includes the [`haste` command](https://github.com/diethnis/standalones/blob/master/hastebin.sh), allowing you to share content from terminal: + +```bash +cat something | haste +https://haste.example.com/zuyejeduzu +``` +The [Haste-client](https://github.com/seejohnrun/haste-client) is a simple client for uploading data to you Haste server. + +Haste requires a dedicated domain like `haste.domain.tld`. + +## Useful links + ++ Official documentation: [hastebin.com - about](https://hastebin.com/about.md) ++ Application software repository: [github.com - YunoHost-Apps/haste](https://github.com/YunoHost-Apps/haste_ynh) ++ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/haste/issues](https://github.com/YunoHost-Apps/haste_ynh/issues) diff --git a/app_haste_fr.md b/app_haste_fr.md new file mode 100644 index 00000000..4226d71e --- /dev/null +++ b/app_haste_fr.md @@ -0,0 +1,27 @@ +# Haste + +[![Installer Haste avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=haste) [![Integration level](https://dash.yunohost.org/integration/haste.svg)](https://dash.yunohost.org/appci/app/haste) + +### Index + +- [Configuration](#Configuration) +- [Liens utiles](#useful-links) + +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/) + +## Configuration + +Ce paquet de Haste pour YunoHost comprend une commande [`haste`](https://github.com/diethnis/standalones/blob/master/hastebin.sh), vous permettant de partager du contenu avec le terminal : + +```bash +cat something | haste +https://haste.example.com/zuyejeduzu +``` + +Le [client Haste](https://github.com/seejohnrun/haste-client) est un client simple pour télécharger des données sur votre serveur Haste. + +## Liens utiles + ++ Documentation officielle : [hastebin.com - about](https://hastebin.com/about.md) ++ Dépôt logiciel de l'application : [github.com - YunoHost-Apps/haste](https://github.com/YunoHost-Apps/haste_ynh) ++ Remonter un bug ou une amélioration en créant un ticket (issue) : [github.com - YunoHost-Apps/haste/issues](https://github.com/YunoHost-Apps/haste_ynh/issues) From 5dbfd889c2029be69f26889d32f88a501c4d532c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 10 Aug 2020 08:52:24 +0200 Subject: [PATCH 2/2] Add package logo --- app_haste.md | 2 +- app_haste_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app_haste.md b/app_haste.md index 743844ab..f0501f0a 100644 --- a/app_haste.md +++ b/app_haste.md @@ -1,4 +1,4 @@ -# Haste +# Package Haste [![Install Haste with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=haste) [![Integration level](https://dash.yunohost.org/integration/haste.svg)](https://dash.yunohost.org/appci/app/haste) diff --git a/app_haste_fr.md b/app_haste_fr.md index 4226d71e..2471ebaa 100644 --- a/app_haste_fr.md +++ b/app_haste_fr.md @@ -1,4 +1,4 @@ -# Haste +# Package Haste [![Installer Haste avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=haste) [![Integration level](https://dash.yunohost.org/integration/haste.svg)](https://dash.yunohost.org/appci/app/haste)