1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rocketchat_ynh.git synced 2024-09-03 20:16:25 +02:00
This commit is contained in:
ericgaspar 2021-06-07 16:54:31 +02:00
parent 65a206dfc1
commit c84be4b8fc
No known key found for this signature in database
GPG key ID: 574F281483054D44
4 changed files with 4 additions and 7 deletions

View file

@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
## Overview
Quick description of this app.
**Shipped version:** 1.0
**Shipped version:** 3.12.0
## Screenshots

View file

@ -23,7 +23,6 @@
upgrade=1 from_commit=CommitHash
backup_restore=1
multi_instance=1
port_already_use=0
change_url=1
;;; Options
Email=

View file

@ -6,7 +6,7 @@
"en": "the ultimate chat platform",
"fr": "the ultimate chat platform"
},
"version": "3.4.2~ynh1",
"version": "3.12.0~ynh1",
"url": "https://rocket.chat",
"license": "GPL-3.0",
"maintainer": {

View file

@ -138,10 +138,8 @@ popd || ynh_die
#=================================================
ynh_script_progression --message="Configuring a systemd service..." --weight=1
ynh_replace_string --match_string="__ENV_PATH__" --replace_string="$PATH" --target_file="../conf/systemd.service"
ynh_replace_string --match_string="__YNH_NPM__" --replace_string="$ynh_npm" --target_file="../conf/systemd.service"
ynh_replace_string --match_string="__PORT__" --replace_string="$port" --target_file="../conf/systemd.service"
ynh_replace_string --match_string="__DOMAIN__" --replace_string="$domain" --target_file="../conf/systemd.service"
ynh_replace_string --match_string="__ENV_PATH__" --replace_string="$PATH" --target_file="../conf/systemd.service"
ynh_replace_string --match_string="__YNH_NPM__" --replace_string="$ynh_npm" --target_file="../conf/systemd.service"
ynh_add_systemd_config