7ba5e888b4
- App.tsx: bypass auth gate, swap canvas save/load to localStorage - Sidebar.tsx: hide scan views and Scan Network button - useStatusPolling.ts: skip WebSocket connection - Dockerfile.frontend: accept VITE_STANDALONE build arg - docker-publish.yml: build ghcr.io/pouzor/homelable-frontend-standalone image - docker-compose.standalone.yml: frontend-only compose file - install.sh: add --standalone flag Usage: curl -fsSL .../install.sh | bash -s -- --standalone cd homelable && docker compose up -d
7 lines
142 B
YAML
7 lines
142 B
YAML
services:
|
|
frontend:
|
|
image: ghcr.io/pouzor/homelable-frontend-standalone:latest
|
|
restart: unless-stopped
|
|
ports:
|
|
- "3000:80"
|