1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/scrumblr_ynh.git synced 2024-09-03 20:16:29 +02:00
This commit is contained in:
ericgaspar 2021-11-28 21:47:41 +01:00
parent 7f59ca4448
commit a14b11abf4
No known key found for this signature in database
GPG key ID: 574F281483054D44
4 changed files with 5 additions and 6 deletions

View file

@ -1,5 +1,5 @@
[Unit]
Description=Scrumblr is a software to take note.
Description=Scrumblr: software to take note.
After=network.target
[Service]

View file

@ -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"

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES
#=================================================
nodejs_version=12
nodejs_version=13
#=================================================
# TESTING

View file

@ -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
#=================================================