Initial commit

This commit is contained in:
2025-09-29 20:48:48 -04:00
commit e77a4d4237
5 changed files with 175 additions and 0 deletions

8
camcap.json.example Normal file
View File

@ -0,0 +1,8 @@
{
"images_path": "images",
"ntfy_url": "https://ntfy.sh/"
"poll_interval_minutes": 5,
"cameras": {
"goats": { "host": "goat-cam.service", "port": "8082" },
}
}