flofriday / thumbcloud

Thumbcloud is a file-sharing server to replace your USB thumbdrive.
MIT License
103 stars 9 forks source link
actix-web cloud file-sharing rust web

Thumbcloud

Thumbcloud is a file-sharing server to replace your USB thumbdrive Screenshot

Unmaintained

I don't intend to maintain this project. It's been a couple of years and I no longer work with rust on a regular basis.

Idea and State

Sharing files via a USB thumbdrive is not optimal:

Thumbcloud is my attempt to create an application to share files with friends and collegues, on the same network. Moreover, they don't need to install any additional software (all they need is a webbrowser).

Disclaimer: The software is still in early development and misses some features. Furthermore, there are few bugs and maybe even security flaws. In a nutshell, you shouldn't use the software on an untrusted network nor with sensitive data, but feel free to try it out.

Install

Just download the latest release and unpack it.

Warning: Windows and macOS might warn you because the binaries are not singed. Feel to free ignore those warnings.

Build from source

  1. Install rust
  2. Download the repository
  3. Unzip the compressed file and run cargo build --release
  4. Run the executable
    Windows PowerShell: .\target\release\thumbcloud.exe $HOME --open
    Windows CMD: .\target\release\thumbcloud.exe %HOMEPATH% --open
    Unix (macOS, Linux, FreeBSD): ./target/release/thumbcloud $HOME --open

Usage

  1. Open a terminal in the directory with the executable
  2. Windows CMD: .\thumbcloud.exe %HOMEPATH% --open
    Windows PowerShell: .\thumbcloud.exe $HOME --open
    Unix (macOS, Linux FreeBSD): ./thumbcloud $HOME --open
USAGE:
    thumbcloud [FLAGS] [OPTIONS] <INPUT>

FLAGS:
    -h, --help            Prints help information
        --open            Opens thumbcloud in the default webbrowser
        --simple-icons    Gives all files the same icons (improves performance)
    -V, --version         Prints version information

OPTIONS:
    -a, --addr <address>    Sets the IP address and port the server will launch
    -n, --name <name>       Sets a custom servername

ARGS:
    <INPUT>    Sets the path thumbcloud will share

Contributing

Check out CONTRIBUTING.md for more information.

Feature List / TODO

v0.0.1

v0.0.2

v0.0.3

v0.0.4

v0.1.0

after v0.1.0