PhotoPrism - Personal Photo Management powered by Go and Google TensorFlow
-
-
-
@girish said in Replace Google to backup Android and iOS photos:
@jdaviescoates PhotoPrism is also still single user afaik
True, although OpenID Connect is already in progress and someone sponsored it 2 weeks ago, so hopefully it's coming soon, see:
And
-
I decided to take some effort upon myself to see if I could package PhotoPrism. I've got a version I've uploaded to Cloudron gitlab that seems good enough to use right now. Some notes:
- The software expects either MariaDB or Sqlite. I tried hooking up to MySql, but there were syntax issues. The current config uses sqlite, but can be changed to PGSQL once they implement that into PhotoPrism.
- PhotoPrism needed a newer go than was in the base cloudron image, so I found it easiest to remove the old go version and inplace put the newer version. This can be removed once base image is updated.
- To make things easier, I did use the precompiled tensorflow from PhotoPrism instead of compiling myself. The version I included requires AVX2 (https://en.wikipedia.org/wiki/Advanced_Vector_Extensions#CPUs_with_AVX2)
- There might be a better way to handle the env vars than I did, but it works for now.
Hopefully this can be useful to someone wanting this software now or to help make something more official.
-
-
Mostly we are waiting for usermanagement to be added, currently this is a single user app.
-
@nebulon said in PhotoPrism - Personal Photo Management powered by Go and Google TensorFlow:
currently this is a single user app.
That'd be fine for my 'get rid of my Flickr account' use case.
-
TBH, the next version of Nextcloud, due out later this month, might negate the need for PhotoPrism:
-
@all did anybody had a look into this regarding this comment:
https://github.com/photoprism/photoprism/issues/98#issuecomment-1265141705Issue: Multi-User Photo Gallery with private and shared photos/albums
If you take a moment to check out the source code we've pushed to our public repository - on which the Community Edition is based - you'll find that the feature is there. -
+1 for Photoprism.