2021-05-10 15:15:42 +02:00
{
"name" : "Synapse Admin" ,
"id" : "synapse-admin" ,
"packaging_format" : 1 ,
"description" : {
2021-08-06 20:11:14 +02:00
"en" : "Admin UI for Synapse" ,
"fr" : "Admin UI pour Synapse"
2021-05-10 15:15:42 +02:00
} ,
2022-02-21 15:50:36 +01:00
"version" : "0.8.5~ynh1" ,
2021-05-10 15:15:42 +02:00
"url" : "https://github.com/Awesome-Technologies/synapse-admin" ,
2021-08-06 20:11:14 +02:00
"upstream" : {
"license" : "Apache-2.0" ,
"website" : "https://github.com/Awesome-Technologies/synapse-admin" ,
"code" : "https://github.com/Awesome-Technologies/synapse-admin"
} ,
2021-05-10 15:15:42 +02:00
"license" : "Apache-2.0" ,
"maintainer" : {
"name" : ""
} ,
"requirements" : {
2021-11-22 15:37:04 +01:00
"yunohost" : ">= 4.3.0"
2021-05-10 15:15:42 +02:00
} ,
"multi_instance" : false ,
"services" : [
"nginx"
] ,
"arguments" : {
"install" : [
{
"name" : "domain" ,
2021-12-13 17:07:26 +01:00
"type" : "domain"
2021-05-10 15:15:42 +02:00
} ,
2022-02-21 13:59:39 +01:00
{
2022-02-26 22:44:20 +01:00
"name" : "synapse_app" ,
2022-02-26 23:20:12 +01:00
"type" : "string" ,
2022-02-21 13:59:39 +01:00
"ask" : {
2022-02-26 23:20:12 +01:00
"en" : "Input the Synapse app ID you wish to connect to." ,
"fr" : "Entrez l'ID de l'app Synapse à laquelle vous souhaitez vous connecter."
} ,
"help" : {
"en" : "Leave the default value if you have only one Synapse server installed." ,
"fr" : "Laissez la valeur par défaut si vous n'avez installé qu'un seul serveur Synapse."
} ,
"default" : "synapse"
2022-02-21 13:59:39 +01:00
} ,
2021-05-10 15:15:42 +02:00
{
"name" : "is_public" ,
"type" : "boolean" ,
"help" : {
"en" : "If enabled, Synapse Admin will be accessible by people who do not have an account. This can be changed later via the webadmin." ,
"fr" : "Si cette case est cochée, Synapse Admin sera accessible aux personnes n’ ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
} ,
"default" : true
}
]
}
}