For the life of me I cannot get homebridge to install on trueNAS 25.10.2
I need help with
My issue is when I use that YAML and edit lines 5, 8, 9, 21, 24
it still doesn’t work. Looking for some help with those lines.
Can anyone help me walk through this? Where to find all the line info that needs to be changed?
networks:
homebridge_net:
driver: macvlan
driver_opts:
parent: enp3s0 # your NIC
ipam:
config:
- gateway: 10.42.42.1 # gateway of your LAN
subnet: 10.42.42.0/24 # subnet of your LAN
services:
homebridge:
container_name: homebridge
deploy:
resources:
limits:
cpus: ‘2.5’
memory: 3072M
image: homebridge/homebridge:latest
networks:
homebridge_net:
ipv4_address: 10.42.42.10 # homebridge IPv4
restart: unless-stopped
volumes:
- /mnt/apps/homebridge:/homebridge # homebridge dataset