1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodered_ynh.git synced 2024-09-03 19:46:25 +02:00
nodered_ynh/manifest.toml

67 lines
1.6 KiB
TOML
Raw Normal View History

2024-01-24 12:25:21 +01:00
#: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 = "3.1.4~ynh1"
2024-01-24 12:25:21 +01:00
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
2024-01-24 13:14:32 +01:00
ldap = false
sso = false
disk = "50M"
ram.build = "300M"
ram.runtime = "70M"
2024-01-24 12:25:21 +01:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/nodered"
[install.admin]
type = "user"
[install.init_main_permission]
help.en = "Should the dashboard and HTTP endpoints be publicly accessible?"
help.fr = "Le tableau de bord et les points d'accès HTTP doivent-ils être publiquement accessibles ?"
type = "group"
default = false
[resources]
[resources.sources.main]
url = "https://github.com/node-red/node-red/archive/refs/tags/3.1.4.tar.gz"
sha256 = "2691084e08c8c4752a054499d849052495b0c011f0800ad20548e80db46cd999"
2024-01-24 12:25:21 +01:00
autoupdate.strategy = "latest_github_release"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
main.additional_urls = ["/ui"]
admin.url = "/admin"
[resources.ports]
main.default = 1880