this post was submitted on 30 Oct 2023
1 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
 

I purchased a NUC with 32 GB memory, 512 SSD and AMD 8 core processor. I already have a NAS.

I was wondering how do you guys use NUC? My mostly workload are containers.

Do you install proxmox on NUC itself and run VMs

OR

Just install a Linux on NUC and use it as a docker host?

Suggestions please?

Appreciate your advice, thank you

top 16 comments
sorted by: hot top controversial new old
[–] RedBoll@alien.top 2 points 10 months ago

I am running Proxmox on my NUC ( 8 x 13th Gen Intel(R) Core(TM) i3-1315U )
This is my PoC/DEV machine next to an ESXi (mATX) host and my first experience with Proxmox.

So much options with Proxmox. Next step will be exploring a Proxmox cluster.
(This might replace my ESXi host one day.)

[–] arcadianarcadian@alien.top 2 points 10 months ago

Proxmox + docker host.

[–] CameronDev@programming.dev 1 points 10 months ago

I just install arch and use it as a container/vm host. It's not super well planned or organised.

[–] wireis@alien.top 1 points 10 months ago

I’ve been playing around with my NUC it’s actually an old Asus Chromebox I’ve had laying around for years upgraded the M.2 SSD and installed Ubuntu Server + CasaOS

Currently running Adguard-home + WireGuard + TailScale

Just trying out CasaOS at the moment and playing around with stuff on the NUC to keep me from breaking my main HomeLab box.

[–] Digital_Voodoo@alien.top 1 points 10 months ago (1 children)

I'm seeing many people here in the comments installing Ubuntu... Am I the alien one for going with Debian?

I've had issues with Ubuntu on my VPSes a few years ago, and replaced it with Debian and everything has been smooth since then. I thought I'd slap it on the NUC too... Am I missing something not going the Ubuntu way?

[–] Tenshigure@alien.top 1 points 10 months ago

It’s just the most familiar distro with a ton of guides to get you off the ground, and once it’s up and running there’s really no reason to keep messing with works.

I’ve got most of my stuff in docker now so my needs aren’t OS dependent (ran off of Unraid which itself is running on Slackware), but when I set up different dedicated Linux servers, Debian is my go-to. Ubuntu got too far up its own ass with features nobody asked for that it’s been far better to go back to basics for me.

[–] los0220@alien.top 1 points 10 months ago

You can make yourself a pfsense box.

[–] Simon-RedditAccount@alien.top 1 points 10 months ago

Not exactly a NUC - a fanless MSI Cubi N with Celeron N4000.

Bare metal Ubuntu Server running nginx + docker-compose for everything other.

[–] AnxiouslyPessimistic@alien.top 1 points 10 months ago

I run windows server on it with VMware hosting multiple VMs. It’s not the most efficient OS for it obviously but I’m a heavily window background engineer and like to tinker. My VMs are a home assistant dedicated box and an Ubuntu VM for docker containers

[–] penghon@alien.top 1 points 10 months ago

You can run off docker compose + k3s for best of both worlds

docker compose for those services that are essential and you can replicate easily if you ever need to replace the NUC ( back up the files/folders to Git-something or whatever works as backup). It makes it way much easier to start everything that you need with a single command.

k3s because it is kubernetes and everything runs off k8s nowadays

[–] Live_Shallot1353@alien.top 1 points 10 months ago

Best decision for me was to switch to proxmox on the host.

[–] sk1nT7@alien.top 1 points 10 months ago

Proxmox > Ubuntu VM > Docker

I bind mount my NAS via /etc/fstab and store all docker bind volumes there. Essy like that.

[–] root-node@alien.top 1 points 10 months ago

I have 3x NUCs. 2x are running VMware ESXi and one is running Debian with Docker.

[–] Kindly-Fruit3788@alien.top 1 points 10 months ago

As a proxmox Server

[–] darksoulflame@alien.top 1 points 10 months ago

Actually I’m wondering the same thing I have a QNAP nas running my stuff. I’m wondering if I get a NUC would I just need to transfer the VMs on the NUC?

[–] carolina_balam@alien.top 1 points 10 months ago

Basic - ubuntu with docker compose containers