From 4eab463554aacb032b6941d0ae42febc490bd372 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Fri, 14 Nov 2025 16:45:48 +0100 Subject: [PATCH] removed weirdness from main readme --- README.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/README.md b/README.md index 2849ab9..939495f 100644 --- a/README.md +++ b/README.md @@ -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 ```