mirror of
https://github.com/YunoHost-Apps/haste_ynh.git
synced 2024-09-03 20:36:28 +02:00
Testing (#41)
* Fix check_process warning * Update change_url * Update manifest.json * Fix linter warning * Update remove * Set badge in SVG * Use SVG for badge * Finding an available port * Patch (#21) * Fix linter warnings * Small fixes * Cleaning up * Update manifest.json * Cleaning up * Fix badges * [autopatch] Update issue and PR templates (#25) Co-authored-by: Yunohost-Bot <> * Add templates * Fix * Update restore * Fix * Update install * Fix * Update check_process * Patch (#27) * Fix * Auto-update README * Update systemd.service * Update nginx.conf Co-authored-by: Yunohost-Bot <> * Update manifest.json * 4.3 * Fix ynh_npm * Add purge option * Auto-update README * Update version (#30) * update * Auto-update README Co-authored-by: Yunohost-Bot <> * Upgrade (#32) * Fix * Auto-update README Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Update _common.sh (#34) * Update _common.sh * Fix * cleaning up * Update manifest.json * Auto-update README * Auto-update README * set relative path for --keep opt * Auto-update README * Update manifest.json * Auto-update README * Upgrade to upstream * Auto-update README * Reorder script * Update restore * Update systemd.service * Version 2 (#38) * v2 * Auto-update README * v2 * Auto-update README * fix * Update config.js --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Update manifest.toml * Auto-update README * source autoupdate: fix version format because upstream doesn't have proper versioning ... * Upgrade to v0.1.2023.03.06 (#40) * Upgrade to v0.1.2023.03.06 * Auto-update README --------- Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org> Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com> Co-authored-by: Yunohost-Bot <> Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: yalh76 <yalh@yahoo.com>
This commit is contained in:
parent
70ed710426
commit
8069dc7e8f
3 changed files with 6 additions and 6 deletions
|
@ -19,7 +19,7 @@ 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.0~ynh14
|
||||
**Shipped version:** 0.1.2023.03.06~ynh1
|
||||
|
||||
**Demo:** http://hastebin.com/
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ 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.0~ynh14
|
||||
**Version incluse :** 0.1.2023.03.06~ynh1
|
||||
|
||||
**Démo :** http://hastebin.com/
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Haste"
|
|||
description.en = "Open-source pastebin allowing to upload texts"
|
||||
description.fr = "Pastebin open-source permettant de mettre en ligne du texte"
|
||||
|
||||
version = "0.1.0~ynh14"
|
||||
version = "0.1.2023.03.06~ynh1"
|
||||
|
||||
maintainers = ["eric_G"]
|
||||
|
||||
|
@ -41,10 +41,10 @@ ram.runtime = "50M"
|
|||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/seejohnrun/haste-server/archive/7c65fb2f9b2e4b292e03c5d70957431bcc27d2c0.tar.gz"
|
||||
sha256 = "8d420e2b47a640b38230114551ddffe86489cb6607af0659740385e6a9e36ebd"
|
||||
autoupdate.upstream = "https://github.com/seejohnrun/haste-server/"
|
||||
url = "https://github.com/seejohnrun/haste-server/archive/b52b394bad909ddf151073987671e843540d91d6.tar.gz"
|
||||
sha256 = "c9e70ded0cb205a91448d5102d043831679271229deaee37dd69167c652d5d1d"
|
||||
autoupdate.strategy = "latest_github_commit"
|
||||
autoupdate.force_version = "0.1.%Y.%m.%d"
|
||||
|
||||
[resources.ports]
|
||||
|
||||
|
|
Loading…
Reference in a new issue