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-07-10 20:28:45 +02:00
parent 1dcba33ae5
commit 1aed2b8437
3 changed files with 6 additions and 50 deletions

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

@ -1,44 +0,0 @@
# mongod.conf
# for documentation of all options, see:
# http://docs.mongodb.org/manual/reference/configuration-options/
# Where and how to store data.
storage:
dbPath: /var/lib/mongodb
journal:
enabled: true
engine: wiredTiger
# mmapv1:
# wiredTiger:
# where to write logging data.
systemLog:
destination: file
logAppend: true
path: /var/log/mongodb/mongod.log
# network interfaces
net:
port: 27017
bindIp: 127.0.0.1
# how the process runs
processManagement:
timeZoneInfo: /usr/share/zoneinfo
#security:
#operationProfiling:
replication:
replSetName: "rs01"
#sharding:
## Enterprise-Only Options:
#auditLog:
#snmp:

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