mirror of
https://github.com/YunoHost-Apps/gamja_ynh.git
synced 2024-09-03 18:36:34 +02:00
Update manifest.toml
This commit is contained in:
parent
49ce62d7b0
commit
4b6795f39f
1 changed files with 6 additions and 3 deletions
|
@ -7,7 +7,7 @@ description.fr = "Simple IRC web client"
|
||||||
|
|
||||||
version = "1.0.0-beta.8~ynh1"
|
version = "1.0.0-beta.8~ynh1"
|
||||||
|
|
||||||
maintainers = []
|
maintainers = ["eric_G"]
|
||||||
|
|
||||||
[upstream]
|
[upstream]
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
|
@ -16,7 +16,7 @@ demo = "https://web.libera.chat/gamja/"
|
||||||
code = "https://sr.ht/~emersion/gamja/"
|
code = "https://sr.ht/~emersion/gamja/"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.16"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = false
|
ldap = false
|
||||||
|
@ -27,7 +27,10 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[install.domain]
|
[install.domain]
|
||||||
type = "domain"
|
type = "domain"
|
||||||
full_domain = true
|
|
||||||
|
[install.init_main_permission]
|
||||||
|
type = "group"
|
||||||
|
default = "visitors"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
Loading…
Reference in a new issue