Giter Club home page Giter Club logo

filedrop-v2's Introduction

FileDrop V2 ?

Story

this web app is a reengineering of FileDrop V1 which is a rust app created without any dependency.

Here, FileDrop V2 was realized with A LOT of lib (the most i could). Furthermore, it was realised insanely faster (and working better) (4Hours for V2 // +10Hours V1) to achieve the same thing (even if i was learning the language in the first place).

stuff i'll do

just finishing another project rn but i'll add those features next :

  • security (locking specific files with psswd) (+ an optional master password to get on the app)
  • admin panel (in order to have some stats + setup security psswds)
  • upload button
  • a CSS rework (drop bootstrap + responsive)
  • stay "easy to setup" and multiplatform

Demo

FiledropV2 is running at noais.fr if u wanna see

How to setup :

.env

settings which can be set in .env :

  • files_path : (default : /var/file_drop_files) > path to the folder where files will be stored
  • allow_create : (default : true) > is FileDrop allowed to create that dir if it doesn't exists ?

More conf

This project was realised with rocket.rs. U will find the conf file of the web server in Rocket.toml.

for example, u will be able to :

  • change the port
  • enable tls (=https) (if you can) (i would do a reverse proxy)
  • change the secret key (see below)

Changing secret_key

IMPORTANT ! on linux, run openssl rand -base64 32 and replace the field 'secret_key' with the value returned by that command in Rocket.toml. More info about that here.

How to run

FileDrop is written in rust, you will be able to run it like a normal rust app.

if you need help :

Docker

see the docker hub repo

docker run -p 80:8000 --name filedrop -it -d noecl/filedrop

filedrop-v2's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.