mirror of
https://github.com/M336G/easy-storage.git
synced 2026-07-28 22:16:17 +00:00
An easy and efficient way of storing and distributing files using Bun!
- JavaScript 100%
| utils | ||
| .env.example | ||
| .gitignore | ||
| app.js | ||
| fileMimesList.json | ||
| package.json | ||
| README.md | ||
| tokens.json | ||
easy-storage
An easy and efficient way of storing and distributing files using Bun!
How to setup?
- Clone the repository with
git clone https://github.com/M336G/easy-storage.git. - Install Bun and run
bun install. - Run the project with
bun run start.
Recommandations
It is recommendeded that you set this up with a Cloudflare reverse proxy for best performance. You should also set tokens for your clients and configure the allowed/disallowed file MIMES depending on your needs.
Configuring
See the notes in .env.example and create a new .env file/set your environment variables if you want to configure your storage server further.
Contributing
Feel free to open pull requests if you wish to contribute to the project, as they are more than welcome!
License
This project is licensed under the GNU Affero General Public License v3.0