-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.toml
62 lines (42 loc) · 1.08 KB
/
manifest.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "biboumi"
name = "Biboumi"
description.en = "XMPP gateway for the IRC network"
description.fr = "Passerelle XMPP pour le réseau IRC"
version = "8.3~ynh3"
maintainers = ["pitchum"]
[upstream]
license = "Zlib"
website = "https://biboumi.louiz.org"
admindoc = "https://doc.biboumi.louiz.org"
code = "https://github.com/louiz/biboumi"
[integration]
yunohost = ">= 11.2"
architectures = "all"
multi_instance = false
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.admin]
type = "user"
[resources]
[resources.ports]
main.default = 113
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
dir = "/var/lib/__APP__"
[resources.permissions]
[resources.apt]
packages = [ "biboumi", ]
packages_from_raw_bash = """
if [[ $YNH_DEBIAN_VERSION == "bullseye" ]]; then
echo "metronome";
fi
"""