Go to file
michael-bailey 604677e5c7 Implemented FileHandle streaming, for efficient file downloads. 2025-06-01 22:28:54 +01:00
FileStorageService.www Implemented FileHandle streaming, for efficient file downloads. 2025-06-01 22:28:54 +01:00
FileStorageService.www.Test Cleaned up file controller and repositories. 2025-06-01 19:04:35 +01:00
.dockerignore Added docker configuration 2025-03-19 15:35:23 +00:00
.gitignore Initial commit, Created entities for creating files. Removed default identity. 2025-03-17 11:03:58 +00:00
FileStorageService.sln Added unit test For FileRepository.cs 2025-03-18 13:20:17 +00:00
README.md Added README 2025-03-19 13:03:33 +00:00

README.md

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.