mirror of
https://github.com/YunoHost-Apps/scrumblr_ynh.git
synced 2024-09-03 20:16:29 +02:00
Fix
This commit is contained in:
parent
7f59ca4448
commit
a14b11abf4
4 changed files with 5 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Scrumblr is a software to take note.
|
Description=Scrumblr: software to take note.
|
||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Software for notes",
|
"en": "Software for notes",
|
||||||
"fr": "Application pour créer des post-it"
|
"fr": "Application pour créer des post-it"
|
||||||
},
|
},
|
||||||
"version": "1.0~ynh1",
|
"version": "0.2.0~ynh1",
|
||||||
"url": "http://www.scrumblr.ca/",
|
"url": "http://www.scrumblr.ca/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
|
@ -17,8 +17,7 @@
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "frju365",
|
"name": "frju365",
|
||||||
"email": "win10@tutanota.com",
|
"email": "win10@tutanota.com"
|
||||||
"url": "https://github.com/YunoHost-Apps/scrumblr_ynh"
|
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">> 4.3.0"
|
"yunohost": ">> 4.3.0"
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# COMMON VARIABLES
|
# COMMON VARIABLES
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
nodejs_version=12
|
nodejs_version=13
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# TESTING
|
# TESTING
|
||||||
|
|
|
@ -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
|
ynh_script_progression --message="Finding an available port..." --weight=1
|
||||||
|
|
||||||
# Find an available port
|
# 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
|
ynh_app_setting_set --app=$app --key=port --value=$port
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue