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