mirror of
https://github.com/YunoHost-Apps/conduit_ynh.git
synced 2024-09-03 18:16:30 +02:00
Update manifest.toml
This commit is contained in:
parent
3759ab936c
commit
6a205e0666
1 changed files with 5 additions and 1 deletions
|
@ -5,7 +5,7 @@ name = "Conduit"
|
|||
description.en = "Simple, fast and reliable chat server powered by Matrix"
|
||||
description.fr = "Serveur de chat simple, rapide et fiable alimenté par Matrix"
|
||||
|
||||
version = "0.6.0~ynh3"
|
||||
version = "0.6.0~ynh4"
|
||||
|
||||
maintainers = ["eric_G"]
|
||||
|
||||
|
@ -30,6 +30,10 @@ ram.runtime = "50M"
|
|||
[install.domain]
|
||||
type = "domain"
|
||||
|
||||
[install.init_main_permission]
|
||||
type = "group"
|
||||
default = "visitors"
|
||||
|
||||
[install.server_name]
|
||||
ask.en = "Select the display name for your Conduit server"
|
||||
ask.fr = "Sélectionnez le nom d'affichage pour votre serveur Conduit"
|
||||
|
|
Loading…
Add table
Reference in a new issue