• 1 Post
  • 20 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle

  • Correct. Micro-ATX is the smaller version of the larger ATX and still larger EATX (extended atx). Your old case probably fits micro atx if it’s not OEM. You can populate it with a mb, cpu, ram, ssd, and power supply (don’t need more than 500w for your use case) and eventually move to a nicer case like that Node if/when you fall in love with the hobby. My Rpis are collecting dust since switching to a low power server.

    It’s a whole different experience when general advice applies to your hardware vs the Rpi ecosystem. Many more options. In 2024, ATX offers no real benefit over the smaller form factor beyond better heat management for high power builds with spaced out components.

    And a correction: node 304 supports 6HD, the 804 supports 8




  • ___@lemm.eetoSelfhosted@lemmy.worldGood file servers for Proxmox?
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    2 months ago

    To add to this, here is a tutorial with video that goes into the permissions. One of the cockpit modules has had an update, so make sure you bump the version number.

    • I had to make it a privileged container to get NFS working. If you only need SMB, unprivileged is fine. There’s nfs-utils for userspace nfs setups, but I haven’t futz with it yet.

    https://www.apalrd.net/posts/2023/ultimate_nas/

    I replaced a TrueNAS install with this and haven’t been happier. It was such a bloated resource hog for what an LXC and a podman/dockge install can do.






  • ___@lemm.eetoSelfhosted@lemmy.worldWhat advice can you give to a beginner?
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    4 months ago

    You don’t need to delve into networking too heavily at first. I recommend ProxMox as the most beginner friendly platform. It’s open source and based on Debian 12 underneath. That means that updates won’t hit you until they’ve been run in the wild for a while. This is what you want for a server.

    It has a free backup server you can use to take automatic backups, and it can run virtual machines, lxc containers, and docker can be installed on an lxc or vm and you’re golden. If you install docker bare metal you limit yourself to docker.

    The new SDN functionality also lets you make self-contained networks that isolate your vms. Couple with this opnsense eventually, and you can make a nice public setup and not worry too much about east west security.



  • I’m running this way on one of my servers. It’s fine if you pass the entire HBA over (make sure it’s in IT mode for Proxmox).

    Alternatively you can map each drive over by disk-by-id mappings as I’m doing on this one. I haven’t dealt with a drive failure yet, but from what I read it’s just a little bit of a headache to re-add the drives later. “Not recommended”, but ok if you know what you’re doing.



  • I started with some firewall boxes and they’re still pumping years later as advertised.

    I’m reminded of my friend coming back from China with suitcases of name brand clothing from the same factories the originals come from. All super cheap.

    This stuff doesn’t necessarily cost a lot to produce, it’s just marked up to high hell around the world.


  • I won’t murder you if that’s what you’re asking. You can always monitor your egress traffic if you’re concerned. Ultimately, for home use it likely doesn’t matter.

    Spying today takes the form of custom silicon branded as the original with extra transistors added before fabbing. Usually higher nm processes since they can’t fab on the latest nodes.

    Knowing this, the chance of getting a counterfeit chip on a name brand switch is non-negligible as it is, and those parts come from China too.

    The firmware might be a concern, but again, you need to be a valuable target.



  • ___@lemm.eetohomelab@lemmy.mlParalyzed by indecision
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    5 months ago

    These mini pcs are a godsend: 12th Gen Intel N100 Firewall Computer Soft Router 4x 2.5G i226 i225 LAN NVMe Industrial Fanless Mini PC https://a.aliexpress.com/_mPBQflM

    Cheap and more than powerful for opnsense and adguard on top (recommend over pi-hole).

    Home assistant just run the new install script on proxmox to setup a vm. Copy your data over, usb pass through your radio hw and good to go.

    Docker on lxc also works and you can probably swarm your containers over.

    TP-Link Omada EAP line is rock solid for cheap managed access points. You can even run the controller in an lxc full local.





  • I have TrueNAS Scale running inside of ProxMox, but I plan to replace it with a Turnkey system on top of an LXC instead.

    For as convenient as TrueNAS is, it is not a replacement for ProxMox. ProxMox is designed for business, and it shows in comparison. The logical layout, the backup options, the storage flexibility, etc.

    In comparison, TrueNAS feels more homelab hobby. For reference, I could see ProxMox on a business install with enterprise support. TrueNAS, I’m not so sure.