Added README
This commit is contained in:
parent
7f168d17fa
commit
5c020191ca
|
|
@ -0,0 +1,17 @@
|
||||||
|
# File Storage Service
|
||||||
|
|
||||||
|
A very basic file storage solution, to overcome Discords file size limit.
|
||||||
|
|
||||||
|
Currently in its infancy, and I am working to add security measures.
|
||||||
|
|
||||||
|
But file uploads and downloads function.
|
||||||
|
|
||||||
|
File space is measured using 1024 byte blocks.
|
||||||
|
|
||||||
|
Any person can upload and download files.
|
||||||
|
|
||||||
|
## Plans
|
||||||
|
- User authentication, using unified BIT ID.
|
||||||
|
- Privacy and permissions, to add basic security.
|
||||||
|
- Folders, to organise contents.
|
||||||
|
- Per user space limits.
|
||||||
Loading…
Reference in New Issue