This commit is contained in:
2025-12-27 01:17:10 +01:00
commit e0fa3018ea
315 changed files with 2167 additions and 0 deletions

27
QUICKSTART.md Normal file
View File

@@ -0,0 +1,27 @@
# 🚀 Quickstart Guide
Welcome to the ASF Infrastructure Monitor!
## 1. Setup Environment
Create a `.env` file in the root directory:
```env
PC_PASS=your_pc_password
PI_PASS=your_pi_password
```
## 2. Deploy
Run the following command:
```bash
docker compose up -d --build
```
## 3. Access
The dashboard will be available at:
`http://asf.monitor.nabd-co.com` (after Caddy setup)
## 4. Documentation
For more details, check the `docs/` folder:
- [Architecture](docs/architecture.md)
- [Backend](docs/backend.md)
- [Frontend](docs/frontend.md)
- [Deployment](docs/deployment.md)