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

https://github.com/frederick888/mediaserver-rust

Lightweight Rust implementation of MediaServer for ComicGlass
https://github.com/frederick888/mediaserver-rust

Last synced: 3 months ago
JSON representation

Lightweight Rust implementation of MediaServer for ComicGlass

Awesome Lists containing this project

README

        

# Introduction

Lightweight Rust implementation for [ComicGlass](http://comicglass.net/). All rights go to the author of it.

# Usage

Root directory of the server is the current working directory.

```
USAGE:
mediaserver [FLAGS] [OPTIONS]

FLAGS:
-a, --all Show all files and directories
-h, --help Prints help information
-V, --version Prints version information

OPTIONS:
-H, --host The IP address that the server listens on, default: 0.0.0.0
-p, --pass Password of the server, default: comicglass
-P, --port The port that the server listens on, default: 8000
-u, --user Username of the server, default: user
```