This repository was archived by the owner on Apr 11, 2025. It is now read-only.
No snapshots in captures folder #167
Unanswered
SilverRain3
asked this question in
Q&A
Replies: 2 comments 2 replies
|
What have you setup for your volume mappings? |
0 replies
|
/volume1/docker/synoai/captures ==> /app/captures
/volume1/docker/synoai/appsettings.json ==> /app/appsettings.json
…On Mon, 31 Oct 2022, 20:04 djdd87, ***@***.***> wrote:
What have you setup for your volume mappings?
—
Reply to this email directly, view it on GitHub
<#167 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A35QMSBUDTKUE4EJKAXRLATWGAJ47ANCNFSM6AAAAAARTLUL5U>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
2 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.
I've managed to set this up and thank you!
No more unwanted notification here!!
Pushbullet notification are working.
However I'm missing captures in the folder on my NAS. What am I missing/doing wrong?
JSON file:
{
"Logging": {
"LogLevel": {
"Default": "Warning",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Warning"
}
},
"Url": "http://192.168.1.50:5000",
"User": "xxxblablaxxx",
"Password": "xxxblablaxxx",
"MinSizeX": 100,
"MinSizeY": 100,
"DaysToKeepCaptures": 14,
"AI": {
"Type": "DeepStack",
"Url": "http://192.168.1.50:83"
},
"Notifiers": [
{
"Type": "Pushbullet",
"ApiKey": "xxxblablaxxx"
},
],
"Cameras": [
{
"Name": "Straat",
"Types": [ "Person", "Car" ],
"Threshold": 70
},
{
"Name": "Tuin",
"Types": [ "Person" ],
"Threshold": 45
},
{
"Name": "Veranda",
"Types": [ "Person" ],
"Threshold": 45
},
{
"Name": "Poort",
"Types": [ "Person" ],
"Threshold": 45
}
]
}
All reactions