https://github.com/bac0id/nas-web
Simplest web dashboard for personal NAS on Ubuntu.
https://github.com/bac0id/nas-web
flask nas python raid ubuntu
Last synced: 5 months ago
JSON representation
Simplest web dashboard for personal NAS on Ubuntu.
- Host: GitHub
- URL: https://github.com/bac0id/nas-web
- Owner: bac0id
- License: mit
- Created: 2024-12-27T07:52:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-16T15:18:41.000Z (12 months ago)
- Last Synced: 2025-03-04T21:39:54.610Z (10 months ago)
- Topics: flask, nas, python, raid, ubuntu
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nas-web
Simplest dashboard for my personal NAS on Ubuntu.

# Quick Start
1. Clone
```bash
git clone https://github.com/bac0id/nas-web.git
```
2. Install Requirements
```bash
sudo apt update
sudo apt install python3
```
```bash
sudo pip install flask
```
3. Run
```bash
python src/app.py
```
4. Verify
```bash
curl localhost:5000
```