1234567891011121314151617181920212223 |
- images:
- image:
- repository: ccr.ccs.tencentyun.com/seembox/ghcr.io_blakeblackshear_frigate
- tag: 0.16.1
- tensorrt_image:
- repository: ghcr.io/blakeblackshear/frigate
- tag: 0.16.1-tensorrt
- rocm_image:
- repository: ghcr.io/blakeblackshear/frigate
- tag: 0.16.1-rocm
- consts:
- frigate_container_name: frigate
- internal_no_auth_port: 5000
- internal_web_port: 8971
- internal_rtsp_port: 8554
- internal_webrtc_port: 8555
- internal_go2rtc_port: 1984
- notes_body: |
- Default credentials are printed in the logs
- during the first run of the application.
- ssl_key_path: /etc/letsencrypt/live/frigate/privkey.pem
- ssl_cert_path: /etc/letsencrypt/live/frigate/fullchain.pem
|