From 403a70e33af0927653fae47ccda105d2e5ca8078 Mon Sep 17 00:00:00 2001 From: Josua Frank Date: Thu, 27 Jun 2024 21:06:21 +0200 Subject: [PATCH 1/9] Added budibase --- budibase/data/.gitkeep | 0 budibase/docker-compose.yml | 17 +++++++++++++++++ budibase/umbrel-app.yml | 38 +++++++++++++++++++++++++++++++++++++ 3 files changed, 55 insertions(+) create mode 100644 budibase/data/.gitkeep create mode 100644 budibase/docker-compose.yml create mode 100644 budibase/umbrel-app.yml diff --git a/budibase/data/.gitkeep b/budibase/data/.gitkeep new file mode 100644 index 0000000000..e69de29bb2 diff --git a/budibase/docker-compose.yml b/budibase/docker-compose.yml new file mode 100644 index 0000000000..0fd769bba0 --- /dev/null +++ b/budibase/docker-compose.yml @@ -0,0 +1,17 @@ +version: "3.7" + +services: + app_proxy: + environment: + APP_HOST: budibase_budibase_1 + APP_PORT: 80 + PROXY_AUTH_ADD: "false" + + budibase: + image: budibase/budibase:2.29.3@sha256:71acdc12431198f40afe7a923c17f49b2aa25d563838da7d1f385ad07f75a15c + restart: on-failure + stop_grace_period: 1m + volumes: + - ${APP_DATA_DIR}/data:/data + environment: + JWT_SECRET: ${APP_SEED} diff --git a/budibase/umbrel-app.yml b/budibase/umbrel-app.yml new file mode 100644 index 0000000000..7376a0b972 --- /dev/null +++ b/budibase/umbrel-app.yml @@ -0,0 +1,38 @@ +manifestVersion: 1 +id: budibase +name: Budibase +tagline: The low code platform you'll enjoy using +category: developer +version: "2.29.3" +port: 6733 +description: >- + Budibase is an open-source low-code platform that saves engineers 100s of hours building forms, portals, and approval apps, securely. + + + 🔨 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 users with a great experience. + + + 🗄️ Load data or start from scratch + + Budibase pulls 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 data sources. + + + 🎨 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 many of your favourite CSS styling options so you can go that extra creative mile. + + + ⚙️ 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. +developer: Budibase +website: https://budibase.com +submitter: Sharknoon +submission: https://github.com/getumbrel/umbrel-apps/pull/ +repo: https://github.com/Budibase/budibase +support: https://github.com/Budibase/budibase/discussions +gallery: [] +releaseNotes: "" +dependencies: [] \ No newline at end of file From 79d3149c578baa716b3d1538f31248621f5310b8 Mon Sep 17 00:00:00 2001 From: Josua Frank Date: Thu, 27 Jun 2024 21:24:52 +0200 Subject: [PATCH 2/9] Added PR link --- budibase/umbrel-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/budibase/umbrel-app.yml b/budibase/umbrel-app.yml index 7376a0b972..fda2f91d25 100644 --- a/budibase/umbrel-app.yml +++ b/budibase/umbrel-app.yml @@ -30,7 +30,7 @@ description: >- developer: Budibase website: https://budibase.com submitter: Sharknoon -submission: https://github.com/getumbrel/umbrel-apps/pull/ +submission: https://github.com/getumbrel/umbrel-apps/pull/1178 repo: https://github.com/Budibase/budibase support: https://github.com/Budibase/budibase/discussions gallery: [] From c1b636b0ee6fe09c9f3d12bcc6dddd5b39909c7d Mon Sep 17 00:00:00 2001 From: Josua Frank Date: Thu, 27 Jun 2024 21:51:40 +0200 Subject: [PATCH 3/9] Add missing path --- budibase/umbrel-app.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/budibase/umbrel-app.yml b/budibase/umbrel-app.yml index fda2f91d25..a292ee4e5e 100644 --- a/budibase/umbrel-app.yml +++ b/budibase/umbrel-app.yml @@ -35,4 +35,5 @@ repo: https://github.com/Budibase/budibase support: https://github.com/Budibase/budibase/discussions gallery: [] releaseNotes: "" -dependencies: [] \ No newline at end of file +dependencies: [] +path: "" \ No newline at end of file From 3a74e86d9a24fc58c6093a1febcf23903587e69b Mon Sep 17 00:00:00 2001 From: Josua Frank Date: Thu, 27 Jun 2024 21:51:55 +0200 Subject: [PATCH 4/9] Add missing newline --- budibase/umbrel-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/budibase/umbrel-app.yml b/budibase/umbrel-app.yml index a292ee4e5e..7c81c044b2 100644 --- a/budibase/umbrel-app.yml +++ b/budibase/umbrel-app.yml @@ -36,4 +36,4 @@ support: https://github.com/Budibase/budibase/discussions gallery: [] releaseNotes: "" dependencies: [] -path: "" \ No newline at end of file +path: "" From 30b9b7416771dd505f7ff01c571034f122430175 Mon Sep 17 00:00:00 2001 From: Josua Frank Date: Tue, 9 Jul 2024 08:26:12 +0200 Subject: [PATCH 5/9] Moved data directory --- budibase/data/{ => budibase}/.gitkeep | 0 budibase/docker-compose.yml | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename budibase/data/{ => budibase}/.gitkeep (100%) diff --git a/budibase/data/.gitkeep b/budibase/data/budibase/.gitkeep similarity index 100% rename from budibase/data/.gitkeep rename to budibase/data/budibase/.gitkeep diff --git a/budibase/docker-compose.yml b/budibase/docker-compose.yml index 0fd769bba0..b371206963 100644 --- a/budibase/docker-compose.yml +++ b/budibase/docker-compose.yml @@ -6,12 +6,12 @@ services: APP_HOST: budibase_budibase_1 APP_PORT: 80 PROXY_AUTH_ADD: "false" - + budibase: image: budibase/budibase:2.29.3@sha256:71acdc12431198f40afe7a923c17f49b2aa25d563838da7d1f385ad07f75a15c restart: on-failure stop_grace_period: 1m volumes: - - ${APP_DATA_DIR}/data:/data + - ${APP_DATA_DIR}/data/budibase:/data environment: JWT_SECRET: ${APP_SEED} From ab0d917002caac6ecb9b13acb6d13a880a8cc607 Mon Sep 17 00:00:00 2001 From: Josua Frank Date: Mon, 22 Jul 2024 08:53:39 +0200 Subject: [PATCH 6/9] Update umbrel-app.yml From 4a8515be3c912bf92c704efbcb04d567a2da33ea Mon Sep 17 00:00:00 2001 From: Josua Frank Date: Mon, 22 Jul 2024 09:39:22 +0200 Subject: [PATCH 7/9] Update umbrel-app.yml From fae78978510c5b8e14f54ef8aae0f1a3e48ee072 Mon Sep 17 00:00:00 2001 From: Josua Frank Date: Wed, 24 Jul 2024 14:12:22 +0200 Subject: [PATCH 8/9] Update umbrel-app.yml From e59a05296581a72b0795d19f954a54cc2acf259b Mon Sep 17 00:00:00 2001 From: nmfretz Date: Tue, 30 Jul 2024 12:29:42 +1000 Subject: [PATCH 9/9] Add gallery images --- budibase/umbrel-app.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/budibase/umbrel-app.yml b/budibase/umbrel-app.yml index 7c81c044b2..d7d2785080 100644 --- a/budibase/umbrel-app.yml +++ b/budibase/umbrel-app.yml @@ -33,7 +33,10 @@ submitter: Sharknoon submission: https://github.com/getumbrel/umbrel-apps/pull/1178 repo: https://github.com/Budibase/budibase support: https://github.com/Budibase/budibase/discussions -gallery: [] +gallery: + - 1.jpg + - 2.jpg + - 3.jpg releaseNotes: "" dependencies: [] path: ""