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:
commit
692e24d21c
3 changed files with 18 additions and 23 deletions
14
README.md
14
README.md
|
@ -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
|
||||
|
||||
|
|
14
README_fr.md
14
README_fr.md
|
@ -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 n’avez 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 l’app : <http://hastebin.com/>
|
||||
* Documentation officielle utilisateur : <https://hastebin.com/about.md>
|
||||
* Dépôt de code officiel de l’app : <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 l’app : <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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue