one_knight_scripting
@one_knight_scripting@lemmy.world
- Comment on Doorbell Camera / NVR (post Unifi) 1 week ago:
I’m working on a project involving home assistant, zigbee, and Google home. In a perfect world the doorbell would make all the Google homes chime. Not sure if it is going to work, but I know that I can simply hook up a Bluetooth speaker to the brains of it and it’ll work.
Materials
- Doorbell: a.co/d/02HBrOnB
- ESP32-C6: a.co/d/011HRydn
Software
My home assistant will be a docker container. In order to make this work, I will be installing esphome on the esp32. I got an esp32 screen because it will also operate a self watering garden, but you don’t need to. It will need to be configured as a zigbee proxy for home assistant, but send pretty straight forward.
- Comment on Self-hosting paradox: Windows for specifically MS word 4 months ago:
Side note, you could run it as a VM on proxmox and still get it to work… I think… But again network connection.
- Comment on Self-hosting paradox: Windows for specifically MS word 4 months ago:
So this is a difficult question. Yes, you could use a VM if you have the hardware. The only downside is needing network connection in order to connect to it. If you are away from home that may require opening a port, or preferably a VPN.
Alternatively, I have winapps installed on my Linux laptop. Now, that is designed to run Windows as a VM within docker, podman, or libvirt. The reason I like it is that it doesn’t just use a full rdp session. Do you remember remote apps from back in the day? It is not a full rdp session, it only connects to the app you’ve launched and it appears on your Linux machine as just another window.
- Comment on Fresh Proxmox install w/ full disk encryption—so install Debian first, then Proxmox on top? 1 year ago:
Here is a note it less automated install for root on zfs. Need at least three hdds preferably in an hba and can withstand the loss of at least one drive.
github.com/Reddimes/…/debian-raidz1
There is also an Ubuntu ZFS RAID 10 branch.