1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tooljet_ynh.git synced 2024-10-01 13:34:55 +02:00
tooljet_ynh/manifest.toml
YunoHost Bot ea08582d0e
Upgrade to v2.28.3 (#130)
* Upgrade to v2.28.3

* Auto-update README

* Update _common.sh

* Update _common.sh

---------

Co-authored-by: Tagada <36127788+Tagadda@users.noreply.github.com>
2024-02-14 13:14:17 +01:00

62 lines
1.3 KiB
TOML

packaging_format = 2
id = "tooljet"
name = "ToolJet"
description.en = "Open-source low-code framework for building React-based web applications and internal tools"
version = "2.28.3~ynh1"
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
ldap = false
sso = false
disk = "3G"
ram.build = "3G"
ram.runtime = "300M"
[install]
[install.domain]
type = "domain"
full_domain = true
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://github.com/ToolJet/ToolJet/archive/refs/tags/v2.28.3.tar.gz"
sha256 = "b35233e413200fb4960e67f8393d3b16e8fb729caf302741c38f87e6c6772780"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
allow_email = true
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.ports]
main.default = 8095
[resources.apt]
packages = "postgresql, postgresql-contrib"
[resources.database]
type = "postgresql"