• 7 Posts
  • 384 Comments
Joined 1 year ago
cake
Cake day: July 9th, 2023

help-circle

  • I’ve got a Frankenstein setup that wasn’t really thought out that well when I started. I’ll probably end up changing it later. If you go the Proxmox route, check out the partitioning suggestions carefully before you begin.

    I’ve got an old minitower that replaced a mini PC setup. I wanted to bring my hdd into the box and connect via SATA instead of an external HDD on USB. I’ll probably get a bigger case to make installing HDDs more convenient.

    I don’t really understand the partitioning to be honest. I have a 512gb nvme that is split up into a couple of partitions for VMs, ISO’s, backups and things for Proxmox. Then I have some other HDDs and SSDs that I use for files. Nothing in raid yet, but I’m hoping to add a couple of more HDDs. Then I’ll connect them to OMV and put them in raid.

    I’m currently hosting radarr, sonarr, prowlarr and overseerr. It’s really convenient.


  • machinin@lemmy.worldtoSelfhosted@lemmy.worldAdvice for layout
    link
    fedilink
    English
    arrow-up
    7
    ·
    edit-2
    3 days ago

    When I was in your shoes about 8 months ago, I opted for Proxmox and don’t regret it. Since then, I’ve been able to try different NAS OSs, experiment with different hosted services, etc. it gives you a lot of freedom to set up a VM, try a bunch of stuff, and then delete it and implement a fresh solution when you’re satisfied with something.

    If you do that, you might consider having the operating system and VMs on one disk. If you decide on NAS software, many pass through the storage drives to the NAS directly.

    I’m probably going to end up with the following:

    • Base Proxmox
    • NAS VM - OMV with NFS shares available to other services, SMB for the network
    • VM for -arr services
    • Plex on an LXC - a script helped me set the up
    • (Maybe) VM for home assistant
    • VM for other home services I need, like Immich
    • Maybe a VM for hosting things publicly
    • Testing VM

    I hope this is helpful!






  • For me, pros are:

    • Fun to learn something new
    • Easy to test different systems. For example, I can play with different router or NAS software without having a separate computer around.
    • I’ve been able to create different “computers” that serve different needs and require different levels of security.
    • Currently, a cluster is probably overkill, it was a fun experiment.

    Cons

    • Updating all the different systems can be a pain. I could probably automate it, but I haven’t made the time to learn it yet.
    • As a beginner, I’m throwing a bunch of parts together and hoping it will work. I should probably be more strategic in my implementation, but I don’t know what to prioritize. I’m sure I’ll have to start over in the future.
    • With the previous point, the storage setup doesn’t seem very intuitive. I probably need to set up that better.
    • I haven’t quite figured out backups yet. My VM backups all seem too big. I need to figure that out and automate it.

    Hope this is helpful.




  • machinin@lemmy.worldtoSelfhosted@lemmy.worldAlternatives to CloudFlare?
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    27 days ago

    I was looking into Tailscale, but it got me a little worried. I’m not very knowledgeable, so I hope someone can correct me

    They don’t allow ssh, so you have to give your keys over them and they manage your ssh connection? That seems idiotic. Surely that can’t be correct?

    I’m my use case, I was wanting to rsync to an off-site Synology from a Linux box. Synology also doesn’t allow ssh over their VPN service - frustrating.