From 2dea88231c544f61cea380814573791d389849c4 Mon Sep 17 00:00:00 2001 From: eric_G <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 21 Sep 2023 20:21:44 +0200 Subject: [PATCH] Testing (#43) * 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 * 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 * 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 Co-authored-by: YunoHost Bot Co-authored-by: Yunohost-Bot <> Co-authored-by: yunohost-bot Co-authored-by: yalh76 --- README.md | 2 +- README_fr.md | 2 +- manifest.toml | 11 ++++------- scripts/install | 2 +- 4 files changed, 7 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c6bec9d..1154d27 100644 --- a/README.md +++ b/README.md @@ -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/ diff --git a/README_fr.md b/README_fr.md index 91d531d..048fc93 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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.2023.03.06~ynh1 +**Version incluse :** 0.1.2023.09.21~ynh1 **Démo :** http://hastebin.com/ diff --git a/manifest.toml b/manifest.toml index 1cb23e1..a3f308e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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" diff --git a/scripts/install b/scripts/install index a12f48f..3de9d32 100755 --- a/scripts/install +++ b/scripts/install @@ -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