Update README.md
This commit is contained in:
parent
25d607e68c
commit
03b71cb4c4
1 changed files with 2 additions and 5 deletions
|
|
@ -1,17 +1,14 @@
|
|||
# ISOSilo
|
||||
|
||||
A Vibe coded Go web server that lets you browse and download files from ISO
|
||||
A Go web server that lets you browse and download files from ISO
|
||||
9660 images via your browser, without mounting them.
|
||||
|
||||
## Features
|
||||
|
||||
- **Library view** - lists all `.iso` files in a directory as clickable cards
|
||||
- **In-ISO browsing** - navigate directories inside any ISO just like a file
|
||||
manager
|
||||
- **In-ISO browsing** - navigate directories inside any ISO
|
||||
- **File downloads** - download individual files directly from within an ISO
|
||||
- **Clean UI** - dark-themed, responsive interface with file-type icons
|
||||
- **Safe** - path traversal protection; only `.iso` files in the served
|
||||
directory are accessible
|
||||
- **Zero mount required** - reads ISO images directly using the ISO 9660 library
|
||||
|
||||
## Installation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue