1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tooljet_ynh.git synced 2024-10-01 13:34:55 +02:00

Merge pull request #133 from YunoHost-Apps/testing

testing
This commit is contained in:
OniriCorpe 2024-02-15 23:43:13 +01:00 committed by GitHub
commit ff1fe52029
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 10 additions and 10 deletions

View file

@ -1,5 +1,5 @@
<!-- <!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
It shall NOT be edited by hand. It shall NOT be edited by hand.
--> -->
@ -35,7 +35,7 @@ ToolJet is an open-source low-code framework to build and deploy internal tools
- *Doesn't store data:* ToolJet acts only as a proxy and doesn't store any data. - *Doesn't store data:* ToolJet acts only as a proxy and doesn't store any data.
**Shipped version:** 2.26.1~ynh1 **Shipped version:** 2.28.4~ynh1
## Screenshots ## Screenshots

View file

@ -1,5 +1,5 @@
<!-- <!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
It shall NOT be edited by hand. It shall NOT be edited by hand.
--> -->
@ -35,7 +35,7 @@ ToolJet is an open-source low-code framework to build and deploy internal tools
- *Doesn't store data:* ToolJet acts only as a proxy and doesn't store any data. - *Doesn't store data:* ToolJet acts only as a proxy and doesn't store any data.
**Version incluse :** 2.26.1~ynh1 **Version incluse :** 2.28.4~ynh1
## Captures décran ## Captures décran

View file

@ -4,7 +4,7 @@ id = "tooljet"
name = "ToolJet" name = "ToolJet"
description.en = "Open-source low-code framework for building React-based web applications and internal tools" description.en = "Open-source low-code framework for building React-based web applications and internal tools"
version = "2.26.1~ynh1" version = "2.28.4~ynh1"
maintainers = ["Tagadda"] maintainers = ["Tagadda"]
@ -39,8 +39,8 @@ ram.runtime = "300M"
[resources.sources] [resources.sources]
[resources.sources.main] [resources.sources.main]
url = "https://github.com/ToolJet/ToolJet/archive/refs/tags/v2.26.1.tar.gz" url = "https://github.com/ToolJet/ToolJet/archive/refs/tags/v2.28.4.tar.gz"
sha256 = "64741d73758671500b0b965c9a8737be3df87469207d44ff335a032df7d0480d" sha256 = "4c168a418a4dc4e788de4eb46c94309f1b84d029d952420e9b8288db1a922308"
autoupdate.strategy = "latest_github_tag" autoupdate.strategy = "latest_github_tag"

View file

@ -4,8 +4,8 @@
# COMMON VARIABLES # COMMON VARIABLES
#================================================= #=================================================
NODEJS_VERSION="18.3" NODEJS_VERSION="18.18.2"
NPM_VERSION="8.11.0" NPM_VERSION="9.8.1"
main_domain=$(cat /etc/yunohost/current_host) main_domain=$(cat /etc/yunohost/current_host)