2023-08-12 19:35:24 +02:00
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "tooljet"
|
|
|
|
name = "ToolJet"
|
|
|
|
description.en = "Open-source low-code framework for building React-based web applications and internal tools"
|
|
|
|
|
2024-06-15 03:47:41 +02:00
|
|
|
version = "2.61.3~ynh1"
|
2023-08-12 19:35:24 +02:00
|
|
|
|
|
|
|
maintainers = ["Tagadda"]
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "AGPL-3.0"
|
|
|
|
website = "https://tooljet.com/"
|
|
|
|
userdoc = "https://docs.tooljet.com/docs/intro"
|
|
|
|
code = "https://github.com/ToolJet/ToolJet"
|
|
|
|
cpe = "cpe:2.3:a:tooljet:tooljet"
|
|
|
|
|
|
|
|
[integration]
|
|
|
|
yunohost = ">= 11.2"
|
|
|
|
architectures = "all"
|
|
|
|
multi_instance = true
|
2023-09-16 13:50:37 +02:00
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
disk = "3G"
|
|
|
|
ram.build = "3G"
|
|
|
|
ram.runtime = "300M"
|
2023-08-12 19:35:24 +02:00
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
|
|
|
|
[resources.sources]
|
|
|
|
|
|
|
|
[resources.sources.main]
|
2024-06-15 03:47:41 +02:00
|
|
|
url = "https://github.com/ToolJet/ToolJet/archive/refs/tags/v2.61.3.tar.gz"
|
|
|
|
sha256 = "d6ee8db056a117723c39ff5e5068f8d61a0971a04f6de9c0ee63ed8be16c78fd"
|
2023-08-12 19:35:24 +02:00
|
|
|
|
2024-02-16 00:15:31 +01:00
|
|
|
autoupdate.strategy = "latest_github_release"
|
2023-08-12 19:35:24 +02:00
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
allow_email = true
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
|
|
|
|
[resources.ports]
|
|
|
|
main.default = 8095
|
|
|
|
|
|
|
|
[resources.apt]
|
2024-06-13 16:40:19 +02:00
|
|
|
packages = "postgresql, postgresql-contrib, build-essential"
|
2023-08-12 19:35:24 +02:00
|
|
|
|
|
|
|
[resources.database]
|
|
|
|
type = "postgresql"
|