modulepackage
0.0.0-20211220145119-c11ca937c0e6
Repository: https://github.com/scritch007/shareit.git
Documentation: pkg.go.dev
# README
ShareMinator
Share your files with your friends
Workish
- Browsing
- Removing files
- Creating folder
- Popup for downloading file
- Authentication system (Partial)
- Add User Creation
- Add upload system (Broken for now)
- Add sharing system (Partial)
TODO
- Add Chromecast support for Videos and Music
- Add real database for storing informations
The website frontend is now in a separate package [email protected]:scritch007/ShareMinatorFrontend.git
Please edit the configuration file to point to this repository
Create a configuration file using the file provided in the examples folder.
then run the following command
ShareMinator -c=/PATH_TO_YOUR_CONFIGURATION_FOLDER/config.json
Credits
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
ServeContent(w ResponseWriter, req *Request, name string, modtime time.Time, content io.ReadSeeker)CommandHandler is used to keep information about issued commands.