Witam , frigate zainstalowane w dockerze na proxmox .
Błąd podczas przesyłania na frigate+
2023-06-05 11:53:39.531087777 requests.exceptions.SSLError: HTTPSConnectionPool(host=‘api.frigate.video’, port=443): Max retries exceeded with url: /v1/auth/token (Caused by SSLError(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1123)’)))
2023-06-05 11:53:39.533975526 192.168.1.4 - - [05/Jun/2023:11:53:39 +0000] “POST /api/events/1685965432.799026-4udy92/plus HTTP/1.1” 400 284 “https://dom.drawno.com.pl/events” “Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36” “37.47.188.35, 172.30.33.7, 172.30.32.1, 172.30.32.2”
Konfiguracja w portainer ,nie wiem czy w dobrym miejscu wpisany api key?:
version: “3.9”
services:
frigate:
container_name: frigate
privileged: true # this may not be necessary for all setups
restart: unless-stopped
image: Package frigate · GitHub
shm_size: “64mb” # update for your cameras based on calculation above
devices:
- /dev/bus/usb:/dev/bus/usb # passes the USB Coral, needs to be modified for other versions
- /dev/apex_0:/dev/apex_0 # passes a PCIe Coral, follow driver instructions here Get started with the M.2 or Mini PCIe Accelerator | Coral
- /dev/dri/renderD128 # for intel hwaccel, needs to be updated for your hardware
volumes:
- /etc/localtime:/etc/localtime:ro
- /root/frigate/config.yml:/config/config.yml
- /root/frigate/storage:/media/frigate
- type: tmpfs # Optional: 1GB of memory, reduces SSD/SD Card wear
target: /tmp/cache
tmpfs:
size: 1000000000
ports:
- “5000:5000”
- “8557:8557” # RTSP feeds
- “8556:8556/tcp” # WebRTC over tcp
- “8556:8556/udp” # WebRTC over udp
environment:
FRIGATE_RTSP_PASSWORD: “password”
PLUS_API_KEY: *********
Z Home assistant integracja przez frigate proxy ,sam HA łączy się ze światem przez ngnix proxy