- Implement file browser UI with upload/download capabilities - Add API endpoints for file operations (list, upload, delete, preview) - Create FileUploader and FilePreviewModal components - Configure MinIO integration with environment variables - Add documentation for MinIO file browser setup
8 lines
213 B
Plaintext
8 lines
213 B
Plaintext
# MinIO Configuration
|
|
NUXT_MINIO_ACCESS_KEY=your-minio-access-key
|
|
NUXT_MINIO_SECRET_KEY=your-minio-secret-key
|
|
|
|
# NocoDB Configuration (existing)
|
|
NUXT_NOCODB_URL=your-nocodb-url
|
|
NUXT_NOCODB_TOKEN=your-nocodb-token
|