1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rocketchat_ynh.git synced 2024-09-03 20:16:25 +02:00
* Update install
This commit is contained in:
Éric Gaspar 2021-07-11 15:55:42 +02:00 committed by GitHub
parent 1c5b51b6fd
commit 7ba22dbe1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 14 additions and 12 deletions

View file

@ -15,9 +15,9 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
## Overview
the ultimate chat platform
Team collaboration communication platform
**Shipped version:** 3.16.0~ynh1
**Shipped version:** 3.16.2~ynh1
**Demo:** https://cloud.rocket.chat/trial

View file

@ -11,9 +11,9 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
## Vue d'ensemble
the ultimate chat platform
Plateforme de communication collaborative en équipe
**Version incluse :** 3.16.0~ynh1
**Version incluse :** 3.16.2~ynh1
**Démo :** https://cloud.rocket.chat/trial

View file

@ -1,7 +1,7 @@
SOURCE_URL=https://releases.rocket.chat/3.16.0/download
SOURCE_SUM=c77aeed2a5eda4a3e9dfde8cfb742f32138638a3a44d0e9e38005992fcadb45b
SOURCE_URL=https://releases.rocket.chat/3.16.2/download
SOURCE_SUM=97c0ddcdb8ceb95bf87282368d4f6193e1fa86e33a8f139593ca93521159c728
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true
SOURCE_FILENAME=rocket.chat-3.16.0.tgz
SOURCE_FILENAME=rocket.chat-3.16.2.tgz
SOURCE_EXTRACT=true

View file

@ -3,10 +3,10 @@
"id": "rocketchat",
"packaging_format": 1,
"description": {
"en": "the ultimate chat platform",
"fr": "the ultimate chat platform"
"en": "Team collaboration communication platform",
"fr": "Plateforme de communication collaborative en équipe"
},
"version": "3.16.0~ynh1",
"version": "3.16.2~ynh1",
"url": "https://rocket.chat",
"upstream": {
"license": "GPL-3.0",

View file

@ -43,7 +43,7 @@ ynh_backup --src_path="$final_path"
# BACKUP THE NGINX CONFIGURATION
#=================================================
ynh_backup --src_path="/etc/nginx/conf.d/$domain.d/$app.conf" "conf/nginx"
ynh_backup --src_path="/etc/nginx/conf.d/$domain.d/$app.conf"
#=================================================
# SPECIFIC BACKUP
@ -51,7 +51,7 @@ ynh_backup --src_path="/etc/nginx/conf.d/$domain.d/$app.conf" "conf/nginx"
# BACKUP SYSTEMD
#=================================================
ynh_backup --src_path="/etc/systemd/system/$app.service" "conf/service"
ynh_backup --src_path="/etc/systemd/system/$app.service"
#=================================================
# BACKUP THE MONGODB DATABASE

View file

@ -80,6 +80,8 @@ db_user=$db_name
ynh_app_setting_set --app=$app --key=db_name --value=$db_name
ynh_mongo_setup_db --db_user=$db_user --db_name=$db_name
#mongo < ../conf/rocketchat_ldap.js
#=================================================
# CREATE DEDICATED USER
#=================================================