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
16
README.md
16
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.
|
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/)
|
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
|
**Shipped version:** 0.1.2023.09.21~ynh2
|
||||||
|
|
||||||
**Demo:** http://hastebin.com/
|
**Demo:** <https://www.toptal.com/developers/hastebin>
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
@ -29,11 +28,10 @@ Haste is an open-source pastebin software written in node.js, which is easily in
|
||||||
|
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
||||||
* Official app website: <http://hastebin.com/>
|
- Official user documentation: <https://www.toptal.com/developers/hastebin/about>
|
||||||
* Official user documentation: <https://hastebin.com/about.md>
|
- Upstream app code repository: <https://github.com/toptal/haste-server>
|
||||||
* Upstream app code repository: <https://github.com/seejohnrun/haste-server>
|
- YunoHost Store: <https://apps.yunohost.org/app/haste>
|
||||||
* YunoHost Store: <https://apps.yunohost.org/app/haste>
|
- Report a bug: <https://github.com/YunoHost-Apps/haste_ynh/issues>
|
||||||
* Report a bug: <https://github.com/YunoHost-Apps/haste_ynh/issues>
|
|
||||||
|
|
||||||
## Developer info
|
## 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.
|
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
|
sudo yunohost app install https://github.com/YunoHost-Apps/haste_ynh/tree/testing --debug
|
||||||
or
|
or
|
||||||
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
|
||||||
|
|
18
README_fr.md
18
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.
|
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/)
|
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
|
**Version incluse :** 0.1.2023.09.21~ynh2
|
||||||
|
|
||||||
**Démo :** http://hastebin.com/
|
**Démo :** <https://www.toptal.com/developers/hastebin>
|
||||||
|
|
||||||
## Captures d’écran
|
## Captures d’écran
|
||||||
|
|
||||||
|
@ -29,11 +28,10 @@ Haste est un logiciel pastebin open-source écrit en node.js, facilement install
|
||||||
|
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
||||||
* Site officiel de l’app : <http://hastebin.com/>
|
- Documentation officielle utilisateur : <https://www.toptal.com/developers/hastebin/about>
|
||||||
* Documentation officielle utilisateur : <https://hastebin.com/about.md>
|
- Dépôt de code officiel de l’app : <https://github.com/toptal/haste-server>
|
||||||
* Dépôt de code officiel de l’app : <https://github.com/seejohnrun/haste-server>
|
- YunoHost Store : <https://apps.yunohost.org/app/haste>
|
||||||
* YunoHost Store: <https://apps.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>
|
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
||||||
|
@ -41,10 +39,10 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno
|
||||||
|
|
||||||
Pour essayer la branche testing, procédez comme suit.
|
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
|
sudo yunohost app install https://github.com/YunoHost-Apps/haste_ynh/tree/testing --debug
|
||||||
ou
|
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 d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
||||||
|
|
|
@ -11,10 +11,9 @@ maintainers = ["eric_G"]
|
||||||
|
|
||||||
[upstream]
|
[upstream]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
website = "http://hastebin.com/"
|
demo = "https://www.toptal.com/developers/hastebin"
|
||||||
demo = "http://hastebin.com/"
|
userdoc = "https://www.toptal.com/developers/hastebin/about"
|
||||||
userdoc = "https://hastebin.com/about.md"
|
code = "https://github.com/toptal/haste-server"
|
||||||
code = "https://github.com/seejohnrun/haste-server"
|
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.2"
|
yunohost = ">= 11.2"
|
||||||
|
|
Loading…
Add table
Reference in a new issue