removed weirdness from main readme

This commit is contained in:
2025-11-14 16:45:48 +01:00
parent 2c360e39a5
commit 4eab463554
-20
View File
@@ -10,22 +10,6 @@
**Main Dashboard:** https://home.schweitz.net (Organizr - unified interface for all services)
```bash
# Check system status
make status
# Deploy Phase 1 infrastructure (Portainer, NPM, Ollama)
make deploy-phase1
# Run health check
make health
# Access services locally
# Organizr Dashboard: http://localhost:9999 or https://home.schweitz.net
# Portainer: http://localhost:8001
# NPM: http://localhost:81
# Ollama API: http://localhost:11434
```
## System Specifications
@@ -52,7 +36,6 @@ make health
│ Monitoring Layer │
│ ├── Uptime Kuma (3001) - Uptime │
│ ├── Netdata (19999) - Metrics │
│ └── Heimdall (8888) - Dashboard │
├─────────────────────────────────────────┤
│ Optimization Layer │
│ ├── Watchtower - Auto-updates │
@@ -115,9 +98,6 @@ source .venv/bin/activate
# Install/update dependencies
pip install -r requirements.txt
# Run Python scripts (e.g., Uptime Kuma monitor setup)
python3 scripts/setup-kuma-monitors.py
# Deactivate when done
deactivate
```