index
:
box
list
master
Simple file sharing server
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.go
Age
Commit message (
Expand
)
Author
2025-03-28
Adds bcrypt for token hashing
Julian Hurst
2025-01-28
Close created file in upload
Julian Hurst
2025-01-25
Don't print error on notfound
Julian Hurst
2025-01-25
Disable listing resources by default and add a -i flag for enabling it
Julian Hurst
2025-01-23
Add metadata support for specifying the extension
Julian Hurst
2025-01-23
Try token from BOX_TOKEN envvar first
Julian Hurst
2025-01-23
Get token from stdin instead of flag
Julian Hurst
2025-01-23
Make deleting fail if no/invalid token
Julian Hurst
2025-01-23
X-Upload-Token -> X-Token and flesh out index.html
Julian Hurst
2025-01-23
Fix mkdir issue when files path is empty
Julian Hurst
2025-01-23
Print deleted log instead of deleting
Julian Hurst
2025-01-23
Add flag for configuring the files path
Julian Hurst
2025-01-23
Use ServeFile instead of io.Copy
Julian Hurst
2025-01-23
Add favicon
Julian Hurst
2025-01-23
Make upload endpoint static
Julian Hurst
2025-01-23
Flag for allowing resource deletion
Julian Hurst
2025-01-23
Return resource ID and allow getting resources
Julian Hurst
2025-01-23
Support token, host and port flags
Julian Hurst
2025-01-23
Initial commit
Julian Hurst