xemle / home-gallery

Self-hosted open-source web gallery to view your photos and videos featuring mobile-friendly, tagging and AI powered image discovery
https://home-gallery.org
MIT License
736 stars 50 forks source link

Sharing a collection of images with third parties with a URL link #109

Open madmak opened 6 months ago

madmak commented 6 months ago

Hello to all contributors. I looked at the project and I really liked it. I want to use it, but I'm missing something that I couldn't find. Is it possible to share a collection of images?

xemle commented 6 months ago

Hi @madmak

I'm happy, that you like HomeGallery.

Regarding sharing there are currently 2 possibilities

Users are currently not limited to a subset of the gallery since it was a design decision to reduce the complexity of this spare time project.

Further download of original files was previous requested but not yet implemented since I do not have a personal need for it.

For both PRs are welcome and I can assist for implementation questions.

madmak commented 6 months ago

Hi @xemle Thank you very much for your quick response and attention. Now let's check if I understood your suggestion correctly. Do you suggest I run a second instance of the gallery but with a unique URL so that it can only be seen by its owners?

madmak commented 6 months ago

Oh! I understand. You suggest using a command line tool to generate a static website with images. Again, many thanks for the quick reply.

xemle commented 6 months ago

Correct. My usecase is to offer family members of a larger event a static export gallery. I set a random prefix so that user can access them easily without any hassle e.g. by https://example.com/coeWd8eDh4BS where coeWd8eDh4BS is the --base-path argument value of the export command.

Or you implement this feature that users can be limited to a subset of the gallery by a query expression ;-)

xemle commented 6 months ago

Have you also checked other open source self hosted galleries? Maybe they are also worth for an evaluation. Dont get me wrong, I am happy when you stay but I am also not sorry if some other software fits your need better.