cross-posted from: https://lemmy.ml/post/12624334

Ente - Open sourcing our server

you are viewing a single comment's thread
view the rest of the comments
[–] 31 points 2 years ago (1 child)

We’ve consolidated all our code into a single repository – just clone ente-io/ente on GitHub, and you will have at your disposal a state of the art, end-to-end encrypted, full stack (mobile/web/desktop clients, the server, and a CLI to boot) alternative to Google Photos and Apple Photos.

  • source
  • hideshow 2 child comments
  • [–] 2 points 2 years ago (2 children)

    This seems a disadvantage, a single repo that does everything seems inconvenient and unnecessarily complex for a casual hobbyist that wants to try the project

  • source
  • parent
  • hideshow 4 child comments
  • [–] 8 points 2 years ago (2 children)

    How is that worse than multiple repos?

  • source
  • parent
  • hideshow 4 child comments
  • [–] 5 points 2 years ago (1 child)

    The flutter apps and the electron app are unrelated to the server+web.

    Same for the separate 2fa app

    If you want to contribute to something you need to fork everything.

    Because this contains everything that is served by ente in their commercial offer in the way that's suited in a professional way (photos stored in S3-like storage on minio server), not just photos, also future projects you might not want to run on your server like ente lock and ente legacy

  • source
  • parent
  • hideshow 2 child comments