Update readme for --standalone command

This commit is contained in:
Pouzor
2026-03-09 14:27:10 +01:00
parent 7dbd625ff2
commit 58ce2ad199
+9
View File
@@ -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`: