Use forge mirror for apple-silicon-detector repo

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-17 17:16:44 -08:00
commit e5e7228f2b
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
---
frigate_detector_repo: https://github.com/frigate-nvr/apple-silicon-detector.git
frigate_detector_repo: https://forge.ops.eblu.me/eblume/apple-silicon-detector.git
frigate_detector_dir: "{{ ansible_env.HOME }}/code/3rd/apple-silicon-detector"
frigate_detector_endpoint: "tcp://*:5555"
frigate_detector_model: AUTO

View file

@ -5,8 +5,8 @@
#
# ONE-TIME SETUP (before running ansible):
#
# 1. Clone the repo:
# ssh indri 'git clone https://github.com/frigate-nvr/apple-silicon-detector.git ~/code/3rd/apple-silicon-detector'
# 1. Clone the repo (use localhost:3001 - hairpinning doesn't work):
# ssh indri 'git clone http://localhost:3001/eblume/apple-silicon-detector.git ~/code/3rd/apple-silicon-detector'
#
# 2. Install dependencies:
# ssh indri 'cd ~/code/3rd/apple-silicon-detector && make install'