# baz.thelab.ms Baz is the main on-prem server at TheLab responsible for running [Frigate](https://frigate.video) and other misc. automation. #### Provisioning Process (Oct 2024) - Dell 16 core by 96gb r710 with a bunch of SSDs - Manually configure the RAID controller with a keyboard/monitor - One RAID 1 group for the first two disks (boot/os drive) - One RAID 0 group for the rest - Make sure the system option is set to turn on when power is lost - Install Ubuntu 24 from a flash drive - Create a LACP bond for NICs 1 and 2 with the IP: 10.200.10.234 - Mount the data drive to /mnt/data - Make the default username "cto" with a reasonable password - Run `make ansible`! Here's the cloudflared config at the time of provisioning: ```yaml tunnel: credentials-file: /root/.cloudflared/.json originRequest: connectTimeout: 10s ingress: - hostname: frigate.thelab.ms service: http://127.0.0.1:8971 - service: http_status:404 ```