1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

Merge branch 'testing' into Thatoo-choose-server-name

This commit is contained in:
Josue-T 2019-10-01 20:49:12 +02:00 committed by GitHub
commit 4b0768d54a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 12 deletions

View file

@ -16,7 +16,7 @@ Instant messaging server matrix network.
Yunohost chatroom with matrix : [https://riot.im/app/#/room/#yunohost:matrix.org](https://riot.im/app/#/room/#yunohost:matrix.org)
**Shipped version:** 1.2.1
**Shipped version:** 1.3.1
Configuration
-------------

View file

@ -13,7 +13,7 @@
setup_public=1
upgrade=1
upgrade=1 from_commit=db374d2bff981d2660ebdac52ee77c684383c00d
upgrade=1 from_commit=ca5bc8dba9f7594bf985c69543f0c10a093fc097
upgrade=1 from_commit=0b830d9e4eadefb907f1f30a02ffbb84778f91fc
backup_restore=1
multi_instance=1
incorrect_path=0
@ -34,5 +34,5 @@
;;; Upgrade options
; commit=db374d2bff981d2660ebdac52ee77c684383c00d
name=Fix postgresql helper from old_version_for_CI_2 branch
; commit=ca5bc8dba9f7594bf985c69543f0c10a093fc097
; commit=0b830d9e4eadefb907f1f30a02ffbb84778f91fc
name=Migrate from self signed certificate to cert managed by Yunohost

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.2.1/matrix-synapse_1.2.1-stretch-bin1_armv7l.tar.gz
SOURCE_SUM=b716ac0ea009ca5882fd938a6a32d316e4c5d95a4985afcf142f86809eadc853
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.3.1/matrix-synapse_1.3.1-stretch-bin1_armv7l.tar.gz
SOURCE_SUM=5d5bc39c6e868815daf211ac85ab03b9ae857dce60a3e3bdcaae0f835b295702
# (Optional) Program to check the integrity (sha256sum, md5sum...)
# default: sha256
SOURCE_SUM_PRG=sha256sum

View file

@ -9,7 +9,7 @@
"en": "Instant messaging server who use matrix",
"fr": "Un serveur de messagerie instantané basé sur matrix"
},
"version": "1.2.1~ynh1",
"version": "1.3.1~ynh1",
"url": "http://matrix.org",
"license": "Apache-2.0",
"maintainer": {
@ -42,12 +42,16 @@
},
{
"name": "is_public",
"ask": {
"en": "Is it a public server?",
"fr": "Est-ce un serveur public?"
},
"choices": ["Yes", "No"],
"default": "Yes"
"type": "boolean",
"ask": {
"en": "Is it a public server ?",
"fr": "Est-ce un serveur public ?"
},
"help": {
"en": "A public server means that anybody will be able to register on this server.",
"fr": "Un serveur public signifie que n'importe qui pourra s'enregistrer sur ce serveur."
},
"default": 0
}
]
}