this post was submitted on 27 Nov 2023
3 points (100.0% liked)

Self-Hosted Main

502 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

Hello

I cannot decide which OS I should I install, I have the following machine which will be on 24/7:

  • intel Core i7 9700
  • 2x32GB RAM
  • 1x 256GB M.2 SSD (Booting OS)
  • 2x4TB Samsung 870 QVO

and I will use it for:

  • NextCloud or other self-hosted cloud
  • Git Server (Git Tea or GitLab)
  • Plex Server
  • VirtualMin
  • DNS Server
  • FTP/Samba Server
  • Remote Downloader

I will also configure each service with a subdomain and HTTPS, for example:

I am a Web Developer and most of apps can also be ran with docker or in a VM and I will be also developing my own APIs so portability is essential because in the future some of the apps will be ran on a VPS

I am also comfortable reading documentation and configuring everything with ssh/CLI, so configuring things with a UI is nice to have but not mandatory.

I have played with both Ubuntu Server and TrueNas Scale in the past, felt comfortable with both but still for my needs, its a little bit unclear to me with which I should go for.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 9 months ago (4 children)

You should also have a look at ProxMox.

This would allow you to run TrueNAS as a VM as well as spin up other VM’s and LXCs as needed (including a VM running docker).

That said - regardless of which hypervisor you commit to, I’ll recommend that you plan to upgrade your RAM, and look closely at whether plex supports your GPU for hardware acceleration. (Also consider Emby instead of Plex).

Setting up a server to run VM’s can be quite a memory hog. NAS applications as well as media servers in particular.

TrueNAS is going to need 16GB of ram minimum right off the bat, and your media server will eat the other 16GB before you even get started with docker containers.

[–] [email protected] 1 points 9 months ago (1 children)

Hello, by the way, should the vm disks of virtual machines be placed in TrueNAS, or should the hard disks storing vm disks be directly managed by Proxmox?

[–] [email protected] 1 points 9 months ago

Ideally you use a second nvme drive dedicated to storing VM’s - but if not you’ll want them stored on the proxmox drive, not inside TrueNAS.

load more comments (2 replies)