mirror of
https://github.com/YunoHost-Apps/dendrite_ynh.git
synced 2024-09-03 18:25:58 +02:00
Update manifest.toml
This commit is contained in:
parent
3fdb6606c9
commit
8c6607d7bc
1 changed files with 5 additions and 1 deletions
|
@ -16,7 +16,7 @@ admindoc = "https://github.com/matrix-org/dendrite/tree/master/docs"
|
||||||
code = "https://github.com/matrix-org/dendrite"
|
code = "https://github.com/matrix-org/dendrite"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.17"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = false
|
multi_instance = false
|
||||||
ldap = "not_relevant"
|
ldap = "not_relevant"
|
||||||
|
@ -32,6 +32,10 @@ ram.runtime = "50M"
|
||||||
help.fr = "Sélectionnez le domaine exclusivement dédié à Dendrite, par exemple dendrite.domain.tld"
|
help.fr = "Sélectionnez le domaine exclusivement dédié à Dendrite, par exemple dendrite.domain.tld"
|
||||||
type = "domain"
|
type = "domain"
|
||||||
|
|
||||||
|
[install.init_main_permission]
|
||||||
|
type = "group"
|
||||||
|
default = "visitors"
|
||||||
|
|
||||||
[install.server_name]
|
[install.server_name]
|
||||||
ask.en = "Select the display name for your Dendrite server"
|
ask.en = "Select the display name for your Dendrite server"
|
||||||
ask.fr = "Sélectionnez le nom d'affichage pour votre serveur Dendrite"
|
ask.fr = "Sélectionnez le nom d'affichage pour votre serveur Dendrite"
|
||||||
|
|
Loading…
Add table
Reference in a new issue