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

help-circle
  • just_another_person@lemmy.worldtoSelfhosted@lemmy.worldSelfhosting GitLab?
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    edit-2
    4 hours ago

    I remember Gitlab requiring quite a large amount of resources, so if you’re talking about a solo project, I’d skip it and go with something a lot leaner like Gitea, personally.

    I’ve never had any security issues with GitHub in the past though, and extended features are free for open source projects, so it’s kind of hard to ignore.



  • just_another_person@lemmy.worldtoSelfhosted@lemmy.worldBuilding a new home server
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    1
    ·
    edit-2
    21 hours ago

    Keep using the NAS as long as it keeps being useful. Just for moving some services off onto something else, it sounds like you could just get a low power minipc of some sort and run your services there. An N100 or AMD APU would work just fine for Plex (transcoding on Intel may be a bit better).

    If you’d rather go the extra mile and build a larger machine with a disk array, you don’t need anything super wild for the CPU or memory based on the services you’ve listed.






  • You’re asking for a lot of different things that don’t align, so instead of trying to guess what you need, let me just throw a few things out there:

    • if you want transcoding that isn’t constantly tied to GPU, you want an AMD chip of some sort. If you’re trying to be efficient, an APU model.
    • you probably want to just merge all your data into a single disk array. Running multiple on one system is pointless and inefficient.
    • separate your CPU needs from storage. Like you said, maybe you just need an ultra low power NAS, and then different machine to handle compute.
    • skip SSD for any network storage. Yes it’s more power efficient, but if you’re talking bulk storage, you’re wasting resources for smaller volumes where it won’t matter if transferred over the network. SSD is good for local-only for the most part.