1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/haste_ynh.git synced 2024-09-03 20:36:28 +02:00
* 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

* cleaning

* Update manifest.toml

* Update manifest.toml

* Update manifest.toml

* Upgrade to v0.1.2023.09.21 (#42)

* Upgrade to v0.1.2023.09.21

* 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:
eric_G 2023-09-21 20:21:44 +02:00 committed by GitHub
parent 8069dc7e8f
commit 2dea88231c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 10 deletions

View file

@ -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.2023.03.06~ynh1
**Shipped version:** 0.1.2023.09.21~ynh1
**Demo:** http://hastebin.com/

View file

@ -19,7 +19,7 @@ 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.03.06~ynh1
**Version incluse :** 0.1.2023.09.21~ynh1
**Démo :** http://hastebin.com/

View file

@ -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.2023.03.06~ynh1"
version = "0.1.2023.09.21~ynh1"
maintainers = ["eric_G"]
@ -17,7 +17,7 @@ userdoc = "https://hastebin.com/about.md"
code = "https://github.com/seejohnrun/haste-server"
[integration]
yunohost = ">= 11.1.16"
yunohost = ">= 11.2"
architectures = "all"
multi_instance = false
ldap = false
@ -28,10 +28,7 @@ ram.runtime = "50M"
[install]
[install.domain]
help.en = "Haste can only be installed in a root domain or subdomain"
help.fr = "Haste ne peut être installé que dans un domaine racine ou un sous-domaine"
type = "domain"
full_domain = true
[install.init_main_permission]
help.en = "If enabled, Haste will be accessible by people who do not have an account. This can be changed later via the webadmin."
@ -41,8 +38,8 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
url = "https://github.com/seejohnrun/haste-server/archive/b52b394bad909ddf151073987671e843540d91d6.tar.gz"
sha256 = "c9e70ded0cb205a91448d5102d043831679271229deaee37dd69167c652d5d1d"
url = "https://github.com/seejohnrun/haste-server/archive/ded18b0c2e1ad05eaba6ab5bb938ae6b54cb5147.tar.gz"
sha256 = "2f4ac83e9fe2f78b4b48d3999cfbc879ed29fd15d5c1d21c316ef66ddfde89f1"
autoupdate.strategy = "latest_github_commit"
autoupdate.force_version = "0.1.%Y.%m.%d"

View file

@ -30,7 +30,7 @@ ynh_add_nginx_config
#=================================================
# INSTALL NODEJS
#=================================================
#REMOVEME? ynh_script_progression --message="Installing dependencies..." --weight=10
ynh_script_progression --message="Installing dependencies..." --weight=10
# Install Nodejs
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version