diff --git a/README.md b/README.md index 45f39b3..c74e9cc 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Homelable is a self-hosted infrastructure visualization solution. It provides a Homelable also offers a healthcheck system (WIP) through multiple methods (ping/TCP, /health API, etc.) to get a global overview of online/offline services. +If you just like the design, you can only run the frontend and export your design as PNG. + --- @@ -22,6 +24,13 @@ Open **http://localhost:3000** — login with `admin` / `admin`. > > ⚠️ Keep the single quotes around the hash value in `.env` — bcrypt hashes contain `$` characters that Docker Compose would otherwise misinterpret. +## Quick Start - Front only + +```bash +curl -fsSL https://raw.githubusercontent.com/Pouzor/homelable/main/install.sh | bash -s -- --standalone +cd homelable && docker compose up -d +``` + ### Update Re-run the install script — it detects an existing install and only updates `docker-compose.yml`: