[PR #857] Support for Frigate v0.16 #158

Open
opened 2025-09-09 19:44:27 -05:00 by giteasync · 0 comments

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVED/pull/857
Author: @remz1337
Created: 8/28/2025
Status: 🔄 Open

Base: mainHead: pr-frigate


📝 Commits (4)

  • a4f899e Testing new script based on v0.16 Dockerfile
  • 920b884 Silence more stuff and fix ffmpeg environment variables for frigate
  • 6f8ab6f Update config version and silence yamnet model extraction
  • 3c614a7 Add support for hwaccel

📊 Changes

1 file changed (+214 additions, -138 deletions)

View changed files

📝 install/frigate-install.sh (+214 -138)

📄 Description

🛑 New scripts must first be submitted to ProxmoxVED for testing.
PRs for new scripts that skip this process will be closed.


✍️ Description

Reworked frigate installation to support v0.16

Link: https://github.com/community-scripts/ProxmoxVE/issues/6915

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No breaking changes – Existing functionality remains intact.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔍 Code & Security Review (X in brackets)

  • Follows Code_Audit.md & CONTRIBUTING.md guidelines
  • Uses correct script structure (AppName.sh, AppName-install.sh, AppName.json)
  • No hardcoded credentials

📋 Additional Information (optional)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVED/pull/857 **Author:** [@remz1337](https://github.com/remz1337) **Created:** 8/28/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `pr-frigate` --- ### 📝 Commits (4) - [`a4f899e`](https://github.com/community-scripts/ProxmoxVED/commit/a4f899ed614b9525e6b7c4154fea07261be19edf) Testing new script based on v0.16 Dockerfile - [`920b884`](https://github.com/community-scripts/ProxmoxVED/commit/920b88426de2e9e0a069c0ee8a6830f853f18321) Silence more stuff and fix ffmpeg environment variables for frigate - [`6f8ab6f`](https://github.com/community-scripts/ProxmoxVED/commit/6f8ab6f2afbfc36fe528424505378c511d78e943) Update config version and silence yamnet model extraction - [`3c614a7`](https://github.com/community-scripts/ProxmoxVED/commit/3c614a77b5c94a7c968f9372023cf88f57f4cd34) Add support for hwaccel ### 📊 Changes **1 file changed** (+214 additions, -138 deletions) <details> <summary>View changed files</summary> 📝 `install/frigate-install.sh` (+214 -138) </details> ### 📄 Description 🛑 **New scripts must first be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing.** PRs for new scripts that skip this process will be closed. --- ## ✍️ Description Reworked frigate installation to support v0.16 ## 🔗 Related PR / Issue Link: https://github.com/community-scripts/ProxmoxVE/issues/6915 ## ✅ Prerequisites (**X** in brackets) - [X] **Self-review completed** – Code follows project standards. - [X] **Tested thoroughly** – Changes work as expected. - [X] **No breaking changes** – Existing functionality remains intact. - [X] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [X] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [ ] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [ ] 🆕 **New script** – A fully functional and tested script or script set. - [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [ ] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- ## 🔍 Code & Security Review (**X** in brackets) - [X] **Follows `Code_Audit.md` & `CONTRIBUTING.md` guidelines** - [X] **Uses correct script structure (`AppName.sh`, `AppName-install.sh`, `AppName.json`)** - [X] **No hardcoded credentials** ## 📋 Additional Information (optional) <!-- Add any extra context, screenshots, or references. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
giteasync added the pull-request label 2025-09-09 19:44:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: community-scripts/ProxmoxVED#158