this post was submitted on 25 Jun 2023
2 points (100.0% liked)

Selfhosted

38709 readers
227 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.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Hi. I'm a bit of a selfhosting novice, but currently have a Dell Wyse hosting a few docker containers (plus Portainer) including a Minecraft server, torrents, Nextcloud. and others) on an Arch Linux system. I also have a Gnubee NAS (running an old version of OMV) which is mounted on the Dell as well as on a couple of (music server) Pi's.

The NAS is really slow and limited, so I'm looking to migrate everything currently on there and on the Dell onto am unused NUC (with a 250GB and 1TB drive). Not bothered about keeping NAS/server on separate devices.

What is the best way for me to set this up? OMV + docker? Proxmox? I'm not up on lxc containers, pools, etc, but will go that way if that's where the advice leads. Also quite apprehensive about migrating things, especially Nextcloud, so any pointers there would be really appreciated!

Thanks

top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 1 year ago

I've heard things about TrusNAS scale, which is Debian based and should be good for running containers and/or VMs. Proxmox is a good choice for VMs, but I don't know that I'd use it for a NAS unless I'm doing controller passthrough to a VM. Proxmox does have built-in support for Gluster and ZFS, but I have never used those features (and Gluster is generally more intended for spreading a NAS across multiple servers).

I wrote a good bit on NAS options I've used in this comment on a post from a few days ago.

Best of luck in your migration/upgrade whatever option you go with.

[–] GentleWay 1 points 1 year ago (1 children)

I did something similar when I moved from my Synology NAS to a Dell Micro PC. I choose open media vault which is built on Debian. It works much faster that the NAS

[–] vgnmnky 1 points 1 year ago (1 children)

Did you use the OMV Docker add on for your containers? How are your drives and shares set up?

[–] GentleWay 2 points 1 year ago

I installed docker using the Debian instructions as I manage from the command line. I have one system drive and one data drive. The data drive is setup as a share with all of my media. The main use case for me is Plex and the *arr services. I have an offsite backup of my media. Hope this helps