1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ethercalc_ynh.git synced 2024-09-03 18:26:36 +02:00
This commit is contained in:
ericgaspar 2021-06-01 17:22:07 +02:00
parent 89c155ea2f
commit a974854715
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 8 additions and 1 deletions

View file

@ -6,8 +6,14 @@
"en": "Online web spreadsheet editor providing collaborative editing in really real-time",
"fr": "Feuille de calcul collaborative en ligne"
},
"version": "0.20170704.0~ynh1",
"version": "20201228~ynh1",
"url": "https://ethercalc.net/",
"upstream": {
"license": "CPAL-1.0&Artistic-2.0",
"website": "https://ethercalc.net/",
"demo": "https://ethercalc.net/",
"code": "https://github.com/audreyt/ethercalc"
},
"license": "CPAL-1.0&Artistic-2.0",
"maintainer": {
"name": "ljf",

View file

@ -19,6 +19,7 @@ app=$YNH_APP_INSTANCE_NAME
domain=$(ynh_app_setting_get --app=$app --key=domain)
path_url=$(ynh_app_setting_get --app=$app --key=path)
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
port=$(ynh_app_setting_get --app=$app --key=port)
#=================================================
# CHECK VERSION