1
0
Fork 0
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:
Josué Tille 2024-01-24 21:23:51 +01:00
parent 236bfd27e8
commit 60324a8f59
No known key found for this signature in database
GPG key ID: 5F259226AD51F2F5
5 changed files with 8 additions and 8 deletions

View file

@ -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>

View file

@ -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 lapp : <https://matrix.org/>
* Documentation officielle de ladmin : <https://matrix-org.github.io/synapse/latest/welcome_and_overview.html>
* Dépôt de code officiel de lapp : <https://github.com/matrix-org/synapse>
* Dépôt de code officiel de lapp : <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 dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>

View file

@ -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.

View file

@ -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.

View file

@ -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/#"