Skip to content

Commit 3a111ff

Browse files
committed
docs: add docs
1 parent 6cacd8f commit 3a111ff

File tree

13 files changed

+315
-792
lines changed

13 files changed

+315
-792
lines changed

GITHUB_ACTIONS.md

Lines changed: 0 additions & 486 deletions
This file was deleted.

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2025 Alok Kumar Sahoo
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

LINTING.md

Lines changed: 0 additions & 306 deletions
This file was deleted.

README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,43 @@
11
# ISOMan
22

3+
[![GitHub Release](https://img.shields.io/github/v/release/aloks98/isoman?style=flat-square)](https://github.com/aloks98/isoman/releases/latest)
4+
[![CI](https://img.shields.io/github/actions/workflow/status/aloks98/isoman/ci.yml?branch=master&style=flat-square&label=CI)](https://github.com/aloks98/isoman/actions/workflows/ci.yml)
5+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](LICENSE)
6+
37
A modern, self-hosted Linux ISO download manager with real-time progress tracking and verification.
48

9+
## Screenshots
10+
11+
<p align="center">
12+
<img src="screenshots/grid-view-complete.png" alt="Grid View" width="800">
13+
<br><em>Grid view showing completed ISO downloads</em>
14+
</p>
15+
16+
<p align="center">
17+
<img src="screenshots/list-view.png" alt="List View" width="800">
18+
<br><em>List view with sortable columns</em>
19+
</p>
20+
21+
<p align="center">
22+
<img src="screenshots/grid-view-downloading.png" alt="Download Progress" width="800">
23+
<br><em>Real-time download progress tracking</em>
24+
</p>
25+
26+
<p align="center">
27+
<img src="screenshots/statistics.png" alt="Statistics Dashboard" width="800">
28+
<br><em>Statistics dashboard with charts</em>
29+
</p>
30+
31+
<p align="center">
32+
<img src="screenshots/add-iso-form.png" alt="Add ISO Form" width="800">
33+
<br><em>Add new ISO download form</em>
34+
</p>
35+
36+
<p align="center">
37+
<img src="screenshots/directory-listing.png" alt="Directory Listing" width="800">
38+
<br><em>HTTP file browser for direct downloads</em>
39+
</p>
40+
541
## What is ISOMan?
642

743
ISOMan is a web-based application that allows you to download, verify, and serve Linux ISOs (and other disk images) over HTTP. It provides a clean, modern interface to manage your ISO downloads with features like automatic checksum verification, real-time progress updates via WebSocket, and organized file storage.

0 commit comments

Comments
 (0)