Comment on NUC, Proxmox and HA (a noob seeking for help)
gravitywell@sh.itjust.works 7 months ago
how to access the NAS and HA separately from the outside knowing that my access provider does not offer a static IP and that access to each VM must be differentiated from Proxmox.
HA has add-ons for duckns and nginx-proxy-manager which should solve your first question.
is Coral really useful with 3 cameras?
Yes if you want object detection
- do you need a Coral in USB or M.2 version? I’ve only used a USB, I don’t know how to pass M.2 through to the VM but I’m sure theres tutorials out there if you want to.
- are there affordable NUCs with free M.2 slots?
Can’t answer that one.
- won’t proxmox add a layer of complexity with Coral/Frigate/a Zigbee dongle?
Yes, you’ll need to know how to pass through the devices to their respective VMs.
nosnahc@lemmy.world 7 months ago
Thanks for your help!
gravitywell@sh.itjust.works 7 months ago
Oh right, so the NAS you can setup with the addon Samba NAS.
DuckDNS will mitigate your issues with not having a staic IP (alternatively theres any number of DynDNS programs you can look into if for example you already own your own domain name)
Nginx-Proxy-Manager allows you to forward ports based on the domain used to connect so, you might not even need it really but if you wanted for exmple to have an address like mysupercoolnas.duckdns,org rediect to one proxmox vm and mycoolassitant.duckdns.org to reditect to HA you could do that. Or you could just have one DynDNS setup and use port forwarding on your router to handle what ports direct to which VM.
nosnahc@lemmy.world 7 months ago
Thanks a lot!!