Comment on
Do upvotes matter?
It impacts the sorting algorithms. More info about that here.
Comment on
Do upvotes matter?
It impacts the sorting algorithms. More info about that here.
Comment on
Do any of you bother writing abuse emails?
I’ve actually done this for a Microsoft owned IP before. Someone was Wordpress-scanning a particularly fragile application of one of my clients (which was not Wordpress) which was causing it to fall over. The scan stopped within an hour of sending the abuse email.
Edit to add: I used to work in a NOC for a tier 1 ISP. We had an “abuse department” (a couple people) that investigated these and opened tickets with the NOC. I’ve emailed customers and disconnected circuits as a result of abuse emails, so I wouldn’t say they’re totally useless, but I’m sure it depends on the company involved.
Comment on
Jeff Geerling giving away his book on Ansible
Reply in thread
It’s free as in “paying zero money”. It’s still distributed via leanpub. Requires an email address to get to the download page, it doesn’t verify it in any way other than being a valid email format. Links are to DRM-free epub and PDF.
Comment on
Should I host my own instance if I don't intend to run a community?
Reply in thread
I’m up to about 300MB of disk usage after a day of hosting my own. Curious to see how it grows.
Comment on
Good servers for self-hosting
I'd go with something like this Lenovo M900 for $80-$90 used. Sometimes you'll get lucky and find one with a single 8GB stick, then you can get another for ~$20 and you've got a quad core x84-64 machine with 16GB of RAM for right around $100.
The downside would be power consumption compared to a Pi if you're trying to fit in a severely power-constrained setup, but the M900 will draw around 11-13W idle and 55W under higher load. so it's not bad my any means.
Comment on
Reddit CEO warns employees not to wear Reddit swag in public as users revolt
Reply in thread
I feel like WeWork got close.
Comment on
First-time self-hoster here. OS and DNS Questions
I wouldn't want to host anything on Windows unless you have to, or you want to learn more about Active Directory / Exchange / etc to help with a day job (assuming your day job is sysadmin / IT). Even then I'd do that inside Windows VMs on a Linux / ESXi host.
I personally wouldn't (and don't) host authoritative servers externally to the internet. I do split-horizon DNS, so that my internal BIND server handles my LAN, but I have outside DNS handled by someone that has an ACME (Let's Encrypt) module, so that I can do wildcart certs.
One thing to look into as you spin up services at home would be some sort of VPN like Tailscale, WireGuard, or even something like Cloudflare Tunnel so that you're not exposing services directly to the internet if you don't absolutely have to. I believe some of these projects/products let you specify DNS servers so that when your phone (for example) is connected to the VPN, it uses your home DNS servers instead of public ones.
Your very own self-hosting legend is about to unfold! A world of dreams and adventures with self-hosting awaits!
Comment on
Lemmy self-hosters. What is your image cleanup process?
Reply in thread
I believe the activity table in Postgres is retained for 6 months (although I’m purging mine daily) and the pict-rs cache is 168 hours (1 week).
Comment on
Deciding between Kubernetes or Docker Swarm
I haven't used Docker Swarm (I have barely used Docker Compose), but I have run a couple on-prem Kubernetes clusters (at my house and for clients at my day job) and cloud Kubernetes clusters, so I can speak to how complex it is it set up and run.
My background is systems administration, engineering, IT, and now DevOps. I've been using Linux since Ubuntu 6.06.
I set up my Kubernetes cluster with kubeadm because I wanted to learn, and it took me about a weekend to get my single master, two worker cluster up and running. I think you could probably do this using k3s much faster and have less learning curve (you don't have to care as much about Container Network Interfaces, for example, because k3s makes that decision for you.)
There is a lot of documentation out there on Kubernetes. Helm as a "package manager" (really a templating engine) can be nice if the software you want to deploy has a Helm chart that is well written. Writing your own Helm charts can be a learning process, I've modified some but not written one from scratch yet.
Kubernetes releases new versions about quarterly. I've done several upgrades on my primary home cluster over the course of the past 2 years and they've been pretty smooth, about an hour of time investment total each. And remember, I'm on the more nerdy and complex flavor of Kubernetes. I think with k3s these would be even smoother and quicker.
I feel like Kubernetes knowledge is probably more valuable out in the industry if that's a factor for you. I haven't come across any Docker Swarm clusters in my DevOps travels, just Kubernetes and some HashiCorp Nomad.
I'm curious to see what folks say about Docker Swarm. If you have any questions about Kubernetes or running your workload on it, I'd be happy to try to help!
Comment on
I crave mental lint. What are some interesting facts that the hivemind (you) have stored away?
I went down this rabbit hole a couple months ago: birds are classified as dinosaurs. Not “descended from dinosaurs”, actual dinosaurs. Sauce
Comment on
Web Based Static Site Generator?
Hugo calls these sorts of things “frontends” and has a list here: https://gohugo.io/tools/frontends/
I haven’t had great luck with any of them personally.
Comment on
Plex lays off 20% of its workforce
Reply in thread
Emby is not open source any more.
Comment on
Welcome to [email protected] - What do you selfhost?
I'm running a Kubernetes cluster on the Dell hardware, then another single node k8s cluster on the Lenovo, mostly to run Adguard home / DNS in case the big cluster goes down for whatever reason.
Hardware:
I run the following services, all in Kubernetes, with FluxCD doing GitOps from a repo in GitHub (for now, might move to Gitea later):
Comment on
Local only doorbells
I'm using an Amcrest AD410 doorbell cam that I've firewalled off from connecting to the internet. I'm using it via Frigate in HA, but there's a HA integration for Amcrest / Dahua as well.
Edit to add: I've been using mine for about a year. No issues at all, it's warm to the touch not hot. Granted, I'm not doing any motion detection or anything on-camera.
Comment on
Evaporative Humidifier
Here's what I did for humidifiers in my house:
Now you've got a smart humidifier in Home Assistant. You can set the desired humidity, and when the sensor detects it's below this, it'll kick on the smart switch. When it passes the threshold, it'll turn off. It's been great! My humidifiers shut off when the water level drops, so I can even use the power monitoring in the Sonoff switch to send me a "low water" alert when the humidifier should be running, but it's drawing no power!
Comment on
Gandi announced a price increase and discontinuation of free mailboxes
I’ve used Hover in the past, but I’ve found myself using Porkbun lately.
Edit to add: I don’t use the registrars as my authoritative DNS, I use Route53 for that.
Comment on
Local only doorbells
Reply in thread
I used Unifi Video for a long time until they moved away from letting me run the NVR on my own VM/hardware in the Uniti Protect world.
Comment on
Do you use anything to organise info about your services?
Secrets in BitWarden, documentation in Bookstack.
Comment on
Should I host my own instance if I don't intend to run a community?
Reply in thread
Comment on
do you notice things that most people don't? For example compression artifacts in video/audio, frame rate stutters in games, etc.
I hate most LED TVs because I notice every time they step down/up the brightness with their dynamic contrast. Plasma or OLED all the way.