mirror of
https://github.com/YunoHost-Apps/biboumi_ynh.git
synced 2024-09-03 18:15:58 +02:00
Update manifest.toml
This commit is contained in:
parent
6f80f44cb8
commit
d296bd73f7
1 changed files with 6 additions and 2 deletions
|
@ -5,7 +5,7 @@ name = "Biboumi"
|
||||||
description.en = "XMPP gateway for the IRC network"
|
description.en = "XMPP gateway for the IRC network"
|
||||||
description.fr = "Passerelle XMPP pour le réseau IRC"
|
description.fr = "Passerelle XMPP pour le réseau IRC"
|
||||||
|
|
||||||
version = "8.3~ynh2"
|
version = "8.3~ynh3"
|
||||||
|
|
||||||
maintainers = ["pitchum"]
|
maintainers = ["pitchum"]
|
||||||
|
|
||||||
|
@ -19,13 +19,17 @@ code = "https://lab.louiz.org/louiz/biboumi"
|
||||||
yunohost = ">= 11.2"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = false
|
multi_instance = false
|
||||||
|
|
||||||
ldap = false
|
ldap = false
|
||||||
|
|
||||||
sso = false
|
sso = false
|
||||||
|
|
||||||
disk = "50M"
|
disk = "50M"
|
||||||
ram.build = "50M"
|
ram.build = "50M"
|
||||||
ram.runtime = "50M"
|
ram.runtime = "50M"
|
||||||
|
|
||||||
[install]
|
[install]
|
||||||
|
|
||||||
[install.domain]
|
[install.domain]
|
||||||
type = "domain"
|
type = "domain"
|
||||||
|
|
||||||
|
@ -44,4 +48,4 @@ ram.runtime = "50M"
|
||||||
[resources.permissions]
|
[resources.permissions]
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "metronome biboumi"
|
packages = "metronome, biboumi"
|
||||||
|
|
Loading…
Add table
Reference in a new issue