-
-
Notifications
You must be signed in to change notification settings - Fork 63
viseron addition #699
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
viseron addition #699
Conversation
Add Viseron NVR ApplicationOverview:This pull request adds the Viseron NVR (Network Video Recorder) application to the ProxmoxVE repository. The Viseron scripts automate the installation and setup process for a comprehensive video surveillance system with object detection capabilities. This implementation simplifies the installation by handling dependencies, setting up a Python virtual environment, and configuring a systemd service for easy management. Key Features:
Technical Implementation:
Source:This implementation is based on the original work found in the roflcoopter/viseron repository. Usage:Once the script is executed, users can access the Viseron application via the web interface at Contributor:
Compliance:β
Follows Code_Audit.md & CONTRIBUTING.md guidelines |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some small things, otherwise looks already pretty good.
if [[ "$CTTYPE" == "0" ]]; then | ||
chgrp video /dev/dri | ||
chmod 755 /dev/dri | ||
chmod 660 /dev/dri/* | ||
fi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we have some sort of setup /func for this @MickLesk ?
Co-authored-by: Tobias <[email protected]>
β¦tonr/ProxmoxVED into viseron-addition
e6013b5
into
community-scripts:main
π New scripts must first be submitted to ProxmoxVED for testing.
PRs for new scripts that skip this process will be closed.
βοΈ Description
π Related PR / Issue
Link: #
β Prerequisites (X in brackets)
π οΈ Type of Change (X in brackets)
README
,AppName.md
,CONTRIBUTING.md
, or other docs.π Code & Security Review (X in brackets)
Code_Audit.md
&CONTRIBUTING.md
guidelinesAppName.sh
,AppName-install.sh
,AppName.json
)π Additional Information (optional)