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 'testing' into upgrade_full_replace

This commit is contained in:
OniriCorpe 2024-03-15 02:32:34 +01:00 committed by GitHub
commit 692e24d21c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 18 additions and 23 deletions

View file

@ -1,5 +1,5 @@
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
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.
-->
@ -18,10 +18,9 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
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/)
**Shipped version:** 0.1.2023.09.21~ynh2
**Demo:** http://hastebin.com/
**Demo:** <https://www.toptal.com/developers/hastebin>
## Screenshots
@ -29,11 +28,10 @@ Haste is an open-source pastebin software written in node.js, which is easily in
## Documentation and resources
* Official app website: <http://hastebin.com/>
* Official user documentation: <https://hastebin.com/about.md>
* Upstream app code repository: <https://github.com/seejohnrun/haste-server>
* YunoHost Store: <https://apps.yunohost.org/app/haste>
* Report a bug: <https://github.com/YunoHost-Apps/haste_ynh/issues>
- Official user documentation: <https://www.toptal.com/developers/hastebin/about>
- Upstream app code repository: <https://github.com/toptal/haste-server>
- YunoHost Store: <https://apps.yunohost.org/app/haste>
- Report a bug: <https://github.com/YunoHost-Apps/haste_ynh/issues>
## Developer info
@ -41,7 +39,7 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos
To try the testing branch, please proceed like that.
``` bash
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/haste_ynh/tree/testing --debug
or
sudo yunohost app upgrade haste -u https://github.com/YunoHost-Apps/haste_ynh/tree/testing --debug

View file

@ -1,5 +1,5 @@
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
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.
-->
@ -18,10 +18,9 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
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/)
**Version incluse :** 0.1.2023.09.21~ynh2
**Démo :** http://hastebin.com/
**Démo :** <https://www.toptal.com/developers/hastebin>
## Captures décran
@ -29,11 +28,10 @@ Haste est un logiciel pastebin open-source écrit en node.js, facilement install
## Documentations et ressources
* Site officiel de lapp : <http://hastebin.com/>
* Documentation officielle utilisateur : <https://hastebin.com/about.md>
* Dépôt de code officiel de lapp : <https://github.com/seejohnrun/haste-server>
* YunoHost Store: <https://apps.yunohost.org/app/haste>
* Signaler un bug : <https://github.com/YunoHost-Apps/haste_ynh/issues>
- Documentation officielle utilisateur : <https://www.toptal.com/developers/hastebin/about>
- Dépôt de code officiel de lapp : <https://github.com/toptal/haste-server>
- YunoHost Store : <https://apps.yunohost.org/app/haste>
- Signaler un bug : <https://github.com/YunoHost-Apps/haste_ynh/issues>
## Informations pour les développeurs
@ -41,7 +39,7 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno
Pour essayer la branche testing, procédez comme suit.
``` bash
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/haste_ynh/tree/testing --debug
ou
sudo yunohost app upgrade haste -u https://github.com/YunoHost-Apps/haste_ynh/tree/testing --debug

View file

@ -11,10 +11,9 @@ maintainers = ["eric_G"]
[upstream]
license = "MIT"
website = "http://hastebin.com/"
demo = "http://hastebin.com/"
userdoc = "https://hastebin.com/about.md"
code = "https://github.com/seejohnrun/haste-server"
demo = "https://www.toptal.com/developers/hastebin"
userdoc = "https://www.toptal.com/developers/hastebin/about"
code = "https://github.com/toptal/haste-server"
[integration]
yunohost = ">= 11.2"