Address PR #190 review feedback
- Add bird to tracked objects (catches escaped chickens/ducks) - Add DHCP reservation comment for GableCam IP - Remove explicit detect dimensions (Frigate auto-detects from stream) - Reorganize homepage groups: ArgoCD/Prometheus/PyPI to Infrastructure, CV/Docs/TeslaMate/Transmission to Services Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d0360c1585
commit
7b17729085
9 changed files with 10 additions and 10 deletions
|
|
@ -14,7 +14,7 @@ metadata:
|
|||
tailscale.com/proxy-group: "ingress"
|
||||
gethomepage.dev/enabled: "true"
|
||||
gethomepage.dev/name: "ArgoCD"
|
||||
gethomepage.dev/group: "Misc"
|
||||
gethomepage.dev/group: "Infrastructure"
|
||||
gethomepage.dev/icon: "argo-cd.png"
|
||||
gethomepage.dev/description: "GitOps CD"
|
||||
gethomepage.dev/href: "https://argocd.ops.eblu.me"
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ metadata:
|
|||
tailscale.com/tags: "tag:k8s,tag:flyio-target"
|
||||
gethomepage.dev/enabled: "true"
|
||||
gethomepage.dev/name: "CV"
|
||||
gethomepage.dev/group: "Misc"
|
||||
gethomepage.dev/group: "Services"
|
||||
gethomepage.dev/icon: "mdi-file-document"
|
||||
gethomepage.dev/description: "Resume / CV"
|
||||
gethomepage.dev/href: "https://cv.eblu.me"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ metadata:
|
|||
tailscale.com/proxy-group: "ingress"
|
||||
gethomepage.dev/enabled: "true"
|
||||
gethomepage.dev/name: "PyPI"
|
||||
gethomepage.dev/group: "Misc"
|
||||
gethomepage.dev/group: "Infrastructure"
|
||||
gethomepage.dev/icon: "pypi.png"
|
||||
gethomepage.dev/description: "PyPI cache"
|
||||
gethomepage.dev/href: "https://pypi.ops.eblu.me"
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ metadata:
|
|||
tailscale.com/tags: "tag:k8s,tag:flyio-target"
|
||||
gethomepage.dev/enabled: "true"
|
||||
gethomepage.dev/name: "Docs"
|
||||
gethomepage.dev/group: "Misc"
|
||||
gethomepage.dev/group: "Services"
|
||||
gethomepage.dev/icon: "mdi-book-open-page-variant"
|
||||
gethomepage.dev/description: "BlumeOps Documentation"
|
||||
gethomepage.dev/href: "https://docs.eblu.me"
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ data:
|
|||
- car
|
||||
- dog
|
||||
- cat
|
||||
- bird
|
||||
min_score: 0.6
|
||||
|
||||
notif:
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ data:
|
|||
|
||||
go2rtc:
|
||||
streams:
|
||||
# GableCam IP is reserved in UX7 DHCP config
|
||||
gablecam:
|
||||
- "ffmpeg:http://{FRIGATE_CAMERA_USER}:{FRIGATE_CAMERA_PASSWORD}@192.168.1.159/flv?port=1935&app=bcs&stream=channel0_main.bcs#video=copy#audio=copy#audio=opus"
|
||||
gablecam_sub:
|
||||
|
|
@ -29,10 +30,8 @@ data:
|
|||
roles: [detect]
|
||||
detect:
|
||||
enabled: true
|
||||
width: 640
|
||||
height: 480
|
||||
objects:
|
||||
track: [person, car, dog, cat]
|
||||
track: [person, car, dog, cat, bird]
|
||||
|
||||
detectors:
|
||||
onnx:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ metadata:
|
|||
tailscale.com/tags: "tag:k8s,tag:flyio-target"
|
||||
gethomepage.dev/enabled: "true"
|
||||
gethomepage.dev/name: "Prometheus"
|
||||
gethomepage.dev/group: "Misc"
|
||||
gethomepage.dev/group: "Infrastructure"
|
||||
gethomepage.dev/icon: "prometheus.png"
|
||||
gethomepage.dev/description: "Metrics storage"
|
||||
gethomepage.dev/href: "https://prometheus.ops.eblu.me"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ metadata:
|
|||
tailscale.com/proxy-group: "ingress"
|
||||
gethomepage.dev/enabled: "true"
|
||||
gethomepage.dev/name: "TeslaMate"
|
||||
gethomepage.dev/group: "Misc"
|
||||
gethomepage.dev/group: "Services"
|
||||
gethomepage.dev/icon: "teslamate.png"
|
||||
gethomepage.dev/description: "Tesla data logger"
|
||||
gethomepage.dev/href: "https://tesla.ops.eblu.me"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ metadata:
|
|||
tailscale.com/proxy-group: "ingress"
|
||||
gethomepage.dev/enabled: "true"
|
||||
gethomepage.dev/name: "Transmission"
|
||||
gethomepage.dev/group: "Misc"
|
||||
gethomepage.dev/group: "Services"
|
||||
gethomepage.dev/icon: "transmission.png"
|
||||
gethomepage.dev/description: "Torrent client"
|
||||
gethomepage.dev/href: "https://torrent.ops.eblu.me"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue