Comment on
Superiority brings controversy
We need about 300 ducks in this picture bashing each other because each one thinks it it superior.
Comment on
Superiority brings controversy
We need about 300 ducks in this picture bashing each other because each one thinks it it superior.
Comment on
Should I move to Docker?
I would absolutely look into it. Many years ago when Docker emerged, I did not understand it and called it "Hipster shit". But also a lot of people around me who used Docker at that time did not understand it either. Some lost data, some had servicec that stopped working and they had no idea how to fix it.
Years passed and Containers stayed, so I started to have a closer look at it, tried to understand it. Understand what you can do with it and what you can not. As others here said, I also had to learn how to troubleshoot, because stuff now runs inside a container and you don´t just copy a new binary or library into a container to try to fix something.
Today, my homelab runs 50 Containers and I am not looking back. When I rebuild my Homelab this year, I went full Docker. The most important reason for me was: Every application I run dockerized is predictable and isolated from the others (from the binary side, network side is another story). The issues I had earlier with my Homelab when running everything directly in the Box in Linux is having problems when let´s say one application needs PHP 8.x and another, older one still only runs with PHP 7.x. Or multiple applications have a dependency of a specific library when after updating it, one app works, the other doesn´t anymore because it would need an update too. Running an apt upgrade was always a very exciting moment... and not in a good way. With Docker I do not have these problems. I can update each container on its own. If something breaks in one Container, it does not affect the others.
Another big plus is the Backups you can do. I back up every docker-compose + data for each container with Kopia. Since barely anything is installed in Linux directly, I can spin up a VM, restore my Backups withi Kopia and start all containers again to test my Backup strategy. Stuff just works. No fiddling with the Linux system itself adjusting tons of Config files, installing hundreds of packages to get all my services up and running again when I have a hardware failure.
I really started to love Docker, especially in my Homelab.
Oh, and you would think you have a big resource usage when everything is containerized? My 50 Containers right now consume less than 6 GB of RAM and I run stuff like Jellyfin, Pi-Hole, Homeassistant, Mosquitto, multiple Kopia instances, multiple Traefik Instances with Crowdsec, Logitech Mediaserver, Tandoor, Zabbix and a lot of other things.
Comment on
Anyone self-hosting Invidious for personal use and has experienced his IP banned?
Reply in thread
One reason is because I can. And because of that, I tend to host things myself which I can. This generates cost and work to maintain it on my side and not for others. A few less users from our household on a public instance means more room for others who are just not as tech-savvy and have no other choice as to rely on public instances. So it is a mix of respecting other peoples time, effort and money and a part is just the nerd that wants to find out how it works and how it´s done :-)
Comment on
SZBOX G48S is a cheap, fanless mini PC made for networking with Intel N100 and four 2.5 GbE LAN ports
I am looking at those kind of devices for a few weeks now because I need to replace my DD-WRT Router with something more powerful and reliable. I am aiming for those Mini PCs / Appliances with 2+ 2.5GbE network ports and went through dozens of "manufacturers" (many are just putting their label on it) and read hundreds of Forum posts, watched videos etc.
To me it comes down, that they do not differ that much and on my journey so far, these are the things I discovered:
That's my 2 cents for today. Sorry for the long post, but since this is a topic I am doing research for myself to get me a good, fast, low energy, low heat hardware for a new OPNsense Firewall :-)
Comment on
current lemmy status
Reply in thread
That looks like a missed opportunity to me not using fedd.it :-)
Comment on
What are good games to meet new people?
I am not sure if it will help you know more people, but Deep Rock Galactic has one of the most friendly Multiplayer experiences I ever had. You will find a lemon from time to time, but in general it is a great community as long as you Rock and Stone when someone Rock and Stones to you (you will understand) :-)
Edit: And, probably not a coincidence, DRG has awesome Developers and the general tone of the game is just... wholesome I think is the right word :-)
Comment on
Good self-hosted groceries app?
We follow the principle of doing one thing well instead of all things mediocre, so we use 2 solutions for what you asked. As others in the thread, we do use Tandoor, but only for Recipes and Meal Planning. It does this execeptionally well, but the shopping list part is fitting to our style of shopping.
As a shopping list, we use David Shays Groceries / Specifically Clementines. Why?
There is more, but this post got too long already. It also has User Management, Permissions and Live Sync. Yes, my Partner can see live when I tick of items on the list and can put stuff on the list while I am shopping :-)
Everything in that software feels like it was created by a person that goes actually shopping.
It has a very good web interface (which also has the offline mode AFAIK) and a very good Android App.
Does it look fancy? No. Has it everything we ever searched for in a shopping list app? Absolutely!
Comment on
Coming to you soon...
Reply in thread
Yeah, they had the better technology (Google Video was very bad) and Google had the money.
Comment on
Wir sind auf der Heise Startseite 😅
Reply in thread
Ja, oder "er wurde geheist" :-)
Comment on
What is the best selfhostable messaging service for family?
Since we use Nextcloud, we just use Talk. It works well enough for us, but you should also host a TURN/STUN Server with that.
Comment on
Backblaze B2 Price Increasing to $6/TB/month
I was just looking for cheap backup space recently and Hetzners Storage Box BX21 is 13€ per month for 5 TB, 20 Snapshots and unlimited traffic. I did not compare the service with backblaze yet, though.
Comment on
Diablo IV Patch Notes | Season 4: Loot Reborn - 1.4.0 Build #53129 (All Platforms) - May 14, 2024
I am really looking forward to the changes and can't wait to try them out.
Comment on
Recommendations for games where the sound takes it to the next level?
Reply in thread
Oh yes! Hellblade: Senuas Sacrifice was absolutely fantastic with headphones. Probably the best audio experience I ever had in a game.
Comment on
Does everyone have their own loot?
My impression in the betas when fighting alongside strangers was that everyone gets his own stuff. At least in normal play. I never actively created a party, so that might be different. But even in D3 everyone got his own loot, so I assume it is the same.
Comment on
Nextcloud appreciation post
I run Nextcloud for many, many years. I hosted it for a very long time at Hetzners second lowest tier of Webspace they rent. It was not very fast there (you get what you pay for), but fast enough for our need here. Later I moved it to an Azure VM and after that to my Homeserver where it runs blazingly fast, especially since the last updates they pushed out.
In all that time I never reinstalled. I just upgraded to the newer versions when they were out. The only times I had problems upgrading was when I was hosting at the cheap Webspace instance at Hetzner and an upgrade process took longer than the PHP timeout my very cheap hosting instance provided. So it was never a fault of Nextcloud, but just that I hosted it on basically the cheapest hosting plan I could find.
We use it for file sharing, calendar + contacts (+ Sync with DAVx), Notes and of course Talk. For talk to make full use of Voice + Video calls, you should have a TURN Server, but if you do not use that (if you just text) it was running great even on the Webspace instance at Hetzner.
We are very happy in our family that it exists, that it is free and that it serves us well since many years.
Comment on
Party in the back
El Camino!
Comment on
Legal considerations of self-hosting Lemmy instance
Reply in thread
As far as I understand, at least the Text Data (posts?) is replicated to your instance. So if you are only 1 person using your own instance, I think it should neither hurt not help the network. But if there are 2 or more people using your instance (Family / Friends) and they are interested in some of the same content, they will fetch that content from your server and not from the original servers (minus the pictures AFAIK). So it causes a bit less stress on the server that hosts the content your users are consuming.
I am all new to this, so take this with a grain of salt.
Comment on
What are your favorite split-screen co-op PC games?
Reply in thread
Diablo 4 does not have couch coop on PC, which I find infuriating. I am not sure about 3, but I think it does not have one too, only on consoles.
Comment on
[Steam] CRYPTARK (100% off / FREE) (get it before 21 Oct)
Thank you :-)
Comment on
What are good games to meet new people?
Reply in thread
To the Bone!