diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..80b6102 --- /dev/null +++ b/.env.example @@ -0,0 +1,7 @@ +# 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 diff --git a/components/FilePreviewModal.vue b/components/FilePreviewModal.vue new file mode 100644 index 0000000..4e5220d --- /dev/null +++ b/components/FilePreviewModal.vue @@ -0,0 +1,220 @@ +