mirror of
https://github.com/M336G/storage-server.git
synced 2026-07-28 22:26:01 +00:00
An easy to setup and optimized storing solution using Bun.
- JavaScript 96.9%
- Dockerfile 3.1%
| .github/workflows | ||
| data | ||
| util | ||
| .env.example | ||
| .gitignore | ||
| app.js | ||
| Dockerfile | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
storage-server
An easy to setup and optimized storing solution using Bun.
How to setup?
- Clone the repository with
git clone https://github.com/M336G/storage-server.git. - Install Bun and run
bun install. - Run the project with
bun run start.
Recommandations
It is recommended that you set this up with a Cloudflare reverse proxy for the best performances. You should also set a token and a maximum rate limit in your environement variables (create a .env file).
Configuring
See the notes in .env.example if you want to configure your storage server further.
Contributing
Feel free to open pull requests if you wish to contribute to the project!
License
This project is licensed under the GNU Affero General Public License v3.0