rc-storage

Crates.iorc-storage
lib.rsrc-storage
version0.1.1
sourcesrc
created_at2022-04-29 20:25:27.4741
updated_at2022-04-29 21:03:25.698244
descriptionWeb interface to mount and browse storage partitions
homepage
repositoryhttps://github.com/NathanRoyer/rc-storage
max_upload_size
id577812
size154,392
Nathan Royer (NathanRoyer)

documentation

README

rc-storage

Web interface to mount and browse storage partitions. It requires partitions to have a node in /dev.

Usage

cargo install rc-storage
cd /mnt
sudo rc-storage
# visit http://localhost:8080/

To do:

  • allow specification of mount directory in command line arguments
  • allow specification of address to bind the server to
  • make interface mobile-friendly
  • remove the requirement for root access to mount
  • show filesystem type in partition list (low priority)

parts.png

files.png

Commit count: 2

cargo fmt