Furumi
FUSE filesystem working over NGINX JSON autoindex.
Written in Rust stable.
# Features
- Using NGINX for indexing remote files.
- Security relies on HTTPS.
- Using cache.
## Usage
Here is a [binary release](https://github.com/house-of-vanity/furumi/releases/latest) or compile it yourself. Anyway mind about dependencies listed below. Also there is a systemd unit file for managing service. Place it into `~/.config/systemd/user/furumi.service`
```sh
# Compile binary
$ cargo build --release
# Create config
cat > furumi.ylm <