fathermarz 4 days ago

Not sure if the first video demo matches the hero statement. Professionals with deadlines doesn’t really map to “here is how to start a Minecraft server”

  • fractalnetworks 3 days ago

    Fair point, what should we feature in the hero video?

garganzol 4 days ago

The problem with that is going to be the same as with other similar projects: single instance only. This puts the projects into a desert valley: from one hand, they are interesting to professionals; from another, the absence of horizontal scaling makes them just a toy. Meanwhile, home users for whom single instance would be enough cannot care less about this kind of technology.

  • fractalnetworks 3 days ago

    We're working on migrating our abstractions to k3s, for now the system is powered by docker compose. Wouldn't be that much work to move from DR to HA deployments. Thanks for the feedback.

FloatArtifact 3 days ago

I don't see any robust backup for restore mechanisms.

  • fractalnetworks 3 days ago

    We replicate incremental BTRFS snapshots behind the scenes. Planning on adding snapshot management UI soon.

    • FloatArtifact 2 days ago

      Thank you for the update. Is the backup or start mechanism per application or some sort of larger dataset?