From 0591d39b0be7ab7cf30c77b7a2cef5c5f221224d Mon Sep 17 00:00:00 2001
From: Stavros Iliopoulos
Date: Thu, 7 Sep 2023 12:37:50 +0300
Subject: [PATCH 1/4] Add budibase.
---
README.md | 1 +
apps/budibase/config.json | 20 +++++
apps/budibase/docker-compose.yml | 37 ++++++++
apps/budibase/metadata/description.md | 123 ++++++++++++++++++++++++++
apps/budibase/metadata/logo.jpg | Bin 0 -> 11292 bytes
5 files changed, 181 insertions(+)
create mode 100644 apps/budibase/config.json
create mode 100644 apps/budibase/docker-compose.yml
create mode 100644 apps/budibase/metadata/description.md
create mode 100644 apps/budibase/metadata/logo.jpg
diff --git a/README.md b/README.md
index 15ef3f74..2fd6d286 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,7 @@ This is the official repository for the Tipi App Store. It contains all the apps
- [Barrage](https://github.com/maulik9898/barrage) - Minimal Deluge WebUI with full mobile support
- [Bazarr](https://github.com/morpheus65535/bazarr) - A companion application to Sonarr and Radarr that manages and downloads subtitles
- [Booksonic](https://github.com/popeen) - A server for streaming your audiobooks
+- [Budibase](https://github.com/Budibase/budibase) - 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 ⚡
- [Bookstack](https://github.com/BookStackApp/BookStack) - Simple, easy-to-use platform for organising and storing information.
- [Calibre-Web](https://github.com/janeczku/calibre-web) - Web Ebook Reader
- [Chatpad AI](https://github.com/deiucanta/chatpad) - Not just another ChatGPT user-interface!
diff --git a/apps/budibase/config.json b/apps/budibase/config.json
new file mode 100644
index 00000000..52f0587b
--- /dev/null
+++ b/apps/budibase/config.json
@@ -0,0 +1,20 @@
+{
+ "$schema": "../schema.json",
+ "name": "Budibase",
+ "port": 8268,
+ "available": true,
+ "exposable": true,
+ "id": "budibase",
+ "tipi_version": 5,
+ "version": "2.9.36",
+ "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": []
+}
+
\ No newline at end of file
diff --git a/apps/budibase/docker-compose.yml b/apps/budibase/docker-compose.yml
new file mode 100644
index 00000000..b5cf8c2a
--- /dev/null
+++ b/apps/budibase/docker-compose.yml
@@ -0,0 +1,37 @@
+version: "3.7"
+services:
+ budibase:
+ image: budibase/budibase:2.9.36
+ restart: unless-stopped
+ container_name: budibase
+ ports:
+ - ${APP_PORT}:80
+ volumes:
+ - ${APP_DATA_DIR}:/data
+ networks:
+ - tipi_main_network
+ labels:
+ # Main
+ traefik.enable: true
+ traefik.http.middlewares.budibase-web-redirect.redirectscheme.scheme: https
+ traefik.http.services.budibase.loadbalancer.server.port: 80
+ # Web
+ traefik.http.routers.budibase-insecure.rule: Host(`${APP_DOMAIN}`)
+ traefik.http.routers.budibase-insecure.entrypoints: web
+ traefik.http.routers.budibase-insecure.service: budibase
+ traefik.http.routers.budibase-insecure.middlewares: budibase-web-redirect
+ # Websecure
+ traefik.http.routers.budibase.rule: Host(`${APP_DOMAIN}`)
+ traefik.http.routers.budibase.entrypoints: websecure
+ traefik.http.routers.budibase.service: budibase
+ traefik.http.routers.budibase.tls.certresolver: myresolver
+ # Local domain
+ traefik.http.routers.budibase-local-insecure.rule: Host(`budibase.${LOCAL_DOMAIN}`)
+ traefik.http.routers.budibase-local-insecure.entrypoints: web
+ traefik.http.routers.budibase-local-insecure.service: budibase
+ traefik.http.routers.budibase-local-insecure.middlewares: budibase-web-redirect
+ # Local domain secure
+ traefik.http.routers.budibase-local.rule: Host(`budibase.${LOCAL_DOMAIN}`)
+ traefik.http.routers.budibase-local.entrypoints: websecure
+ traefik.http.routers.budibase-local.service: budibase
+ traefik.http.routers.budibase-local.tls: true
\ No newline at end of file
diff --git a/apps/budibase/metadata/description.md b/apps/budibase/metadata/description.md
new file mode 100644
index 00000000..d7f42d8a
--- /dev/null
+++ b/apps/budibase/metadata/description.md
@@ -0,0 +1,123 @@
+
+
+
+
+
+
+ Budibase
+
+
+
+ The low code platform you'll enjoy using
+
+
+ Budibase is an open source low-code platform, and the easiest way to build internal apps that improve productivity.
+
+
+
+ 🤖 🎨 🚀
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+## ✨ Features
+
+### Build and ship real software
+Unlike other platforms, with Budibase you build and ship single page applications. Budibase applications have performance baked in and can be designed responsively, providing your users with a great experience.
+
+
+### Open source and extensible
+Budibase is open-source - licensed as GPL v3. This should fill you with confidence that Budibase will always be around. You can also code against Budibase or fork it and make changes as you please, providing a developer-friendly experience.
+
+
+### Load data or start from scratch
+Budibase pulls in data from multiple sources, including MongoDB, CouchDB, PostgreSQL, MySQL, Airtable, S3, DynamoDB, or a REST API. And unlike other platforms, with Budibase you can start from scratch and create business apps with no datasources. [Request new datasources](https://github.com/Budibase/budibase/discussions?discussions_q=category%3AIdeas).
+
+
+
+
+
+
+### Design and build apps with powerful pre-made components
+
+Budibase comes out of the box with beautifully designed, powerful components which you can use like building blocks to build your UI. We also expose a lot of your favourite CSS styling options so you can go that extra creative mile. [Request new component](https://github.com/Budibase/budibase/discussions?discussions_q=category%3AIdeas).
+
+
+
+
+
+
+### Automate processes, integrate with other tools, and connect to webhooks
+Save time by automating manual processes and workflows. From connecting to webhooks, to automating emails, simply tell Budibase what to do and let it work for you. You can easily [create new automations for Budibase here](https://github.com/Budibase/automations) or [Request new automation](https://github.com/Budibase/budibase/discussions?discussions_q=category%3AIdeas).
+
+
+
+
+
+
+### Integrate with your favorite tools
+Budibase integrates with a number of popular tools allowing you to build apps that perfectly fit your stack.
+
+
+
+
+
+
+### Admin paradise
+Budibase is made to scale. With Budibase, you can self-host on your own infrastructure and globally manage users, onboarding, SMTP, apps, groups, theming and more. You can also provide users/groups with an app portal and disseminate user-management to the group manager.
+
+- Checkout the promo video: https://youtu.be/xoljVpty_Kw
+
+
+
+---
+
+
+
+
+## Budibase Public API
+As with anything that we build in Budibase, our new public API is simple to use, flexible, and introduces new extensibility. To summarize, the Budibase API enables:
+
+- Budibase as a backend
+- Interoperability
+
+
+#### Docs
+You can learn more about the Budibase API at the following places:
+
+- [General documentation](https://docs.budibase.com/docs/public-api) : Learn how to get your API key, how to use spec, and how to use with Postman
+- [Interactive API documentation](https://docs.budibase.com/reference/post_applications) : Learn how to interact with the API
diff --git a/apps/budibase/metadata/logo.jpg b/apps/budibase/metadata/logo.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..00487cf700768343cf5c87c7b8903121f2c8f109
GIT binary patch
literal 11292
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
literal 0
HcmV?d00001
From add9107420852c2e5830beb71a0b601d9e169790 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 7 Sep 2023 14:32:09 +0000
Subject: [PATCH 2/4] chore(deps): update nocodb/nocodb docker tag to v0.111.2
(#1159)
---
apps/nocodb/config.json | 4 ++--
apps/nocodb/docker-compose.yml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/apps/nocodb/config.json b/apps/nocodb/config.json
index 1b1f8b62..f965f5fd 100644
--- a/apps/nocodb/config.json
+++ b/apps/nocodb/config.json
@@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "nocodb",
- "tipi_version": 20,
- "version": "0.111.1",
+ "tipi_version": 21,
+ "version": "0.111.2",
"categories": [
"utilities"
],
diff --git a/apps/nocodb/docker-compose.yml b/apps/nocodb/docker-compose.yml
index 69192a99..3dcc26fc 100644
--- a/apps/nocodb/docker-compose.yml
+++ b/apps/nocodb/docker-compose.yml
@@ -11,7 +11,7 @@ services:
- NC_PUBLIC_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}
- NC_AUTH_JWT_SECRET=${NOCODB_JWT_SECRET}
- NC_REDIS_URL=redis://default:${NOCODB_REDIS_PASSWORD}@nocodb-redis:6379
- image: "nocodb/nocodb:0.111.1"
+ image: "nocodb/nocodb:0.111.2"
ports:
- "${APP_PORT}:8080"
restart: always
From 88554f56206b496c0d117a857b9fd85b4de33516 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 7 Sep 2023 17:23:55 +0000
Subject: [PATCH 3/4] chore(deps): update adguard/adguardhome docker tag to
v0.107.37 (#1160)
---
apps/adguard/config.json | 4 ++--
apps/adguard/docker-compose.yml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/apps/adguard/config.json b/apps/adguard/config.json
index b1ddb5df..71462b86 100644
--- a/apps/adguard/config.json
+++ b/apps/adguard/config.json
@@ -3,8 +3,8 @@
"name": "Adguard",
"available": true,
"exposable": true,
- "tipi_version": 15,
- "version": "0.107.36",
+ "tipi_version": 16,
+ "version": "0.107.37",
"port": 8104,
"id": "adguard",
"categories": [
diff --git a/apps/adguard/docker-compose.yml b/apps/adguard/docker-compose.yml
index 2afdfbf9..465f9f2e 100644
--- a/apps/adguard/docker-compose.yml
+++ b/apps/adguard/docker-compose.yml
@@ -1,7 +1,7 @@
version: "3.7"
services:
adguard:
- image: adguard/adguardhome:v0.107.36
+ image: adguard/adguardhome:v0.107.37
container_name: adguard
volumes:
- "${APP_DATA_DIR}/data/work:/opt/adguardhome/work"
From aae1c06946f85ff3a37a7030427be5c7f3d829ac Mon Sep 17 00:00:00 2001
From: Nicolas Meienberger
Date: Fri, 8 Sep 2023 08:47:16 +0200
Subject: [PATCH 4/4] chore(budibase): format json and remove badges from
description
---
apps/budibase/config.json | 33 ++++++++++++---------------
apps/budibase/docker-compose.yml | 4 ++--
apps/budibase/metadata/description.md | 29 ++++++++---------------
3 files changed, 27 insertions(+), 39 deletions(-)
diff --git a/apps/budibase/config.json b/apps/budibase/config.json
index 52f0587b..510b82cd 100644
--- a/apps/budibase/config.json
+++ b/apps/budibase/config.json
@@ -1,20 +1,17 @@
{
- "$schema": "../schema.json",
- "name": "Budibase",
- "port": 8268,
- "available": true,
- "exposable": true,
- "id": "budibase",
- "tipi_version": 5,
- "version": "2.9.36",
- "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": []
+ "$schema": "../schema.json",
+ "name": "Budibase",
+ "port": 8268,
+ "available": true,
+ "exposable": true,
+ "id": "budibase",
+ "tipi_version": 5,
+ "version": "2.9.36",
+ "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": []
}
-
\ No newline at end of file
diff --git a/apps/budibase/docker-compose.yml b/apps/budibase/docker-compose.yml
index b5cf8c2a..cdbcbcbf 100644
--- a/apps/budibase/docker-compose.yml
+++ b/apps/budibase/docker-compose.yml
@@ -1,4 +1,4 @@
-version: "3.7"
+version: '3.7'
services:
budibase:
image: budibase/budibase:2.9.36
@@ -34,4 +34,4 @@ services:
traefik.http.routers.budibase-local.rule: Host(`budibase.${LOCAL_DOMAIN}`)
traefik.http.routers.budibase-local.entrypoints: websecure
traefik.http.routers.budibase-local.service: budibase
- traefik.http.routers.budibase-local.tls: true
\ No newline at end of file
+ traefik.http.routers.budibase-local.tls: true
diff --git a/apps/budibase/metadata/description.md b/apps/budibase/metadata/description.md
index d7f42d8a..d8d531f0 100644
--- a/apps/budibase/metadata/description.md
+++ b/apps/budibase/metadata/description.md
@@ -23,22 +23,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
## ✨ Features
-### Build and ship real software
+### Build and ship real software
+
Unlike other platforms, with Budibase you build and ship single page applications. Budibase applications have performance baked in and can be designed responsively, providing your users with a great experience.
### Open source and extensible
+
Budibase is open-source - licensed as GPL v3. This should fill you with confidence that Budibase will always be around. You can also code against Budibase or fork it and make changes as you please, providing a developer-friendly experience.
### Load data or start from scratch
+
Budibase pulls in data from multiple sources, including MongoDB, CouchDB, PostgreSQL, MySQL, Airtable, S3, DynamoDB, or a REST API. And unlike other platforms, with Budibase you can start from scratch and create business apps with no datasources. [Request new datasources](https://github.com/Budibase/budibase/discussions?discussions_q=category%3AIdeas).
@@ -82,6 +70,7 @@ Budibase comes out of the box with beautifully designed, powerful components whi
### Automate processes, integrate with other tools, and connect to webhooks
+
Save time by automating manual processes and workflows. From connecting to webhooks, to automating emails, simply tell Budibase what to do and let it work for you. You can easily [create new automations for Budibase here](https://github.com/Budibase/automations) or [Request new automation](https://github.com/Budibase/budibase/discussions?discussions_q=category%3AIdeas).
@@ -90,6 +79,7 @@ Save time by automating manual processes and workflows. From connecting to webho
### Integrate with your favorite tools
+
Budibase integrates with a number of popular tools allowing you to build apps that perfectly fit your stack.
@@ -98,6 +88,7 @@ Budibase integrates with a number of popular tools allowing you to build apps th
### Admin paradise
+
Budibase is made to scale. With Budibase, you can self-host on your own infrastructure and globally manage users, onboarding, SMTP, apps, groups, theming and more. You can also provide users/groups with an app portal and disseminate user-management to the group manager.
- Checkout the promo video: https://youtu.be/xoljVpty_Kw
@@ -108,15 +99,15 @@ Budibase is made to scale. With Budibase, you can self-host on your own infrastr
-
## Budibase Public API
+
As with anything that we build in Budibase, our new public API is simple to use, flexible, and introduces new extensibility. To summarize, the Budibase API enables:
- Budibase as a backend
- Interoperability
-
#### Docs
+
You can learn more about the Budibase API at the following places:
- [General documentation](https://docs.budibase.com/docs/public-api) : Learn how to get your API key, how to use spec, and how to use with Postman