Skip to content

Kevin-Glaser/FileUploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

FileUploader

A cross-platform file uploader tool built with Vue.js and Electron, supporting uploading log and txt files to MinIO clusters or local directories.

Features

  • 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

Prerequisites

Before using FileUploader, ensure you have:

  • MinIO cluster access (if using MinIO as destination)
  • Proper read/write permissions for local directories

Installation

Run

npm install
# or
cnpm install

Usage

Basic Commands

npm start
# or
cnpm start

Configuration

MinIO Configuration

minio:
  endpoint: your-minio-endpoint
  accessKey: your-access-key
  secretKey: your-secret-key
  port: your-port
  bucket: default-bucket

License

[License information will be added]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published