app-store/apps/budibase/config.json
Stavros 1cc62c2202
Add supported architectures to all apps. (#1493)
* Add the extra config to the first 50 apps and modify tests,

* Add arch to extra 55 apps.

* Fix tests error.

* Fix tests (again).

* Andd the last 77 apps.

* Change photoprism from latest to a version.

* Fixes.

* Drop arm support for peppermint.

---------

Co-authored-by: JigSaw <JigSawFr@users.noreply.github.com>
2023-10-29 21:43:17 +02:00

21 lines
694 B
JSON

{
"$schema": "../schema.json",
"name": "Budibase",
"port": 8268,
"available": true,
"exposable": true,
"id": "budibase",
"tipi_version": 19,
"version": "2.11.45",
"categories": [
"development"
],
"description": "Low code platform for creating internal tools, workflows, and admin panels in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀. Budibase, the low code platform you'll enjoy using ⚡",
"short_desc": "Internal tools made easy.",
"author": "Budibase",
"source": "https://github.com/Budibase/budibase",
"website": "https://budibase.com/",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
}