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
- Host: GitHub
- URL: https://github.com/zebp/filehost-rs
- Owner: zebp
- License: unlicense
- Created: 2020-03-06T13:43:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-10T11:41:33.000Z (almost 3 years ago)
- Last Synced: 2025-03-15T08:12:32.499Z (2 months ago)
- Language: Rust
- Homepage:
- Size: 46.9 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.