- Updated README and documentation to reflect the transition from MinIO to Garage for S3-compatible storage. - Removed the MinIO-specific docker-compose files and replaced them with Garage configurations. - Adjusted environment variables and service dependencies in docker-compose files to accommodate Garage. - Modified application code to log hints for Garage instead of MinIO. - Ensured all references to MinIO in the codebase and documentation are replaced with Garage.
37 lines
1.5 KiB
Markdown
37 lines
1.5 KiB
Markdown
# beenvoice-web documentation
|
|
|
|
**Repository:** [git.soconnor.dev/soconnor/beenvoice-web](https://git.soconnor.dev/soconnor/beenvoice-web)
|
|
|
|
## Core
|
|
|
|
| Document | Description |
|
|
|----------|-------------|
|
|
| [ARCHITECTURE.md](./ARCHITECTURE.md) | Server stack, tRPC routers, schema, auth, MCP, Docker, mobile API contract |
|
|
| [../README.md](../README.md) | Install, scripts, deployment |
|
|
| [COOLIFY.md](./COOLIFY.md) | Coolify + Garage networking (`ENOTFOUND garage`) |
|
|
|
|
## UI & product guides
|
|
|
|
| Document | Description |
|
|
|----------|-------------|
|
|
| [forms-guide.md](./forms-guide.md) | Form patterns |
|
|
| [UI_UNIFORMITY_GUIDE.md](./UI_UNIFORMITY_GUIDE.md) | Visual consistency |
|
|
| [breadcrumbs-guide.md](./breadcrumbs-guide.md) | Navigation breadcrumbs |
|
|
| [data-table-responsive-guide.md](./data-table-responsive-guide.md) | Responsive tables |
|
|
| [data-table-improvements.md](./data-table-improvements.md) | Table enhancements |
|
|
| [RESPONSIVE_TABLE_EXAMPLES.md](./RESPONSIVE_TABLE_EXAMPLES.md) | Table examples |
|
|
| [email-features.md](./email-features.md) | Email composer / delivery |
|
|
|
|
## Mobile
|
|
|
|
| Document | Description |
|
|
|----------|-------------|
|
|
| [../../beenvoice-app/docs/ARCHITECTURE.md](../../beenvoice-app/docs/ARCHITECTURE.md) | Expo app architecture |
|
|
| [../../beenvoice-app/README.md](../../beenvoice-app/README.md) | Mobile setup |
|
|
|
|
## Workspace
|
|
|
|
| Document | Description |
|
|
|----------|-------------|
|
|
| [../../README.md](../../README.md) | Meta repo layout, full-stack quick start |
|