Felipe Santos
8963aa82bc
Fix variable name
2025-03-23 14:38:44 -03:00
Felipe Santos
fdbd4fbf42
Add migration for labelmap and certs
2025-03-23 13:48:21 -03:00
Felipe Santos
b0bfd35447
Fix formatting of Python files
2025-03-23 13:39:13 -03:00
Felipe Santos
a72004d8a9
If previous config was yaml, migrate to yaml
2025-03-23 13:34:52 -03:00
Felipe Santos
f166746c85
Change docs to reflect config.yml is preferred over config.yaml
2025-03-23 13:33:01 -03:00
Felipe Santos
c558e3a840
Support config.json in migration shell scripts
2025-03-23 13:29:39 -03:00
Felipe Santos
4ee9a44948
Align bash and python scripts to prefer config.yml over config.yaml
2025-03-23 13:27:56 -03:00
Felipe Santos
b8dde60c18
Capitalize Add-on in more places
2025-03-22 13:36:55 -03:00
Felipe Santos
1d766dbc34
Align several terminologies and improve text
2025-03-22 13:28:05 -03:00
Felipe Santos
ebba713191
Merge branch 'dev' of https://github.com/blakeblackshear/frigate into addon_config
2025-03-21 19:42:49 -03:00
Josh Hawkins
7f966df5a4
Nginx fix: make locales public ( #17248 )
...
* make locales public
* remove cache
2025-03-19 06:50:36 -06:00
Josh Hawkins
9f7ba51f39
Proxy i18n locales dir for ingress ( #17223 )
2025-03-18 08:08:44 -06:00
bartbutenaers
61aef0bff0
Base path via environment variable ( #17030 )
...
* Base path via environment variable
* Feedback refactored
* Update docker/main/rootfs/usr/local/nginx/conf/nginx.conf
Co-authored-by: Blake Blackshear <blake.blackshear@gmail.com>
* Update docker/main/rootfs/usr/local/nginx/templates/base_path.gotmpl
Co-authored-by: Blake Blackshear <blake.blackshear@gmail.com>
* Revert api regex change
* Lint fix
* Fix https to http
* Base path documentation
* Base path contains leading slash
* Frigate specific environment variable
* Typo in comment
Co-authored-by: Blake Blackshear <blake.blackshear@gmail.com>
* Typo in comment
Co-authored-by: Blake Blackshear <blake.blackshear@gmail.com>
---------
Co-authored-by: Blake Blackshear <blake.blackshear@gmail.com>
2025-03-17 10:29:38 -05:00
Felipe Santos
07eaaebebf
Improve some variable names and organization
2025-03-13 00:59:15 -03:00
Felipe Santos
15e7b4fd54
Update docker/main/rootfs/etc/s6-overlay/s6-rc.d/prepare/run
...
Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
2025-03-13 00:54:13 -03:00
Felipe Santos
f409968925
Add ffmpeg.path migration
2025-03-13 00:15:45 -03:00
Felipe Santos
a11eca74ce
Merge branch 'dev' into addon_config
2025-03-13 00:06:01 -03:00
Felipe Santos
06f1317a74
Migrate all files I know
2025-03-12 23:56:59 -03:00
Felipe Santos
f94b5f1322
Ensure migration scripts run before go2rtc and frigate
2025-03-12 23:25:05 -03:00
Nicolas Mowen
b8f2d8fb0c
Fix rtsp config access ( #17129 )
2025-03-12 21:23:06 -05:00
Felipe Santos
e7954fbd89
Fix homeassistant config path
2025-03-12 23:00:04 -03:00
Nicolas Mowen
b7333557a1
Enable audio by default ( #17125 )
...
* Remove mp4 query, allowing go2rtc to send any audio
* Add audio transcoding by default
2025-03-12 16:54:28 -05:00
Nicolas Mowen
9e70bddc9d
Update go2rtc version ( #17119 )
2025-03-12 13:54:20 -05:00
dependabot[bot]
c6bed1e108
Update markupsafe requirement from ==2.1.* to ==3.0.* in /docker/main ( #14213 )
...
Updates the requirements on [markupsafe](https://github.com/pallets/markupsafe ) to permit the latest version.
- [Release notes](https://github.com/pallets/markupsafe/releases )
- [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/markupsafe/compare/2.1.0...3.0.0 )
---
updated-dependencies:
- dependency-name: markupsafe
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
2025-03-11 17:46:47 -06:00
Hieu LE
b72afb6895
Fix ffmpeg cannot start because of loading shared lib ( #16846 )
...
* Fix #16845
Maybe after PR #16712 , ffmpeg build with JP6 seem broken with error `/usr/lib/ffmpeg/jetson/bin/ffmpeg: error while loading shared libraries: libavdevice.so.60: cannot open shared object file: No such file or directory`
This PR fixes the issue
* Adding new LD entry for ffmpeg new location
* Update Dockerfile.arm64
* Move LD config to Dockerfile arm64 instead of detector
2025-03-10 06:54:55 -06:00
Felipe Santos
7ccf3fc265
Add model.path migration
2025-03-09 15:53:22 -03:00
Felipe Santos
a3d95ebfb2
Use local variables
2025-03-09 15:38:14 -03:00
Felipe Santos
b399ac13ad
Improve function name
2025-03-09 15:20:37 -03:00
Felipe Santos
31dd1c2c78
Align some terms
2025-03-09 15:18:16 -03:00
Felipe Santos
8a329feede
Re-implement config migration for the add-on
2025-03-09 15:14:30 -03:00
Felipe Santos
12460e65f2
Merge branch 'dev' of https://github.com/blakeblackshear/frigate into addon_config
2025-03-09 14:29:42 -03:00
Josh Hawkins
74ca009b0b
UI viewer role ( #16978 )
...
* db migration
* db model
* assign admin role on password reset
* add role to jwt and api responses
* don't restrict api access for admins yet
* use json response
* frontend auth context
* update auth form for profile endpoint
* add access denied page
* add protected routes
* auth hook
* dialogs
* user settings view
* restrict viewer access to settings
* restrict camera functions for viewer role
* add password dialog to account menu
* spacing tweak
* migrator default to admin
* escape quotes in migrator
* ui tweaks
* tweaks
* colors
* colors
* fix merge conflict
* fix icons
* add api layer enforcement
* ui tweaks
* fix error message
* debug
* clean up
* remove print
* guard apis for admin only
* fix tests
* fix review tests
* use correct error responses from api in toasts
* add role to account menu
2025-03-08 10:01:08 -06:00
Nicolas Mowen
09705fd1b4
Update python deps ( #17006 )
2025-03-07 06:54:53 -07:00
dxs-dev
92422d853d
Fixed the issue where internal context copy occurs frequently. ( #16931 )
...
remove cache mount in nginx build
Co-authored-by: Ludis Hur <ludishur@dxsolution.kr>
2025-03-04 06:19:40 -07:00
Nicolas Mowen
0128ec2ba6
Upgrade RocM to 6.3.3 ( #16900 )
...
* Simplify rocm install and update to 6.3.1
* Build out more necessary packages
* Update to 6.3.3
* Set bake version
* Fix typo
* Ensure NHWC is used
* Reset dev changes
* Write to cache
2025-03-02 21:46:46 -06:00
Nicolas Mowen
4e03efaba9
Disable hailort log ( #16888 )
2025-03-02 09:26:59 -06:00
Nicolas Mowen
06d6e21de8
Fix cuda targetarch ( #16869 )
2025-02-28 14:48:08 -06:00
Nicolas Mowen
db4152c4ca
Fix jetson ( #16854 )
...
* Fix jetson build
* Update ci.yml
* Update Dockerfile.base
* Update Dockerfile.base
* Update Dockerfile.base
* Fix
* Update ci.yml
2025-02-27 17:24:03 -06:00
Nicolas Mowen
4f855f82ea
Simplify tensorrt ( #16835 )
...
* Remove unneccessary trt wheels build
* Cleanup
* Try without local cuda
* Keep specific cuda libs only
* Cleanup
* Add newer libcufft
* remove target
* Include more
2025-02-26 14:39:19 -06:00
Josh Hawkins
d0e9bcbfdc
Add ability to use Jina CLIP V2 for semantic search ( #16826 )
...
* add wheels
* move extra index url to bottom
* config model option
* add postprocess
* fix config
* jina v2 embedding class
* use jina v2 in embeddings
* fix ov inference
* frontend
* update reference config
* revert device
* fix truncation
* return np tensors
* use correct embeddings from inference
* manual preprocess
* clean up
* docs
* lower batch size for v2 only
* docs clarity
* wording
2025-02-26 07:58:25 -07:00
Felipe Santos
e773d63c16
Improve ffmpeg versions handling ( #16712 )
...
* Improve ffmpeg versions handling
* Remove fallback from LIBAVFORMAT_VERSION_MAJOR, it should always be set
* Mention ffprobe in custom ffmpeg docs
* Fix ffmpeg extraction
* Fix go2rtc example formatting
* Add fallback back to LIBAVFORMAT_VERSION_MAJOR
* Fix linter
2025-02-20 18:07:41 -07:00
Nicolas Mowen
6e8e88692c
Fix coral dep ( #16713 )
2025-02-20 17:50:50 -07:00
Nicolas Mowen
649e5cfda5
Fix rockchip docker build ( #16705 )
2025-02-20 10:04:29 -06:00
Lander Noterman
94a9dcede8
JetPack 6: fix BASE_HOOK ( #16701 )
2025-02-20 05:29:22 -07:00
Nicolas Mowen
0f481546cd
Fix build ( #16683 )
...
* Add necessary tensorrt bindings
* Include both versions of cudnn
* Update Dockerfile
2025-02-19 05:54:02 -07:00
Lander Noterman
c240512ef4
fix trt model prepare on jp6 ( #16679 )
2025-02-19 04:52:35 -07:00
KastB
7abf28bcbc
fix syntax error: missing space ( #15954 )
2025-02-18 20:51:08 -07:00
Felipe Santos
5b99d7d9e7
Merge branch 'dev' of https://github.com/blakeblackshear/frigate into addon_config
2025-02-18 19:47:42 -03:00
Nicolas Mowen
ab797c95af
Remove jp4 build and add notes for jp6 ( #16670 )
2025-02-18 12:20:35 -06:00
Lander Noterman
5bd412071a
Add support for JetPack 6 ( #16571 )
...
* it builds!
* some fixes
* use python 3.11 (rc1)
* add deadsnakes ppa for more recent python 3.11 in jetson images
* fix pip stuff
* revert to tensor 8.6
* revert changes to docker/main
* add hook to install deadsnakes ppa for tensorrt/jetson
* remove unnecessary pip break-system-packages
* move tflite_runtime to requirements-wheels.txt
2025-02-18 07:38:07 -07:00