Skip to content

cmrust/easy-drop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easy-drop

This is a simple implementation of DropzoneJS using Go's http library server-side.

I've set this up for my own personal purposes, so that I can easily transfer files to my local server. There is nothing secure about this setup and it should not be exposed to the public internet.

This project includes sourcecode and images from DropzoneJS.

To set this project up:

git clone $repo

cd easy-drop

go run easy-drop.go

Note: By default, files will be downloaded to the uploads directory included in this project.

systemd service

Move easydrop.service to /etc/systemd/system/easydrop.service:

sudo mv easydrop.service /etc/systemd/system/easydrop.service
sudo systemctl start easydrop.service 
sudo systemctl enable easydrop.service

About

Go implementation of local DropzoneJS portal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published