An open API service indexing awesome lists of open source software.

https://github.com/zebp/filehost-rs

A simple file upload host written on top of actix-web and async-std
https://github.com/zebp/filehost-rs

Last synced: about 2 months ago
JSON representation

A simple file upload host written on top of actix-web and async-std

Awesome Lists containing this project

README

        

# filehost-rs
A simple file host written on top of actix-web and async-std.

## Installation

Assuming you have `cargo` installed, you can install filehost-rs by running

```sh
$ cargo install --git https://github.com/vlakreeh/filehost-rs
```

## Setup

Running the server once with

```sh
$ filehost-rs
```

will generate a default config for you to edit, the configuration file is documented for convenience.