this post was submitted on 29 Oct 2023
0 points (50.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
 

I'm currently running a P320 as my home server with a 1230 V6 CPU, but have been looking at upgrading to a 1245 V6 for transcoding with Intel QSV. Now I have the opportunity to buy a TS150 with a 1245 V6 for only a bit more than the CPU alone.

I was going to jump on this right away because I figured the ThinkSERVER must be better than my ThinkSTATION, but comparing specs they seem extremely similar to me.

Same chipset, similar size, similar PSU, both I think I could get 5 drives in, and both have AMT. Curious if I'm missing something here. Does anyone have any thoughts on if this would be an upgrade (other than the CPU of course) or are these 2 platforms really this similar?

For reference, I'm running Truenas Scale as a file server plus a handful of apps.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 10 months ago

I got 5 ThinkStation P320 Tiny units last week (Lenovo ThinkStation P320 Tiny i7-7700T 16 GB 256 GB NVMe Quadro P600).

On 3 (2 others are for a different project) I have increased the RAM to 32gb (later 64gb) and added 2 2tb NVMe. I've also added ASUS 2.5gbit USB adapters (used for Ceph).

My plan is to use the 3 for a k3s cluster that will run 2 copies of plex (1 tv and 1 movies), *arr, and a bunch of other apps.

Currently I have spent the weekend trying to get Ubuntu 22.04 Server installed and the Quadro P600 recognized and patched (removing the streaming limits). I have also worked on Ceph this weekend, I am trying to get it running installed on the OS, not containerized. I intend to use the 2.5gbit network to replicate my k3s pod data. I am setting the Ceph pool to about 1.9tb, leaving only 100gb for the OS and local installs.

So far Ceph has proven difficult for me as the only method I can find for a newer version (Quincy or Reef) is cepadmin which uses containers. So I am trying to use old instructions for Ceph to get the newer version working. This will be an evening/next weekend project.

Couple things I have learned:

  • The built in hardware RAID does not work, Ubuntu will not recognize it so don't bother. Just built is as software RAID if you need it.
  • After the steps to get the Quadro P600 installed, Gnome is installed. I tried for 6 hours to get around this. I just wound up setting GRUB to a non GUI boot
  • F1 for BIOS & F12 for boot menu

Yet to be done:

  • TailScale with TailScale Funnel
  • MetalLB for load balancing all traffic or of k3s
  • Rancher Configuration
  • Helm
  • Container config
  • rClone config to Google Drive (only for encrypted offsite backups of configs and secrets)
  • SMB/NFS connection to NAS for media library

Lost of self induced headaches, but this project is also helping me learn k3s, Ceph and Helm.