-
Notifications
You must be signed in to change notification settings - Fork 401
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: nmfretz <nmfretz@gmail.com>
- Loading branch information
Showing
3 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: "" |