nifty static file indexer
Find a file
2025-07-25 18:26:13 +01:00
templates css improvements for mobile 2025-07-25 18:26:13 +01:00
.gitignore first commit! 🎉 2025-06-08 02:16:38 +01:00
go.mod first commit! 🎉 2025-06-08 02:16:38 +01:00
main.go embed template file, improve cmd arg handling 2025-07-25 17:02:01 +01:00
README.md use go html templates 2025-06-08 21:16:42 +01:00

indir

a nifty static file indexer

indir provides a nice, simple frontend for browsing your web directories! heavily inspired by traditional file indexers provided by the likes of nginx and apache, with some modern amenities on top :)

usage

indir [--host address] [--port port] [--root http_root] directory

    --help              shows this help message
    --host address      hosts on the specified address
    --port port         hosts on the specified port
    --root http_root    hosts on the specified subdirectory, i.e. `/files/`

to-do:

  • use templates instead of hard-coded HTML (i was lazy)
  • directory header from readme file
  • directory stylesheet overrides