Skip to content

Commit

Permalink
App Submission: Budibase (#1178)
Browse files Browse the repository at this point in the history
Co-authored-by: nmfretz <nmfretz@gmail.com>
  • Loading branch information
sharknoon and nmfretz authored Jul 30, 2024
1 parent e51e413 commit 3bef390
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 0 deletions.
Empty file added budibase/data/budibase/.gitkeep
Empty file.
17 changes: 17 additions & 0 deletions budibase/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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/budibase:/data
environment:
JWT_SECRET: ${APP_SEED}
42 changes: 42 additions & 0 deletions budibase/umbrel-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
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/1178
repo: https://github.com/Budibase/budibase
support: https://github.com/Budibase/budibase/discussions
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
releaseNotes: ""
dependencies: []
path: ""

0 comments on commit 3bef390

Please sign in to comment.