Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions apps/homelable/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"utilities"
],
"description": "Homelable visualizes your homelab infrastructure as an interactive network diagram with live status monitoring. Map your devices on a pan/zoom canvas, run network scans to discover machines and services, and watch real-time online/offline status via ping, TCP, HTTP, SSH, Prometheus and health-endpoint checks. Integrations import topology from Zigbee2MQTT, Z-Wave JS UI and Proxmox VE. This app bundles the frontend (which proxies the API internally), the backend, and an MCP server (exposed on port 8001) that lets AI clients like Claude read and modify your topology — ignore it if you don't use AI integrations. First-run login is admin / admin (authentication is env-based — there is no in-app password change; set the username via the optional field and change the password by editing the app's compose, see the description). For LAN access, allowed browser origins are wired up automatically from your Tipi host's LAN IP and chosen port; to expose the app over the internet, set the optional CORS origins override to your public HTTPS URL.",
"tipi_version": 3,
"version": "3.1.2",
"tipi_version": 4,
"version": "3.3.5",
"source": "https://github.com/Pouzor/homelable",
"website": "https://github.com/Pouzor/homelable",
"exposable": true,
Expand All @@ -22,7 +22,7 @@
"amd64"
],
"created_at": 1783436313000,
"updated_at": 1785716558257,
"updated_at": 1787367411184,
"form_fields": [
{
"type": "random",
Expand Down Expand Up @@ -76,4 +76,4 @@
"hint": "Auto-generated internal key the MCP server uses to authenticate to the backend. Leave as generated."
}
]
}
}
2 changes: 1 addition & 1 deletion apps/homelable/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
# MCP server (optional AI integration). Exposed on host port 8001 so AI
# clients like Claude Code/Desktop can read and modify your topology.
mcp:
image: ghcr.io/pouzor/homelable-mcp:3.1.2
image: ghcr.io/pouzor/homelable-mcp:3.3.5
environment:
- BACKEND_URL=http://backend:8000
- MCP_API_KEY=${MCP_API_KEY}
Expand Down