ben 7dc0b2937a | 1 year ago | |
---|---|---|
luasrc | 1 year ago | |
root | 1 year ago | |
Makefile | 1 year ago | |
README.md | 1 year ago |
README.md
PrivateRouter's luci-app-frigate for x86 OpenWRT
This repository provides the build script and source for the luci-app-frigate
app designed for x86 OpenWRT by PrivateRouter. This OpenWRT app offers an intuitive interface for Frigate, simplifying the process of adding and managing RTSP IP cameras.
📌 Features
- Ease of Use: Incorporates a user-friendly frontend via the Luci OpenWRT interface.
- No Manual Editing Required: Directly modifies the Frigate's
yml
config file to add or remove camera specifications. Users don't need to touch theyml
unless they want to. - Safe Configuration: The app checks for manual edits in the configuration file and ensures not to overwrite them.
🔧 Prerequisites
Before utilizing this app, ensure you have the following installed:
- yq: A lightweight and portable command-line YAML processor.
- Docker: Required for running containerized applications.
🚀 Installation
To incorporate luci-app-frigate
into your OpenWRT build:
- Clone this repository.
git clone https://gittylab.com/ben/luci-app-frigate.git
- Follow the build instructions provided in the repository.
- Install the compiled package to your OpenWRT system.
💡 Usage
Once installed:
- Access the OpenWRT Luci interface.
- Navigate to the
luci-app-frigate
section. - Add or remove RTSP IP cameras as needed. The app will handle the modification of the
yml
configuration for Frigate.
Note: If you have manually edited the yml
configuration, the app will identify the changes and prevent overwriting them. However, if you prefer manual configuration, you're free to do so.
🔗 Resources
For more details, updates, or to raise issues, visit the main repository: https://gittylab.com/ben/luci-app-frigate
🤝 Contributing
Encountered issues or have suggestions? Head over to the main repository's issues section. Contributions and feedback are always appreciated.
⚠️ Disclaimer: The authors and contributors are not responsible for any misconfigurations or issues that may arise from using this software. Always proceed with caution and make backups when necessary.