Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App Submission: Budibase #1178

Merged
merged 9 commits into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added budibase/data/.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:/data
environment:
JWT_SECRET: ${APP_SEED}
39 changes: 39 additions & 0 deletions budibase/umbrel-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
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: []
releaseNotes: ""
dependencies: []
path: ""