Skip to content

This is a simple file server that allows you to upload files to the server

Notifications You must be signed in to change notification settings

AnjanaMadu/FileServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🗄 FileServer

This is a simple file server that allows you to upload files to the server.
You can upload files to the server and then get download links to them.

  • If you using heroku, After heroku restarts all files will be deleted!

Deploy

Deploy to Heroku

Deploy


Deploy to VPS

Steps:

  • Install go in your server.
  • Clone repo. git clone https://github.com/AnjanaMadu/FileServer && cd FileServer
  • Install libs. go mod tidy
  • Build app. go build
  • Grant premissions. chmod +x FileServer
  • Run app. ./FileServer

Credits

About

This is a simple file server that allows you to upload files to the server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published