mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Update upstream url
This commit is contained in:
parent
236bfd27e8
commit
60324a8f59
5 changed files with 8 additions and 8 deletions
|
@ -54,7 +54,7 @@ _matrix._tcp.example.com. 3600 IN SRV 10 0 SYNAPSE_PORT synapse.exam
|
|||
```
|
||||
You need to replace SYNAPSE_PORT by the real port. This port can be obtained by the command: `yunohost app setting SYNAPSE_INSTANCE_NAME port_synapse_tls`
|
||||
|
||||
For more details, see : https://github.com/matrix-org/synapse/blob/master/docs/federate.md
|
||||
For more details, see : https://github.com/element-hq/synapse/blob/master/docs/federate.md
|
||||
|
||||
If it is not automatically done, you need to open this in your ISP box.
|
||||
|
||||
|
@ -204,7 +204,7 @@ Before installing a second instance of the app it's really recommended to update
|
|||
|
||||
* Official app website: <https://matrix.org/>
|
||||
* Official admin documentation: <https://matrix-org.github.io/synapse/latest/welcome_and_overview.html>
|
||||
* Upstream app code repository: <https://github.com/matrix-org/synapse>
|
||||
* Upstream app code repository: <https://github.com/element-hq/synapse>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/synapse>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/synapse_ynh/issues>
|
||||
|
||||
|
|
|
@ -54,7 +54,7 @@ _matrix._tcp.example.com. 3600 IN SRV 10 0 SYNAPSE_PORT synapse.exam
|
|||
```
|
||||
You need to replace SYNAPSE_PORT by the real port. This port can be obtained by the command: `yunohost app setting SYNAPSE_INSTANCE_NAME port_synapse_tls`
|
||||
|
||||
For more details, see : https://github.com/matrix-org/synapse/blob/master/docs/federate.md
|
||||
For more details, see : https://github.com/element-hq/synapse/blob/master/docs/federate.md
|
||||
|
||||
If it is not automatically done, you need to open this in your ISP box.
|
||||
|
||||
|
@ -204,7 +204,7 @@ Before installing a second instance of the app it's really recommended to update
|
|||
|
||||
* Site officiel de l’app : <https://matrix.org/>
|
||||
* Documentation officielle de l’admin : <https://matrix-org.github.io/synapse/latest/welcome_and_overview.html>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/matrix-org/synapse>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/element-hq/synapse>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/synapse>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/synapse_ynh/issues>
|
||||
|
||||
|
@ -220,4 +220,4 @@ ou
|
|||
sudo yunohost app upgrade synapse -u https://github.com/YunoHost-Apps/synapse_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
||||
|
|
|
@ -28,7 +28,7 @@ _matrix._tcp.example.com. 3600 IN SRV 10 0 SYNAPSE_PORT synapse.exam
|
|||
```
|
||||
You need to replace SYNAPSE_PORT by the real port. This port can be obtained by the command: `yunohost app setting SYNAPSE_INSTANCE_NAME port_synapse_tls`
|
||||
|
||||
For more details, see : https://github.com/matrix-org/synapse/blob/master/docs/federate.md
|
||||
For more details, see : https://github.com/element-hq/synapse/blob/master/docs/federate.md
|
||||
|
||||
If it is not automatically done, you need to open this in your ISP box.
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ If not, you may need to put the following line in the dns configuration:
|
|||
|
||||
_matrix._tcp.$domain. 3600 IN SRV 10 0 $port_synapse_tls $domain.
|
||||
|
||||
For more details, see : https://github.com/matrix-org/synapse#setting-up-federation
|
||||
For more details, see : https://github.com/element-hq/synapse#setting-up-federation
|
||||
|
||||
You also need to open the TCP port $port_synapse_tls on your ISP box if it's not automatically done.
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ maintainers = ["Josué Tille"]
|
|||
[upstream]
|
||||
license = "Apache-2.0"
|
||||
website = "https://matrix.org/"
|
||||
code = "https://github.com/matrix-org/synapse"
|
||||
code = "https://github.com/element-hq/synapse"
|
||||
admindoc = "https://matrix-org.github.io/synapse/latest/welcome_and_overview.html"
|
||||
cpe = "cpe:2.3:a:matrix:synapse"
|
||||
fund = "https://matrix.org/support/#"
|
||||
|
|
Loading…
Add table
Reference in a new issue