• 3 Posts
  • 84 Comments
Joined 1 year ago
cake
Cake day: June 8th, 2023

help-circle
  • 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:

    • Many manufacturers still implement previous CPU generations. This one has a recent N100, so that´s good. The newer gens are usually more power efficient and produce less heat, so you have higher chances to run them fanless without burning your house down.
    • If you want 2.5GbE, it is almost always Intel i225 for the older models and i226-V for the newer ones. And those seem to have issues with ASPM, which you need to turn off, depending how you plan to use them. And this adds a few extra Watts.
    • With many “nameless” China boxes that are actually tested by people in Forums / Videos etc. it happens often, that they have to mod them. They either add fans to them because they get unreasonably hot, or the internals are sloppy built, so that hot components do not even touch the case properly to transmit the head. So be prepared to mod them if you get one you did not found a thorough review yet.
    • Some build their Boxes still with DDR-4 memory, although they are on a new platform that would support DDR-5. Sometimes you see this in the product description, sometimes you see it when you bought it and opened the box.
    • For many offers I have seen there is no information about the BIOS/EFI and what you can do there. I have seen / read tests, where you could barely change anything in the BIOS/EFI and are stuck with what the manufacturer configured for you.
    • With the “nameless” boxes, the biggest issue I have is, that they do not even have proper descriptions of the built in components on their product page. The place where they advertise their product. If this information is not even there, I suspect long-time support and build quality is not better either.
    • Sometimes the RAM is fixed and you can not change it, but with the sloppy product pages, you sometimes can not see this or it is not that obvious, so pay attention to that if you plan to use it for a long time and might want to upgrade the RAM.
    • Sometimes you find the exact same hardware just relabeled. I looked at the Thomas Krenn LESv4 for example and found out that it is from Iwill. This is one example where I thought I get it from a German manufacturer and pay a bit extra to support them, but it’s just a relabel from a Chinese company. That’s not bad of course, just a heads up if you insist on buying something that is not coming from China… which is near impossible anyway in my opinion, because what kind of Electronics is not from there nowadays ;-)
    • I am following Hardkernel for a while and their new H4 Series seems to tick all the boxes for me at the moment… apart from one: The Case! But they announced a “GC-Style” Case that is injection molded and will post pictures in 2 weeks, so I will wait to see how it looks and how it is built. I love how they nerd out on their Product pages. There is hardly anything you can not find there. They use current technology and offer it for a very fair price. They also seem to pay attention that you have plenty of room to tinker with the settings in their BIOS/EFI and they seem to put quite some though into how they build their stuff, so it also consumes the least amount of energy (which should mean less heat) than others. They even have the guts to host their own Forum, which is a big thing nowadays when you have to fear one Shitstorm after another if you do something that one person does not like. Their H4+ with the Netboard (adds 4 more NICs) and a SSD in a cozy case would be sweet, so I hope the new case they will release soon fits my needs.

    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 :-)





  • buedi@feddit.detoSelfhosted@lemmy.worldNextcloud appreciation post
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    2 months ago

    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.


  • Oh yes. The codex sounds really interesting. I also like that it saves the best version of an aspect you extracted so far and not just puts in the best one or a lower tier one like we have it now. There will still be excitement when finding an item with the same aspect, but a higher roll, so you can improve your codex over time. I also do not have any issues with the codex resetting every league. Since it is kept in the eternal realm, I can play eternal at my own pace and slowly improve the aspects I have there if I want.

    I far too often did not use my higher rolled aspects because I was waiting for a better item to apply them to… the end result was often, when I stopped playing a season, I had the best rolled aspects still in my stash. The codex will help me with that :-)



  • You would think so, yes. But to my surprise, my well over 60 Containers so far consume less than 7 GB of RAM, according to htop. Also, of course Containers can network and share services. For external access for example I run only one instance of traefik. Or one COTURN for Nextcloud and Synapse.




  • 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.







  • I love Traefik! When I started, I tried NGinx, but could not wrap my head around it. So I tried Caddy. Pretty easy to understand andI used it for a while. Then I had demands Caddy could not do ant stumbled uponTraefik. As you said, a learning curve, butfor me much easier than NGinx. I like that you can put the Traefik config inside the Compose files and that the service only is active in Traefik when the actual Containers are up and running. I added Crowdsec to my external facing Traefik instance and even use a plain Traefik instance for all my internal services also. And it can forward http, https, TCP and UDP.