Use forge mirror for apple-silicon-detector repo
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
dc4d35024f
commit
e5e7228f2b
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue