-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmanifest.toml
63 lines (46 loc) · 1.35 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
63
packaging_format = 2
id = "mumbleserver"
name = "Mumble Server"
description.en = "Low-latency, high quality voice chat software (VoIP)"
description.fr = "Logiciel libre de voix sur IP (VoIP)"
version = "1.3.4~ynh3"
maintainers = []
[upstream]
license = "BSD-3-Clause"
website = "https://mumble.info"
admindoc = "https://wiki.mumble.info/wiki/Main_Page"
code = "https://github.com/mumble-voip/mumble"
[integration]
yunohost = ">= 11.2.30"
helpers_version = "2.1"
architectures = "all"
multi_instance = true
ldap = "not_relevant"
sso = "not_relevant"
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.welcometext]
ask.en = "Choose a welcome text for your server"
ask.fr = "Choisissez un message de bienvenue pour le serveur"
type = "string"
example = "Welcome to my Mumble server"
default = "Welcome"
[install.registername]
ask.en = "Choose a name for the root channel (your Mumble server name)"
ask.fr = "Entrez un nom pour le channel racine (le nom de votre serveur Mumble)"
type = "string"
example = "Root"
default = "Root"
[resources]
[resources.ports]
main.default = 64738
main.exposed = "Both"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
[resources.apt]
packages = "mumble-server, mailutils"