blobproj / server

Our open-source local homemade files hosting server.

Home Page:https://files.blob-project.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blob Project: Files Hosting (Open-Source)

Easy-to-use, customizable, secured, up-to-date and minimalist.

GitHub repo size GitHub

Documentations

Coming Soon.

Getting Started

This project runs on Node.js. Please make sure that everything is up-to-date.

It is important to use our recommended essentials version down below to prevent any unexpected failure.

Our current essentials:

You can install the dependencies/packages by running:

npm i --save

You can easily update the dependenices by running:

npm update

Cache

Currently, every recent changes will changed automatically, purge the cache every 24 hours (default, you can change it)

Files

We put our files in the folder, and create a new subdirectory again.

Testing

You can easily launch the server by running: (with port: 1111)

npm run start

For testing/development mode, you can use:

npm run test

Contributions

Pull requests are welcome.

This OSS also still needs a lot of improvement.

For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Changelog

You can check our updated changelog in here.

Demo

https://files.blob-project.com

License

MIT

About

Our open-source local homemade files hosting server.

https://files.blob-project.com

License:MIT License


Languages

Language:JavaScript 100.0%