This is quite important with Immich. They’re good at documenting their breaking changes, just gotta make sure you check the changelog before updating. Also best to avoid auto updating with Watchtower or similar to avoid surprises.
This is quite important with Immich. They’re good at documenting their breaking changes, just gotta make sure you check the changelog before updating. Also best to avoid auto updating with Watchtower or similar to avoid surprises.
Depends on the currency.
I’m not sure if they’re available with UK plugs, but I’ve got a pack of Thirdreality Zigbee plugs that monitor energy use and have a button on them to toggle power.
I’ve got them connected to Home Assistant. Two do a bit of climate control in a coldroom, the others are for occupancy lighting.
Oh yes, your pay-to-win government duopoly isn’t helping anything, but don’t call it impossible. The Affordable Care Act was a start, and I don’t doubt the right people could make universal healthcare access a real thing in the US.
Oh, I agree it won’t be easy, particularly when taking profits from rich people.
I’ve heard it likened to a house full of asbestos. Knock it all down and there’s likely to be collateral damage, but meticulously taking it apart will take a considerable amount of time. I feel it would be easiest for governments to purchase the insurance companies, then slowly amalgamate so it’s all one network open to everyone.
Also it’s a bit entertaining when someone opposes it because “it’s socialism”. It’s already socialism, you just have middlemen skimming profit off the top while providing little value.
Hey guys, many other countries have figured out that healthcare doesn’t have to be a privatized, for-profit nightmare. Perhaps that’s an option worth exploring.
The asterism gives me big Splinter Cell vibes and I’m definitely OK with that.
The American data is also not fit. A part of a reduction in firearm deaths is advancements in medical treatment for bullet injuries. The actual statistic that should be tracked is bullet injuries, which is also quite incomplete due to many PDs classifying a survived bullet injury as an assault, limiting the ability to get accurate numbers on how many bullet injuries there actually are.
Unfortunately there isn’t really an all-in-one guide. TechnoTim has info on the Pi-hole config side and wildcard certificates, but I think he uses it with traefik.
NPM is pretty straightforward. If you find a site isn’t working, try turning on Web Socket support.
I’d say just search for guides on each part individually:
I can try to help if you run into any issues.
I’m definitely not a network pro, but it sounds like you’re looking to do something similar to what I have.
I’ve got nginx proxy manager as my reverse proxy with pi-hole for local DNS. All traffic goes through the pi-hole and anything going to mydomain.com has DNS entries pointing to nginx. I’ve set nginx up so service.lan.mydomain.com is for anything local and just service.mydomain.com for anything external with wildcard SSL certs for both (*.domain doesn’t seem to cover *.lan.domain so add certs for both - probably because it’s a sub-subdomain).
The Cloudflare tunnel can then just get directed to service.mydomain.com instead of the IP of the service.
Sorry, four of the power to ethernet plugs. You put one near your router to essentially supply internet to your house’s electrical circuits, then distribute the others where you need them, such as office, living room if you want to connect a TV or console, etc.
I had a set of four for getting ethernet around the few places I rented. There was maybe the odd quality decrease when there was a lot of electrical load, but they worked great otherwise.
Oh man, I remember a Philips mp3 player I had for the longest time as a kid. You could hear the little clicks of the hard drive. Lost it on a hike, unfortunately.
I recently went this route after dabbling with other options. I had a wireguard VPN through my Unifi router, with rules to limit access to only the resources I wanted to share, but it can be a struggle for non savvy users, and even more so if they want to use Jellyfin on their TV. Tried Twingate too and would recommend if it fits your usecase, but Cloudflare Tunnels were more applicable to me.
This is mostly my reasoning too. I’ve got a bit more juice than a NUC, but I prefer the way resources are managed with an LXC for the certain apps that I run. I still have VMs for other things, like HAOS and a BlueIris NVR. It’s only a local homelab with no external users so avoiding additional complexity is often in my best interest.
Why would one prefer a VM over an LXC for Docker?
I might have found the issue, see updates above. I have a separate Docker LXC that was behaving normally too, so was good to cross-check with that.
Docker is installed on a Debian container with Proxmox as the hypervisor. I believe as far as Docker knows, it’s just running on normal Debian. The Debian LXC has its own local ip.
I’ll take a look at those resources though, thanks.
Sad to see the news about tteck. His scripts really helped me get off the ground on my own self hosting journey.