A cross-platform file uploader tool built with Vue.js and Electron, supporting uploading log and txt files to MinIO clusters or local directories.
- Cross-platform support (Windows, Linux, Mac)
- File type support: .log and .txt files
- Multiple upload destinations:
- MinIO cluster
- Local directory
- Simple and easy-to-use interface
Before using FileUploader, ensure you have:
- MinIO cluster access (if using MinIO as destination)
- Proper read/write permissions for local directories
Run
npm install
# or
cnpm installnpm start
# or
cnpm startminio:
endpoint: your-minio-endpoint
accessKey: your-access-key
secretKey: your-secret-key
port: your-port
bucket: default-bucket[License information will be added]