Go to file
Matt 6c3f678554 Fix MinIO connection by disabling SSL and add debugging
- Change MinIO configuration to use non-SSL connection (useSSL: false)
- Add test-connection endpoint to verify MinIO connectivity
- Add comprehensive logging to track connection issues
- Enhance error messages in list files API for better debugging
2025-06-04 16:41:59 +02:00
.gitea/workflows build: add workflow 2025-02-16 20:32:34 +02:00
components Add MinIO file browser with upload, preview, and management features 2025-06-04 16:32:50 +02:00
composables feat: add interest button 2025-06-03 22:04:22 +03:00
docs Add MinIO file browser with upload, preview, and management features 2025-06-04 16:32:50 +02:00
middleware feat: add files 2025-02-16 14:10:19 +02:00
pages Add file browser menu item to dashboard 2025-06-04 16:36:12 +02:00
public Add Port Nimara branding to interest list page 2025-06-04 04:12:54 +02:00
server Fix MinIO connection by disabling SSL and add debugging 2025-06-04 16:41:59 +02:00
static feat: add files 2025-02-16 14:10:19 +02:00
utils feat: add new status columns 2025-06-04 00:48:44 +03:00
.dockerignore feat: add files 2025-02-16 14:10:19 +02:00
.env.example Add MinIO file browser with upload, preview, and management features 2025-06-04 16:32:50 +02:00
.gitignore feat: add files 2025-02-16 14:10:19 +02:00
Dockerfile feat: add files 2025-02-16 14:10:19 +02:00
README.md feat: add files 2025-02-16 14:10:19 +02:00
app.vue feat: add interest button 2025-06-03 22:04:22 +03:00
nuxt.config.ts Fix MinIO connection by disabling SSL and add debugging 2025-06-04 16:41:59 +02:00
package-lock.json Add MinIO file browser with upload, preview, and management features 2025-06-04 16:32:50 +02:00
package.json Add MinIO file browser with upload, preview, and management features 2025-06-04 16:32:50 +02:00
tsconfig.json feat: add files 2025-02-16 14:10:19 +02:00

README.md

Client Portal

Commands

  • npm run dev to start development

Tech Stack

  • Node.js
  • Nuxt
  • Directus
  • Vuetify