← Back to context

Comment by Winfred-zz

10 hours ago

>At the core, it's just an Ubuntu machine with a web server that hosts a dashboard and routes HTTP(s) requests to containerized apps.

So no fail over/redundancy? I think at minimum it should be two machines, so one can break. That is one of the important features of cloud applications as far as I'm concerned.

You don't have to deal with the problem of a single computer breaking.

This also adds a lot of moving parts and failure modes. For self-hosting I’d rather have downtime on a simple system that’s easy to fix rather than a complex setup that stays up but needs more maintenance when some component fails.

  > So no fail over/redundancy? I think at minimum it should be two machines, so one can break.

Do you have two instances of everything in your life?

It's clear this product is intended for personal use.

I guess you have a couch in your home. This couch can seat friends/family. Yet you don't have a spare one?

As soon as you add multiple instances you have to consider concurrency for every app you add, which is a huge cost on the app development side.