This project aims at providing a simple file uploader protected by a basic authentication mechanism. It eases file sharing with your friends and family without using any Dropbox or Google, AWS, Azure Cloud...
Via docker-compose:
cp .env.dist .env
docker-compose up -dVia docker:
docker run -d -p 8080:8080 jokesterfr/simple-file-uploaderIf you want to rebuild the image:
docker build .yarn
yarn startMIT Licence, see LICENCE