348
submitted 4 months ago by ioslife@lemmy.ml to c/selfhosted@lemmy.world

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

Ente - Open sourcing our server

top 50 comments
sorted by: hot top controversial new old
[-] baduhai@sopuli.xyz 48 points 4 months ago
[-] RedNight@lemmy.ml 15 points 4 months ago

I'm trying to learn about licensing. Why do you like AGPL-3.0 compared to others?

[-] baduhai@sopuli.xyz 32 points 4 months ago* (last edited 4 months ago)

The AGPL applies copyleft to web services. If you're learning about licensing, it might be worth googling copyleft. Fascinating concept, and, in my opinion, something to subscribe to.

[-] ResoluteCatnap@lemmy.ml 14 points 4 months ago

If you haven't already, check out https://choosealicense.com/licenses/ . This gives a broad overview of the common open source licenses. And if you're just starting out, one of the first things you'll want to learn is that the licenses fall into either a permissive or copyleft category. You'll want to make sure you understand the difference between those broad categories.

Shortly, permissive have less to no strings attached to use their code, and copyleft requires you to retain the same licensing terms meaning if you publish under GPLv3 then someone using/ modifying your code needs to also publish under GPLv3. Copyleft licenses ensure that open source code stays open source.

[-] baatliwala@lemmy.world 12 points 4 months ago* (last edited 4 months ago)

In very basic terms - GPL means that any modifications you make to a code base and distribute to public, you need to keep the license as GPL and open source all your modifications.

Once cloud started becoming a thing, the cloud vendors went "Well ackchyually🤓, the code changes we're making are hosted on OUR server so we're not technically distributing them to the public. So fuck you we have no obligation to make them open source".

Which is why AGPL exists so even server side code needs to be public. Since the application in question here is a backend service, it'll always be used server side and so any forks need to be open source.

[-] chemicalwonka@discuss.tchncs.de 4 points 3 months ago

as should be

load more comments (8 replies)
[-] butter@midwest.social 43 points 4 months ago

How does ente photos compare to immich?

[-] Railcar8095@lemm.ee 35 points 4 months ago

I love immich, but I'm going to settle for something that doesn't require to modify the compose every couple of months due to breaking changes. Trying to apply changes for two breaking updates in one go killed it for me.

I'll check this one for the time being

[-] hedgehog@ttrpg.network 4 points 4 months ago

If you haven’t already ruled it out, I recommend checking out Photoprism. It was the first app I ever self-hosted using Docker and I haven’t needed to change my config because of breaking changes yet.

[-] AbidanYre@lemmy.world 5 points 4 months ago

Does photoprism support multiple users yet? That was what drove me to immich. But I also don't love the frequency of breaking changes.

[-] hedgehog@ttrpg.network 3 points 4 months ago

Yes, but not really. You can have multiple users but not multiple libraries.

[-] JustEnoughDucks@feddit.nl 1 points 3 months ago

I think if you pay them like 80€ per year or something.

[-] lemming741@lemmy.world 3 points 4 months ago

I use photo prism but be aware they paywall features

[-] Railcar8095@lemm.ee 1 points 4 months ago

I did use it in the past! I should check it again. I didn't like how the multi user was planned (basically independent instances), but was long enough things might have changed.

[-] hedgehog@ttrpg.network 2 points 4 months ago

If you need/want a robust multi-user experience, specifically with private personal library support, then Photoprism isn’t going to work, unfortunately.

  • Free:
    • You can create multiple Admin users in the free version, but they all can see and delete everything (unless you don’t give Photoprism delete access)
  • Paid (Essentials or Plus)
    • you can create “User” users who can upload photos - but they still have access to your full library
    • you can create “Viewer” users who can’t see private photos (but they also can’t upload photos).
    • you can share links to albums that are viewable by anyone with the link

I’ve been using it single user and it’s been great, though I should add the caveat that I upload my photos to my server using Photosync and don’t give Photoprism write/delete access to my library, so no uploads come from it. I had been using Photosync for years before even hearing about Photoprism so it just fit very neatly into my existing process.

Multi user features are effectively paywalled and not technically FOSS due to not allowing commercial use, but roles are documented at https://docs.photoprism.app/user-guide/users/roles/ and there’s more info at https://docs.photoprism.app/user-guide/users/libraries/

If Photoprism Plus/Essentials features could work for you, but the ongoing subscription is an issue, then you should know that - unless this has changed - you can sub for one month on Patreon or Github, use the info they provide to upgrade to using the Essentials or Plus features, and then cancel the subscription. I still have an ongoing one but I didn’t connect it to my Patreon account or anything so I don’t think anything would change (except for me no longer getting support, if I needed it) if I canceled it.

[-] anivia@lemmy.ml 1 points 4 months ago

Trying to upload high resolution photos (like the 200mp photos taken with my s23 ultra) completely crashes photoprism for me until I stop the docker container and manually delete the images. That makes it unusable for me

[-] herrfrutti@lemmy.world 2 points 4 months ago* (last edited 4 months ago)

I understand this, but that way you always read the update notes and you control what version you install. This can be a good practice.

That stuff breaks is not so nice though.

[-] Lem453@lemmy.ca 1 points 4 months ago

The 1.95 update was trivially easy to update with their instructions if you already have the skill to use docker compose.

[-] Railcar8095@lemm.ee 19 points 4 months ago

Good, once I can trivially not follow instructions between updates I'll check it again.

This is not a criticisms got immich, once they are in the stable phase I'll try, just I don't have the time to be checking the notes every update just in case.

My stack is very large, I rather use sw that requires little to no micromanaging.

[-] krdo@programming.dev 2 points 4 months ago

Was about to ask the same

[-] taaz@biglemmowski.win 31 points 4 months ago

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.

[-] Moonrise2473@feddit.it 2 points 4 months ago

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

[-] hruzgar@feddit.de 8 points 4 months ago

How is that worse than multiple repos?

[-] Moonrise2473@feddit.it 5 points 4 months ago

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

[-] hruzgar@feddit.de 1 points 3 months ago

oh ok. Haven't thought about it like that. Makes sense

load more comments (1 replies)
[-] stoicmaverick@lemmy.world 1 points 4 months ago

I don't think so Tim! Just stick it all in one repo/compose file and smash the 'go' button. Are you paying by the directory or something?

[-] HybridSarcasm@lemmy.world 11 points 4 months ago

If you really want to serve the self-hosting community, please improve your documentation. As someone unfamiliar with this product, I have no idea what to do with this once I clone the repo. I hunted and found a compose.yaml file, but it's not clear if this is all I need.

[-] whoelectroplateuntil@sh.itjust.works 29 points 4 months ago

The docs directory literally has a stub on getting the repo up and serving and also a note that they are cleaning up and working on the documentation https://github.com/ente-io/ente/tree/main/docs

[-] Daxtron2@startrek.website 7 points 4 months ago

I swear people will not do even the most basic reading before complaining

[-] HybridSarcasm@lemmy.world 3 points 4 months ago

Yeah, and it's so comprehensive.

yarn install
yarn dev

My point stands.

[-] Daxtron2@startrek.website 4 points 4 months ago

That's to launch the docs....

load more comments (1 replies)
[-] Diurnambule@jlai.lu 1 points 4 months ago

Sure, how do I change the data path ? The config path too ? Yeah people don't read when there is no documentation

load more comments (1 replies)
[-] cron@feddit.de 10 points 4 months ago

I'm unsure about the end-to-end encryption aspect. While this feature is great for a cloud service like ente.io, it doesn't really help much in a selfhosted scenario - and might make backups more complicated. Any other opinions on this?

[-] Contend6248@feddit.de 1 points 4 months ago

Not only backups, but also migration

load more comments (8 replies)
[-] sunbeam60@lemmy.one 10 points 4 months ago

Happy to see some alternatives, but I’m a very happy user of PhotoPrism (+PhotoSync) so will stay there for now. Agreed that encrypted at rest isn’t all that helpful for a self-hoster.

[-] LunchEnjoyer@lemmy.world 8 points 4 months ago

Happy to be a paying customer of Ente, always delivering 🙌

[-] books@lemmy.world 7 points 4 months ago

So would this be a good alternative to Synology photos?

[-] anders@rytter.me 1 points 3 months ago

@ioslife good competitor to google photos?

load more comments
view more: next ›
this post was submitted on 01 Mar 2024
348 points (97.8% liked)

Selfhosted

37715 readers
552 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS