-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.toml
77 lines (55 loc) · 1.64 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "libretime"
name = "LibreTime"
description.en = "Radio Broadcast & Automation Platform"
description.fr = "Plateforme de diffusion radio et d'automatisation"
version = "4.2.0~ynh1"
maintainers = ["eric_G"]
[upstream]
license = "GPL-3.0-only"
website = "https://libretime.org/"
admindoc = "https://libretime.org/docs/admin-manual/"
code = "https://github.com/libretime/libretime"
[integration]
yunohost = ">= 11.2.30"
helpers_version = "2.1"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.admin]
type = "user"
[install.password]
type = "password"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://github.com/libretime/libretime/releases/download/4.2.0/libretime-4.2.0.tar.gz"
sha256 = "b837bd73837e6601c0d893403e2b5bb21b6a704f5e6a6efe6fa98c46c58f4ba7"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
allow_email = true
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
[resources.ports]
main.default = 8080
icecast.default = 8000
icecast2.default = 8443
liquidsoap.default = 8001
liquidsoap2.default = 8002
[resources.apt]
packages = "postgresql, php7.4-fpm, python3-dev, python3-venv, python3, python3-pip"
[resources.database]
type = "postgresql"