queercat / Most

A simple file hosting webserver.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Most (May + Host)

This is a self-rolled minimalist hosting platform.
I needed something to host my files and stuff so I decided to write it myself.

Prerequisites

  • Node.js
  • Something to host this on.

Installing

$ git clone https://github.com/queercat/most
$ cd most
$ npm install

Deployment

Assuming you have a copy of most already and an up to date set of packages just...

$ cd most
$ npm install
$ mv config-example.json config.json <-- Please edit this to your liking.
$ node start

Built With

  • JSON - The world's best data-interchange format.
  • Express - Awesome minimalist web-framework.
  • Formidable - Used to parse and save uploads.

Authors

  • May Tusek - Design and Creation - Queercat

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Good API documentation!
  • Stackoverflow homies.

About

A simple file hosting webserver.

License:MIT License


Languages

Language:JavaScript 100.0%