this post was submitted on 06 Jul 2023
13 points (100.0% liked)

homelab

6460 readers
2 users here now

founded 4 years ago
MODERATORS
 

cross-posted from: https://lemmy.world/post/1081037

Pretty happy with how my homelab is coming along!

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

Looking good! Here's mine. Still a WIP.

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

Awesome software, I had no idea this existed! Your setup seems extremely similar to mine (Proxmox as hypervisor + OPNsense as firewall + other services).

Does homepage run in a container like everything else? Or does it run on the Proxmox VE layer. If it’s in a container, is setting up discovery among all the other containers difficult?

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

I've been using Homer for a few years. https://github.com/bastienwirtz/homer

I like the looks of this a little better, I'll check it out.

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

What are you using for the dashboard?

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

Its called Homepage. Link here! https://github.com/benphelps/homepage

Really easy to set up and even easier to configure, its just a few yml files that need to be modified to add new entries to the dashboard. They have some great documentation too!

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

Very cool. I just launched dashy for my lab. Used to use heimdall and didn't like it very much. I must admit that homepage is looking a lot nicer!

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

Beautiful! I really need to get into docker but I'm lazy. Atm I have a HyperV server running VMs with pihole, owncloud and OPNSense

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

It seems daunting, but it’s a lot of fun once you do. I started on docker desktop but moved to docker being run on Ubuntu server, but I don’t think it matter where you host it. Very easy to setup and their documentation is pretty good. You technically could be up and running in 10 minutes. Learning how it works will obviously take longer but I find that getting to actually being able to use what I want to quickly removes a lot of barrier to entry. Good luck!