Thanks to visit codestin.com
Credit goes to github.com

Skip to content

foxbot/updock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

updock

a file host

requirements

  • Python 3
  • A web host

installation

usage

upload file

POST /create HTTP/1.1
Host: nice.website
Content-Type: multipart/form-data; boundary=X-FORM-BOUNDARY

* multipart form data

view file

GET /<file> HTTP/1.1
Host: nice.website

advanced usage suggestions

create a fancy upload gui, drop it into the database under index

contributing

wait until hacktoberfest

license

Licensed under ISC. See LICENSE.md

About

sqlite based file host in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages