corocn / sss

Static web server that specializes in checking a lot of audio files on remote.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sss

This is a static web server that specializes in checking a lot of audio files that are placed on remote server. It's designed to be used with SSH tunneling.

Screenshot

ss1

Usage

USAGE:
    sss [OPTIONS] [TARGET_DIR]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -b, --bind-address <bind-address>     [default: localhost]
    -p, --port <port>                     [default: 8000]
sss ./sample
sss --port 8000 --bind-address localhost sample

About

Static web server that specializes in checking a lot of audio files on remote.


Languages

Language:Rust 77.0%Language:Handlebars 23.0%