alexfromapex / filez

File server developed in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filez

Filez Logo

Get started

  • Install rust tools (see https://www.rust-lang.org/tools/install)
  • Run git clone https://github.com/alexfromapex/filez.git
  • Change into downloaded git repo directory: cd filez
  • Run cargo build
  • Finally cargo run should launch server locally

IMPORTANT: The file list will be jailed to the directory it is launched in so you will need to add the filez binary to your PATH and launch from different working directory to list files there

What is it?

  • A simple file server developed in Rust
  • Uses Askama for Jinja-like templates
  • Eventually will be cloud-native

License info

Filez Screenshot of File List

Filez Screenshot of File View

About

File server developed in Rust

License:Other


Languages

Language:Rust 79.4%Language:HTML 20.6%