На русском тута -> тык
RustDirLister is a lightweight web application built with Rust and Axum that provides an interface for browsing the contents of directories on a server. The project allows displaying files and folders with sorting, icons, and basic navigation, and supports customization of the starting directory and service name.
- Browse directory contents.
- Support for folder navigation via the web interface.
- Display of
README.md: If aREADME.mdfile exists in the directory, its contents are displayed at the top of the page. - Configurable starting directory via the
PATHvariable.
- Create "PATH" file and write serving folder
- Create "USER" file and write login and password like "your_login your_pwd", then you will need to auth to see folder
- Create "HOST" file and write ipv4 and port. e.g 127.0.0.1:8000 (default)
