statix

Crates.iostatix
lib.rsstatix
version4.8.3
sourcesrc
created_at2021-12-24 15:57:18.888524
updated_at2022-02-28 13:37:44.231131
descriptionA CLI http server for static file sharing
homepage
repositoryhttps://github.com/Octalbyte/statix
max_upload_size
id502710
size48,247
(Octalbyte)

documentation

README

Statix Made with ❤ by @Octalbyte

statix

Static file server (Rust).

Install and Run

cargo install statix
statix #On the folder you want to host

Features and switches

  • --host <String> set host
  • --port <i32> set port
  • --ssl <bool> set if server should have ssl, then set file paths with --crt <String> (default cert.pem) and --key <String> (default key.pem)
  • --threads<i32> set number of threads to be spawned
  • --cors <String> set the value of header Access-Control-Allow-Origin
  • --blocktor Block requests made through TOR
  • --username <String> Username for authentication (If None, there will be no authentication required)
  • --pwd <String> Password for authentication.
  • --help display more help
Commit count: 286

cargo fmt