From a14b11abf41a836286b23122fad3bb332d34c108 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 28 Nov 2021 21:47:41 +0100 Subject: [PATCH] Fix --- conf/systemd.service | 2 +- manifest.json | 5 ++--- scripts/_common.sh | 2 +- scripts/install | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/conf/systemd.service b/conf/systemd.service index d8899eb..7f6629f 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -1,5 +1,5 @@ [Unit] -Description=Scrumblr is a software to take note. +Description=Scrumblr: software to take note. After=network.target [Service] diff --git a/manifest.json b/manifest.json index 6c71b08..9bd63be 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Software for notes", "fr": "Application pour créer des post-it" }, - "version": "1.0~ynh1", + "version": "0.2.0~ynh1", "url": "http://www.scrumblr.ca/", "upstream": { "license": "AGPL-3.0-only", @@ -17,8 +17,7 @@ "license": "AGPL-3.0-only", "maintainer": { "name": "frju365", - "email": "win10@tutanota.com", - "url": "https://github.com/YunoHost-Apps/scrumblr_ynh" + "email": "win10@tutanota.com" }, "requirements": { "yunohost": ">> 4.3.0" diff --git a/scripts/_common.sh b/scripts/_common.sh index 7244285..e7cac31 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -nodejs_version=12 +nodejs_version=13 #================================================= # TESTING diff --git a/scripts/install b/scripts/install index 8331f5a..96e2d6b 100644 --- a/scripts/install +++ b/scripts/install @@ -56,7 +56,7 @@ ynh_app_setting_set --app=$app --key=path --value=$path_url ynh_script_progression --message="Finding an available port..." --weight=1 # Find an available port -port=$(ynh_find_port --port=4000) +port=$(ynh_find_port --port=8080) ynh_app_setting_set --app=$app --key=port --value=$port #=================================================