From 8e3dd3816368c11d4407b6274786ee107ddacb75 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 02:56:48 +0000 Subject: [PATCH] chore(deps): update ghcr.io/pouzor/homelable-frontend docker tag to v3.3.5 --- apps/homelable/config.json | 8 ++++---- apps/homelable/docker-compose.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/homelable/config.json b/apps/homelable/config.json index b1103b4..b71d79a 100644 --- a/apps/homelable/config.json +++ b/apps/homelable/config.json @@ -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, @@ -22,7 +22,7 @@ "amd64" ], "created_at": 1783436313000, - "updated_at": 1785716558257, + "updated_at": 1787367405956, "form_fields": [ { "type": "random", @@ -76,4 +76,4 @@ "hint": "Auto-generated internal key the MCP server uses to authenticate to the backend. Leave as generated." } ] -} +} \ No newline at end of file diff --git a/apps/homelable/docker-compose.yml b/apps/homelable/docker-compose.yml index a991e55..351019a 100644 --- a/apps/homelable/docker-compose.yml +++ b/apps/homelable/docker-compose.yml @@ -4,7 +4,7 @@ services: # reverse-proxies /api and the status WebSocket to the backend internally, # so the backend does not need its own host port. frontend: - image: ghcr.io/pouzor/homelable-frontend:3.1.2 + image: ghcr.io/pouzor/homelable-frontend:3.3.5 depends_on: - backend restart: unless-stopped