Docker install on QNAP NAS - where to put the /config/config.yml file #2563
Replies: 4 comments 3 replies
-
Where are these version numbers coming from? I don't recognize them. I don't know anything about Qnap container station. Can you just run a docker command instead? |
Beta Was this translation helpful? Give feedback.
-
Fair enough, thanks for your response. Being a noob script bunny, I used the docker command from Docker Hub (https://hub.docker.com/r/blakeblackshear/frigate/#!) [~] # docker pull blakeblackshear/frigate Again, apologies if I am doing it wrong? |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
It seems to be an ongoing issue for some - I managed to install Frigate container on my QNAP (x86), and wanted to share my experience. I ran it by executing the following from the console.
In the above scenario, it will be a NATted address, so Frigate will be available at While the above is for the latest beta, it also works with the
If you need more info on how to install https://coral.ai/products/m2-accelerator-ae on your QNAP then let me know.
Four cameras, and planning more :) Thanks to @blakeblackshear and the team. Worth updating or referencing in documentation. |
Beta Was this translation helpful? Give feedback.
-
When I install v0.1.2 (or v0.1.1) through QNAPs Container Station app, even though I have placed a configuration in /config/config.yml, I get the following response:
Traceback (most recent call last):
File "detect_objects.py", line 12, in
with open('/config/config.yml') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/config/config.yml'
I have placed the same directory&file in various places, root, user root, in the PATHs specified at installation "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
and the file is still not picked up. My apologies if I am doing it wrong?
Beta Was this translation helpful? Give feedback.
All reactions