I guess you need to “zpool import -f” because your system has crashed before and did not shutdown properly.
After reading again, I understand that your pool is alive and well. It is just not mounted anywhere.
Look into /etc/fstab if you find the correct mountpoint there. Then tell it to your ZFS with "zfs set mountpoint= "
I would take a normal Android device and this slideshow app:
Define, what does “git” mean to you?
The core git is a peer to peer system. You don’t need any server at all. It runs on all of your dev’s workstations anyway.
If you want a webserver with gitlab etc. on top of it, then that determines most your needs. In addition, a properly set up nameserver is very helpful, and maybe you want even an Active Directory?
What am I missing out on as a regular internet user by using the default equipment.
You miss an understanding about what your devices do. Including the devices you got from your provider.
As a consequence, you remain clueless when your devices get attacked and taken over.
What am I missing out on as a self-hoster by using whatever equipment metronet gives me?
You miss the chance of securing your network.
As a self hoster, you are a little bit more attractive, and there are more possibilities of attacking your devices, than a typical PC or mobile user.
My suggestion is an extra router with OpenWRT between the metronet device and all your other stuff. You will get some better understanding just by configuring your OpenWRT for the first time. Their documentation is very good.
The idea of Home Assistant is not to be a replacement for anything. It rather connects all things. It is a smart home control center, or hub.
Compare it to a Homematic, or maybe Aquara hub, etc. but still more feature rich and expandable with many more protocols and device categories.
Proprietary single switches etc. use only their own protocol.
Google Home is limited to a few protocols.
First the basics: the book “Computer Networks” by Andrew S. Tanenbaum
If you have read and understood it all, continue with https://www.openwrt.org/
do – I’m trying to route all services through a Tailscale Funnel (which only provides a single domain
Seems like you have some limitation (I really don’t know tailscail funnel) in your setup, and now you expect them to work around it.
HAOS assumes that you would have no need to run any other Docker services other than those that are add-ons or Home Assistant itself.
Yes, HAOS is great when you have one dedicated machine for it, for example a RPi. That’s the whole purpose of HAOS, as far as I understand.
If you already have a zoo full of docker containers, then you want your Home Assistant (without HAOS) in just one more of your own containers.
auto manufacturers had violated Washington state’s privacy laws by using vehicles’ on-board infotainment systems to record and intercept customers’ private text messages and mobile phone call logs.
But the appellate judge ruled Tuesday that the interception and recording of mobile phone activity did not meet the Washington Privacy Act’s standard
Privacy is a fundamental human right.
Just not in Usa, as it seems. Here it is indeed the law that needs to be fixed.
https://www.humanrightscareers.com/issues/is-privacy-a-human-right/
Your services may run in separate VMs, but there are still some dependencies between them. You need to know, and think about, all the dependencies between your VMs.
For example, they share a common network interface (the one of the host machine). That is a dependency. If one VM is able to clog the network interface (and maybe your crashing one is doing exactly that), then it is clogged for all the other VMs too.
To resolve that dependency, you can either put another network interface card in your host machine and let only the pihole VM use it, or run the pihole on a real physical Pi.
You could also resolve the jellyfin’s own problem. But resolving the dependency might give you a more reliable system.
Proxmox has kinda install template for HA, so you don’t need to download things. Just tell it to create your HA.
Here is a tutorial
https://www.wundertech.net/how-to-set-up-home-assistant-on-proxmox/
recommended resources for getting started?
I don’t know where to start today, honestly.
I started with books a long time ago:
https://www.amazon.com/Algorithms-Data-Structures-Niklaus-Wirth/dp/0130220051
https://www.amazon.de/-/en/Andrew-S-Tanenbaum/dp/0132126958
https://www.amazon.de/Programming-Language-Prentice-Hall-Software/dp/0131103628
This will be the spec for my next server. The current one is smaller, and several years old
I have several different requirements for my server, for example, my son does video editing and needs lots of storage. I want to experiment with more VM’s and containers, therefore RAM and threads.
For most people I think they just want to have some NAS and a reliable machine. But please grant them 16 GB, otherwise they would ask why their laptop has so much more than their server :-)