Skip to content

RustDirLister is a lightweight web application built with Rust and Axum that provides an interface for browsing the contents of directories on a server.

Notifications You must be signed in to change notification settings

Kerimniy/RustDirLister

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

На русском тута -> тык

RustDirLister

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.

logo

Key Features

  • Browse directory contents.
  • Support for folder navigation via the web interface.
  • Display of README.md: If a README.md file exists in the directory, its contents are displayed at the top of the page.
  • Configurable starting directory via the PATH variable.

Configure the application:

  • 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)

About

RustDirLister is a lightweight web application built with Rust and Axum that provides an interface for browsing the contents of directories on a server.

Resources

Stars

Watchers

Forks

Packages

No packages published