-
Notifications
You must be signed in to change notification settings - Fork 6
/
manifest.toml
70 lines (54 loc) · 1.75 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
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "nodered"
name = "Node-RED"
description.en = "Flow-based programming for the Internet of Things"
description.fr = "Programmation par flux de données pour l'Internet des objets"
version = "4.0.2~ynh1"
maintainers = ["tituspijean"]
[upstream]
license = "Apache-2.0"
website = "https://nodered.org"
userdoc = "https://nodered.org/docs/"
code = "https://github.com/node-red/node-red"
cpe = "cpe:2.3:a:nodered:node-red"
fund = "https://openjsf.org"
[integration]
yunohost = ">= 11.1.15"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "300M"
ram.runtime = "70M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/nodered"
[install.init_admin_permission]
ask.en = "For example, to edit flows"
ask.fr = "Par exemple, pour modifier les flux"
type = "group"
default = "admins"
[install.init_main_permission]
help.en = "This corresponds to access to the dashboard and HTTP endpoints"
help.fr = "Ceci corresponds à l'accès au tableau de bord et aux points d'accès HTTP"
type = "group"
default = "visitors"
[resources]
[resources.sources.main]
url = "https://github.com/node-red/node-red/releases/download/4.0.2/node-red-4.0.2.zip"
sha256 = "b371247db97e9c0e8d708a836b29d3f3c62942cc14924d72fc9c359037b43b56"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "node-red-.*zip"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
main.additional_urls = ["/ui"]
admin.url = "/admin"
[resources.ports]
main.default = 1880