Jeton R. e6013b5a2a
viseron addition (#699)
* viseron addition

* author name change

* change source

* Fix build.func URL in viseron script

* Update install/viseron-install.sh

Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>

* remvoe manual changes from changelog.md

* remove changes to repos.txt

* remove headers generated file

* remove comments as they are only needed for the wiki

* modified json file with notes and removed nonstandard echo as requested

---------

Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
2025-07-14 15:04:29 +00:00

47 lines
1.2 KiB
JSON

{
"name": "Viseron",
"slug": "viseron",
"categories": [15],
"date_created": "2025-01-15",
"type": "ct",
"updateable": true,
"privileged": false,
"config_path": "/config/viseron.yaml",
"interface_port": 8888,
"documentation": "https://github.com/roflcoopter/viseron",
"website": "https://github.com/roflcoopter/viseron",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/viseron.svg",
"description": "Viseron is an open-source NVR (Network Video Recorder) with object detection capabilities. It can detect objects in video streams and record events when motion is detected.",
"install_methods": [
{
"type": "default",
"script": "ct/viseron.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 10,
"os": "Debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Configuration file: /config/viseron.yaml",
"type": "info"
},
{
"text": "Logs: /config/logs/viseron.log",
"type": "info"
},
{
"text": "Recordings: /config/recordings",
"type": "info"
}
]
}