Any way to disable api.github.com request in Frigate #3962
Unanswered
jokakilla
asked this question in
Ask A Question
Replies: 3 comments 4 replies
-
|
Not sure how that would affect Frigate being available, will have to look It can't be disabled currently |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Any reason why the connection to api.github.com happens? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I could verify that frigate starts up very quickly as soon as internet access is granted. So it's indeed related to the request to api.gibhub.com. Without internet access: With internet access: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
in version 0.11 when I restart the docker container it takes very long until frigate is fully up and running. From the logs it looks like this isn't because of mqtt or so.
I guess it is because in my environment frigate is running in a VLAN that has no internet access. To me it seems to wait until the attempt to api.github.com timesout before it's fully reachable.
[2022-09-27 22:55:44] urllib3.connectionpool DEBUG : Starting new HTTPS connection (1): api.github.com:443
It's not a big issue for me (so I didn't raise an issue) but maybe this can somehow be disabled?!
Beta Was this translation helpful? Give feedback.
All reactions