Notifications
Clear all
Self Hosted
1
Posts
1
Users
0
Reactions
34
Views
Topic starter
Install with Docker
docker run -d \ --name frigate \ --restart=unless-stopped \ --stop-timeout 30 \ --mount type=tmpfs,target=/tmp/cache,tmpfs-size=1000000000 \ --device /dev/bus/usb:/dev/bus/usb \ --device /dev/dri/renderD128 \ --shm-size=64m \ -v /mnt/apps/frigate/storage:/media/frigate \ -v /mnt/apps/frigate/config:/config \ -v /etc/localtime:/etc/localtime:ro \ -e FRIGATE_RTSP_PASSWORD='N1rv@na69' \ -p 8971:8971 \ -p 8554:8554 \ -p 8555:8555/tcp \ -p 8555:8555/udp \ ghcr.io/blakeblackshear/frigate:stable-tensorrt
add this to your config file
auth: reset_admin_password: true
the password will appear in the logs
docker frigate logs
This topic was modified 1 week ago by Andre Tiltman
Posted : 22/03/2025 4:28 pm