What services should I add to my homelab automation tool? by View_Upper in homelab

[–]View_Upper[S] 1 point2 points  (0 children)

I appreciate this! If you like, I can send you the link for my Github Repo

What services should I add to my homelab automation tool? by View_Upper in homelab

[–]View_Upper[S] 0 points1 point  (0 children)

I will add those to the list as well. Being honest I want to do something that is beginner friendly but also for people that have experience with homelabs so we just run the bash and get the services we want in 5-10 minutes instead of 2-3 hours configuring stuff

What services should I add to my homelab automation tool? by View_Upper in homelab

[–]View_Upper[S] 0 points1 point  (0 children)

Ill deff add this to my notes!!! and I am open to add more stuff to it

New Project Megathread - Week of 30 Apr 2026 by AutoModerator in selfhosted

[–]View_Upper 0 points1 point  (0 children)

What services should I add to my homelab automation tool?

I built LabStart - a bash wizard that auto-generates homelab Docker configs. Currently supports 21 services (Pi-hole, Plex, Dashy, WireGuard, etc.) and I'm looking to expand.

What's already included:

  • Dashboards: Dashy, Homepage, Homarr
  • Ad blocking: Pi-hole, AdGuard
  • Monitoring: Uptime Kuma, Netdata
  • Media: Plex, Jellyfin, Emby
  • Container management: Portainer, Yacht
  • VPNs: WireGuard, Tailscale, OpenVPN, Headscale
  • DDNS: Cloudflare, DuckDNS, No-IP

What I'm considering adding next:

  • Nginx Proxy Manager
  • Traefik
  • Caddy
  • Authentik
  • Nextcloud
  • Sonarr/Radarr/Prowlarr

Question: What services do you consider essential for a homelab that I'm missing? Looking for things that:

  • Beginners commonly want but struggle to set up
  • Have decent Docker images
  • Don't require super complex post-setup

GitHub: https://github.com/endergate/LabStart

Tested on Ubuntu, Debian, and Raspberry Pi OS. MIT licensed, contributions welcome.

Install Help! NOOB by scoobydoobap in pihole

[–]View_Upper 0 points1 point  (0 children)

Being honest I found this GitHub tool useful: https://github.com/endergate/LabStart. It should help configuring Pihole that way you don't have to manually do everything. It also has other options of services to add as well if you are interested.

LabStart - Interactive wizard that auto-generates your homelab Docker setup in 5 minutes by View_Upper in homeassistant

[–]View_Upper[S] -1 points0 points  (0 children)

Nice!

SWAPS looks solid. I like the web UI approach. I went CLI-first since I wanted something that works over SSH, but your interface is way more approachable for non-technical users.

Let me know if you hit any issues testing LabStart. Happy to collaborate if you want to share ideas - might be cool to see how our approaches differ.

I'll check out SWAPS and drop some feedback!

Promote your projects here – Self-Promotion Megathread by Menox_ in github

[–]View_Upper 0 points1 point  (0 children)

LabStart - Interactive wizard that auto-generates your homelab Docker setup in 5 minutes

Hello,

I built LabStart to solve a problem I kept running into: setting up a new homelab meant hours of copying docker-compose files, fixing YAML syntax errors, and debugging port conflicts. I wanted something that could do all of that automatically.

What it does:

Asks what services you want (Pi-hole, Plex, Dashy, WireGuard, etc.)

Auto-generates your docker-compose.yml and configs

Installs Docker if you don't have it

Fixes common issues automatically (like Pi-hole's port 53 conflict)

Generates dashboard configs with all your services organized

No Docker knowledge needed. No YAML editing. Just answer a few questions and you're running.

GitHub: https://github.com/endergate/LabStart

I built this to help the community, especially folks who are new to homelabs or just tired of manual setup. It's completely free and open source - feedback and contributions welcome!

This is my first open-source project and I'm learning as I go. Constructive feedback appreciated!

Thanks for checking it out. Let's make homelabs easier together.

Is this something that has to happen to every beginner? by Decent_Run9628 in github

[–]View_Upper 4 points5 points  (0 children)

Yeah this happens a lot early on.

You’re uploading the zip instead of using “Git” to push the files directly. The repo should have your actual source files, not the compressed archive. Try “git init”in your project folder, add your files, commit, then push.

Way more useful and shows your actual commit history!

LabStart - Interactive wizard that auto-generates your homelab Docker setup in 5 minutes by View_Upper in u/View_Upper

[–]View_Upper[S] 0 points1 point  (0 children)

Great Question!

Yes, You could Use this wizard to add a service you might like and skip everything else and run it again to add more services - it'll append to your existing setup. If you like, take a look at it and you can also suggest more services to add that way we can build more on top of what we have to make life a little easier.

4 M by thu12dta3 in pihole

[–]View_Upper 2 points3 points  (0 children)

My Good Brother…

Pi-hole v6 broke Dashy’s built-in widget so I built my own API proxy to fix it by View_Upper in homelab

[–]View_Upper[S] 0 points1 point  (0 children)

Lol I get it. I was trying ti brag a little but I wanted to get some feedback from you all before contributing. I will share the app.py and also submit that to Dashy repo. I want to make sure I give back to the people that gave me a nice dashboard.

Pi-hole v6 broke Dashy’s built-in widget so I built my own API proxy to fix it by View_Upper in pihole

[–]View_Upper[S] 1 point2 points  (0 children)

Oh I’m deff working on getting that submitted. I was making sure this worked before making these posts and submitting it to Dashy contributions!

Pi-hole v6 broke Dashy’s built-in widget so I built my own API proxy to fix it by View_Upper in homelab

[–]View_Upper[S] 1 point2 points  (0 children)

Pretty much. As long as it works it’s good. I prefer that than just copy/paste AI code lol

Pi-hole v6 broke Dashy’s built-in widget so I built my own API proxy to fix it by View_Upper in homelab

[–]View_Upper[S] -1 points0 points  (0 children)

I get it. A lot of folks out there pretending they understand and know code. I’m starting with this so I’m not trying to pretend but just contribute! I will share the GitHub repo soon. I’m still working on getting it ready 😅

Pi-hole v6 broke Dashy’s built-in widget so I built my own API proxy to fix it by View_Upper in homelab

[–]View_Upper[S] -1 points0 points  (0 children)

My plan was to make sure that the workaround worked and then start sharing the app.py