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
- Host: GitHub
- URL: https://github.com/frederick888/mediaserver-rust
- Owner: Frederick888
- License: gpl-3.0
- Created: 2017-07-23T07:10:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-25T08:14:28.000Z (almost 8 years ago)
- Last Synced: 2025-02-15T05:52:46.032Z (3 months ago)
- Language: Rust
- Size: 41 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 informationOPTIONS:
-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
```