Adds nocodb app.

This commit is contained in:
2026-06-19 21:33:17 +00:00
parent 110eca06ce
commit 8f8d3f7680
10 changed files with 275 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
# NocoDB
NocoDB is an open-source no-code database platform that turns any database into a smart spreadsheet.
## Dependencies
- **PostgreSQL** - Database backend for storing tables and data
## Configuration
Key settings in `config.yaml`:
- **domain** - Where NocoDB will be accessible
- **storage** - Persistent volume size (default: `1Gi`)
- **db.name** - Database name (default: `nocodb`)
## First-Time Setup
1. Add and deploy the app:
```bash
wild app add nocodb
wild app deploy nocodb
```
2. Visit the app URL and complete the sign-up form to create your admin account.
3. The first user to sign up becomes the super admin.
## Notes
- NocoDB requires substantial memory — 2Gi is recommended to avoid OOM crashes (Node.js)
- The `ncAuthJwtSecret` is auto-generated and used for JWT token signing
- Workspaces and bases (tables) can be shared with other users via the team management panel