this post was submitted on 21 Jul 2023
15 points (94.1% liked)

Selfhosted

39222 readers
363 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
 

Hello Lads and Ladettes,

I'm reaching out to ask for your help and to know your opinion. Currently I have a simple setup of RPi 3 that only serves as a DNS (pihole). I've read some of your posts and I got hooked. I also started playing with HyperV on my Windows PC and created a virtual linux machine (Arch btw for meme purposes).

I have started thinking... What if I bought RPi 4B (8GB RAM) and use some kind of a hypervisor to selfhost DNS and DHCP (pihole), VPN, SSO and maybe even NAS (some kind of platform like plex?).

It's all for learning purposes, so I'm not aiming for anything extra expensive, reliable or ultra-fast. I know the basics, though I'm still a beginner. I thought the RPi 4B would be a good choice as it's relatively cheap and not energy-hungry.

My questions are: What do you think about it in general? Do you know any alternatives to VMware ESXi that I can use for virtualisation? Any tips and trick you have to share? Do you think that RPi 4B can handle such task?

Maybe you know some good, free, open source VPN and SSO services that you can recommed. For NAS I was thinking about OpenMediaVault but I would also be thankful for recommendations in that regard as well.

Thanks in advance for all the help and healthy discussion. Cheers!

EDIT:

Thank you everyone for sharing your views!

I probably didn't mention pretty important factor which is: I need the device to be as small as possible. My wife won't bear huge butt case lying around and always blowing its fans. Nevertheless, buying used UFF machine is a great idea if I really want to go with virtualisation route. I'll keep my eye on Proxmox as it sounds very promising.

I didn't take into account docker because... I simply forgot about such option. In my previous job my colleague was an infrastructure analyst and often explained me intricacies of his job. Since the company I worked for used VMware that was the first thing that came to my mind. If I decide to buy RPi 4, I'll definitely take docker path.

I've read all your messages and they were pure pleasure to read. Thanks for them once more!

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

I can do better than that: here are a couple of videos from LearnLinuxTV's Proxmox Course.

You should be able to watch them and get the overview you're looking for. But really, this whole course is excellent from start to finish. I watched it before I ever touched Proxmox, and I'm glad I did. It was instrumental in helping me choose Proxmox as my hypervisor and gave me a great idea of what hardware I wanted to use and how I wanted to use it.

[–] [email protected] 1 points 1 year ago (1 children)

OK cool, so I watched #15 and did a little reading on clustering under kvm, and it seems to be fairly similar to the way I'm doing things now. There are some differences in how the cluster is accessed, but basically it's a set of VMs using shared storage and all machines run the same image for their functionality. I seem to recall some things like proxmox provide a tool to upgrade all machines identically... There's probably other tools to do that but I don't have a lot of machines so the only real issue has been in remembering to do full version updates.

[–] Voroxpete 2 points 1 year ago (1 children)

If you're trying to keep version updates on sync across lots of machines you might want to look into Ansible.

[–] [email protected] 1 points 1 year ago

Thanks, I'll check it out!