mirror of
https://github.com/YunoHost-Apps/synapse-admin_ynh.git
synced 2024-09-03 20:26:34 +02:00
commit
1d689b8ff2
4 changed files with 14 additions and 17 deletions
|
@ -17,8 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
Admin UI for Synapse
|
||||
|
||||
**Shipped version:** 0.8.5~ynh2
|
||||
|
||||
**Shipped version:** 0.8.5~ynh3
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
@ -26,7 +25,6 @@ Admin UI for Synapse
|
|||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: <https://github.com/Awesome-Technologies/synapse-admin>
|
||||
* Upstream app code repository: <https://github.com/Awesome-Technologies/synapse-admin>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_synapse-admin>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/synapse-admin_ynh/issues>
|
||||
|
|
20
README_fr.md
20
README_fr.md
|
@ -5,29 +5,27 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Synapse Admin pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/synapse-admin)  
|
||||
[](https://dash.yunohost.org/appci/app/synapse-admin)  
|
||||
[](https://install-app.yunohost.org/?app=synapse-admin)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
|
||||
> *Ce package vous permet d'installer Synapse Admin rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||
> *Ce package vous permet d’installer Synapse Admin rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||||
|
||||
## Vue d'ensemble
|
||||
## Vue d’ensemble
|
||||
|
||||
Admin UI pour Synapse
|
||||
|
||||
**Version incluse :** 0.8.5~ynh2
|
||||
**Version incluse :** 0.8.5~ynh3
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
## Captures d'écran
|
||||
|
||||

|
||||

|
||||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : <https://github.com/Awesome-Technologies/synapse-admin>
|
||||
* Dépôt de code officiel de l'app : <https://github.com/Awesome-Technologies/synapse-admin>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/Awesome-Technologies/synapse-admin>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_synapse-admin>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/synapse-admin_ynh/issues>
|
||||
|
||||
|
@ -43,4 +41,4 @@ ou
|
|||
sudo yunohost app upgrade synapse-admin -u https://github.com/YunoHost-Apps/synapse-admin_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>
|
|
@ -5,4 +5,6 @@ location /_synapse/admin {
|
|||
proxy_set_header Host $host;
|
||||
|
||||
client_max_body_size 100M;
|
||||
|
||||
more_set_headers "Access-Control-Allow-Origin: __DOMAIN__";
|
||||
}
|
||||
|
|
|
@ -6,11 +6,10 @@
|
|||
"en": "Admin UI for Synapse",
|
||||
"fr": "Admin UI pour Synapse"
|
||||
},
|
||||
"version": "0.8.5~ynh2",
|
||||
"version": "0.8.5~ynh3",
|
||||
"url": "https://github.com/Awesome-Technologies/synapse-admin",
|
||||
"upstream": {
|
||||
"license": "Apache-2.0",
|
||||
"website": "https://github.com/Awesome-Technologies/synapse-admin",
|
||||
"code": "https://github.com/Awesome-Technologies/synapse-admin"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
|
@ -18,7 +17,7 @@
|
|||
"name": ""
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.3.0"
|
||||
"yunohost": ">= 11.0.9"
|
||||
},
|
||||
"multi_instance": false,
|
||||
"services": [
|
||||
|
|
Loading…
Add table
Reference in a new issue