1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dendrite_ynh.git synced 2024-09-03 18:25:58 +02:00

Merge pull request #52 from YunoHost-Apps/testing

This commit is contained in:
tituspijean 2022-09-04 23:27:45 +02:00 committed by GitHub
commit bde7fbee02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 8 additions and 8 deletions

View file

@ -24,7 +24,7 @@ Dendrite is a second-generation Matrix homeserver written in Go. It intends to p
- Scalable: can run on multiple machines and eventually scale to massive homeserver deployments.
**Shipped version:** 0.9.5~ynh1
**Shipped version:** 0.9.6~ynh1
## Disclaimers / important information

View file

@ -24,7 +24,7 @@ Dendrite is a second-generation Matrix homeserver written in Go. It intends to p
- Scalable: can run on multiple machines and eventually scale to massive homeserver deployments.
**Version incluse :** 0.9.5~ynh1
**Version incluse :** 0.9.6~ynh1
## Avertissements / informations importantes

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://api.github.com/repos/matrix-org/dendrite/tarball/v0.9.5
SOURCE_SUM=222c1dec7ea18f7f0d86651112933abb25738ef0c9493757569d5dc4301b0813
SOURCE_URL=https://api.github.com/repos/matrix-org/dendrite/tarball/v0.9.6
SOURCE_SUM=b300e5f5da28872af08aade0868c132d81c2707edd6c3e9cd76a136292795c72
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -33,7 +33,7 @@ version: 2
# Global Matrix configuration. This configuration applies to all components.
global:
# The domain name of this homeserver.
server_name: __DOMAIN__
server_name: __SERVER_NAME__
# The path to the signing private key file, used to sign requests and events.
# Note that this is NOT the same private key as used for TLS! To generate a

View file

@ -6,7 +6,7 @@
"en": "Matrix homeserver of second generation",
"fr": "Serveur Matrix de seconde génération"
},
"version": "0.9.5~ynh1",
"version": "0.9.6~ynh1",
"url": "https://matrix.org/",
"upstream": {
"license": "Apache-2.0",

View file

@ -89,7 +89,7 @@ fi
#=================================================
ynh_script_progression --message="Stopping a systemd service..." --weight=1
ynh_systemd_action --service_name=$app --action="stop" --line_match="Stopped Dendrite Matrix homeserver" --log_path="systemd"
ynh_systemd_action --service_name=$app --action="stop" --line_match="Stopped Dendrite Matrix homeserver" --log_path="/var/log/$app/Monolith.log"
#=================================================
# MODIFY URL IN NGINX CONF

View file

@ -57,7 +57,7 @@ ynh_abort_if_errors
#=================================================
ynh_script_progression --message="Stopping a systemd service..." --weight=1
ynh_systemd_action --service_name=$app --action="stop" --line_match="Stopped external Monolith listener" --log_path="systemd"
ynh_systemd_action --service_name=$app --action="stop" --line_match="Stopped external Monolith listener" --log_path="/var/log/$app/Monolith.log"
#=================================================
# ENSURE DOWNWARD COMPATIBILITY