25 lines
899 B
Markdown
25 lines
899 B
Markdown
# Ten31 Database (StartOS 0.3.5)
|
|
|
|
## What this package does
|
|
- Runs Ten31 Database as a private web app.
|
|
- Persists all data under the StartOS service volume (`/data`).
|
|
- Exposes web UI/API on internal port `8080`.
|
|
|
|
## First launch
|
|
1. Open the service UI from StartOS.
|
|
2. If this is a fresh install, create the first admin account from the login screen.
|
|
3. Go to Settings and run a manual backup once.
|
|
|
|
## Airtable migration
|
|
1. Open Settings -> Migration.
|
|
2. Choose "Import from Airtable CSV".
|
|
3. Confirm row/column mappings before final import.
|
|
|
|
## Data safety
|
|
- Database path in container: `/data/crm.db`.
|
|
- Backups path in container: `/data/backups/`.
|
|
- Before StartOS or package upgrades, run a backup and export from Settings.
|
|
|
|
## Upgrade note
|
|
This 0.3.5 wrapper keeps app/runtime files separate from data volume so migration to a future 0.4 wrapper can preserve the same data directory layout.
|