Introducing Homelabinator, the easiest way to self-host.

https://lemmy.ml/post/44814855

Introducing Homelabinator, the easiest way to self-host. - Lemmy

Hello Lemmy! Long time lurker, first time poster here. Myself and a few friends love self-hosting, but believe that it’s hard to get started. So we created what we believe to be the easiest gateway to homelabbing, and we called it Homelabinator! To celebrate our launch, we are running a giveaway! Submit a screenshot of a subscription you have canceled to enter into a giveaway for a free domain of your choice! Check it out here: homelabinator.com [https://homelabinator.com/]

Great idea, really good name.

I looked at the back end source.

  • Do I understand correctly that when I run your app in my PC, the ISO is built on this server and then I download it?

  • Why does app.py submit and ip address to a google form?

  • https://github.com/homelabinator/homelabinator-backend/blob/main/api/app.py

    You should know, stuff like that is going keep a lot of self hosters from recommending this.

    homelabinator-backend/api/app.py at main · homelabinator/homelabinator-backend

    Contribute to homelabinator/homelabinator-backend development by creating an account on GitHub.

    GitHub
  • That is correct! We looked at different options on how to build the ISO (mkisofs is really cool but doesn’t play nice with the NixOS installer image), and ultimately went with building it on a Nix server.
  • Apologies for that, that was a leftover from when we were trying to gauge how many people were downloading ISOs when we showcased it to a club on campus yesterday. That has now been removed.
  • Awesome, thanks for the answers