# 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 two 120gb SSDs for OS and a 1tb SSD for storage - 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 1tb - Make sure the system option is set to turn on when power is lost - Install Ubuntu 24 from a flash drive - Use static IP: 10.200.10.234 - Mount the data drive to /mnt/data - Make the default username "cto" with a reasonable password - Run `make baz` in the infra repo 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 ```