Simple but usable file upload service that is a easy and self hostable way to host files on a server yourself
- Install GoLang from https://go.dev/dl/
- Move into this folder and run
go build .
to compile an executable for your operating system - Make sure the
accets
folder is located in the directory with the executable (this contains html files and images) - Run the program and access your new FileBox instance!
- Find the
Users.conf
and use this formatUsername=Password
, one per line. Then restar the program for the new user to take affect
- Find the
FileBox.conf
file and replace theHost=127.0.0.1:80
to whatever you want to use to host the service. UseIP:PORT
format
- Find the
FileBox.conf
file and replace theStoragePath=storage
to a location of your choosing after the=
sign