Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. PhotoPrism - Personal Photo Management powered by Go and Google TensorFlow

PhotoPrism - Personal Photo Management powered by Go and Google TensorFlow

Scheduled Pinned Locked Moved App Wishlist
89 Posts 29 Posters 29.1k Views 40 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • jdaviescoatesJ jdaviescoates

    @eyecreate no one has packaged it. It seems for some reason it's isn't easy to package, but I don't really understand what the issue is.

    E Offline
    E Offline
    eddowding
    wrote on last edited by
    #53

    @jdaviescoates is there a way to crowdfund people who can package stuff?

    P 1 Reply Last reply
    2
    • E eddowding

      @jdaviescoates is there a way to crowdfund people who can package stuff?

      P Offline
      P Offline
      privsec
      wrote on last edited by
      #54

      @eddowding Holy crap this

      E 1 Reply Last reply
      1
      • P privsec

        @eddowding Holy crap this

        E Offline
        E Offline
        eddowding
        wrote on last edited by
        #55

        @privsec https://forum.cloudron.io/topic/6175/crowdfund-people-to-package-apps-for-cloudron

        1 Reply Last reply
        1
        • chrisC chris referenced this topic on
        • T Offline
          T Offline
          timka
          wrote on last edited by
          #56

          I also upvote it. Is there a real alternative avaible to this?

          L 1 Reply Last reply
          1
          • neurokrishN Offline
            neurokrishN Offline
            neurokrish
            wrote on last edited by
            #57

            Any update on this? Cloudron lacks a proper personal photo-video management at the moment. Lychee does not do videos as far as I know. What are others using?

            1 Reply Last reply
            9
            • T timka

              I also upvote it. Is there a real alternative avaible to this?

              L Offline
              L Offline
              LoudLemur
              wrote on last edited by
              #58

              @timka pixelfed and lychee are both available on Cloudron. It would be nice to have PhotoPrism too.

              1 Reply Last reply
              1
              • jdaviescoatesJ Offline
                jdaviescoatesJ Offline
                jdaviescoates
                wrote on last edited by
                #59

                I'd really like to replace my Flickr account with PhotoPrism.

                I note there are a bunch of Docker files here:
                https://hub.docker.com/r/photoprism/photoprism/tags

                Also, in the Development preview the Docker has upgraded base image to Debian 12 "Bookworm", which includes FFmpeg 4.4.1 and Darktable 3.8.1

                I seem remember it was something about FFmpeg which was stopping this getting packaged before. I wonder if @appdev @staff could take another look (or @nebulon could reach out to the developers again?)

                Thanks!

                I use Cloudron with Gandi & Hetzner

                doodlemania2D 1 Reply Last reply
                1
                • jdaviescoatesJ jdaviescoates

                  I'd really like to replace my Flickr account with PhotoPrism.

                  I note there are a bunch of Docker files here:
                  https://hub.docker.com/r/photoprism/photoprism/tags

                  Also, in the Development preview the Docker has upgraded base image to Debian 12 "Bookworm", which includes FFmpeg 4.4.1 and Darktable 3.8.1

                  I seem remember it was something about FFmpeg which was stopping this getting packaged before. I wonder if @appdev @staff could take another look (or @nebulon could reach out to the developers again?)

                  Thanks!

                  doodlemania2D Offline
                  doodlemania2D Offline
                  doodlemania2
                  App Dev
                  wrote on last edited by
                  #60

                  @jdaviescoates I've been using photoprism in docker-compose and it's...eh. Functional, but not very attractive of an interface. Just random commentary. Would love to see it in the store.

                  L 1 Reply Last reply
                  2
                  • doodlemania2D doodlemania2

                    @jdaviescoates I've been using photoprism in docker-compose and it's...eh. Functional, but not very attractive of an interface. Just random commentary. Would love to see it in the store.

                    L Offline
                    L Offline
                    LoudLemur
                    wrote on last edited by
                    #61

                    @doodlemania2

                    Piwigo allows video hosting, if I remember correctly.

                    https://piwigo.org/

                    1 Reply Last reply
                    0
                    • S stefano referenced this topic on
                    • jdaviescoatesJ Offline
                      jdaviescoatesJ Offline
                      jdaviescoates
                      wrote on last edited by
                      #62

                      @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:

                      https://docs.photoprism.app/getting-started/faq/#any-plans-to-add-support-for-active-directory-ldap-or-other-centralized-account-management-options

                      And

                      https://github.com/photoprism/photoprism/issues/782

                      I use Cloudron with Gandi & Hetzner

                      1 Reply Last reply
                      1
                      • eyecreateE Offline
                        eyecreateE Offline
                        eyecreate
                        App Dev
                        wrote on last edited by
                        #63

                        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.

                        https://git.cloudron.io/eyecreate/photoprism

                        1 Reply Last reply
                        12
                        • marcusquinnM Offline
                          marcusquinnM Offline
                          marcusquinn
                          wrote on last edited by
                          #64

                          This looks rapid and slick!

                          • https://demo.photoprism.app

                          Why's it not in the Cloudron App Store?

                          Web Design https://www.evergreen.je
                          Development https://brandlight.org
                          Life https://marcusquinn.com

                          1 Reply Last reply
                          4
                          • nebulonN Offline
                            nebulonN Offline
                            nebulon
                            Staff
                            wrote on last edited by
                            #65

                            Mostly we are waiting for usermanagement to be added, currently this is a single user app.

                            jdaviescoatesJ T randyjcR 3 Replies Last reply
                            5
                            • nebulonN nebulon

                              Mostly we are waiting for usermanagement to be added, currently this is a single user app.

                              jdaviescoatesJ Offline
                              jdaviescoatesJ Offline
                              jdaviescoates
                              wrote on last edited by
                              #66

                              @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.

                              I use Cloudron with Gandi & Hetzner

                              1 Reply Last reply
                              4
                              • marcusquinnM Offline
                                marcusquinnM Offline
                                marcusquinn
                                wrote on last edited by
                                #67

                                TBH, the next version of Nextcloud, due out later this month, might negate the need for PhotoPrism:

                                • https://nextcloud.com/blog/press_releases/nextcloud-hub-3-release-ai-photos/

                                Web Design https://www.evergreen.je
                                Development https://brandlight.org
                                Life https://marcusquinn.com

                                1 Reply Last reply
                                2
                                • nebulonN nebulon

                                  Mostly we are waiting for usermanagement to be added, currently this is a single user app.

                                  T Offline
                                  T Offline
                                  timka
                                  wrote on last edited by timka
                                  #68

                                  @all did anybody had a look into this regarding this comment:
                                  https://github.com/photoprism/photoprism/issues/98#issuecomment-1265141705

                                  Issue: 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 Reply Last reply
                                  2
                                  • j_holtslanderJ Offline
                                    j_holtslanderJ Offline
                                    j_holtslander
                                    wrote on last edited by
                                    #69

                                    +1 for Photoprism.

                                    1 Reply Last reply
                                    3
                                    • nebulonN nebulon

                                      Mostly we are waiting for usermanagement to be added, currently this is a single user app.

                                      randyjcR Offline
                                      randyjcR Offline
                                      randyjc
                                      wrote on last edited by
                                      #70

                                      @nebulon if multi-user won’t be supported, will this app be skipped in cloudron?

                                      1 Reply Last reply
                                      1
                                      • nebulonN Offline
                                        nebulonN Offline
                                        nebulon
                                        Staff
                                        wrote on last edited by
                                        #71

                                        Actually it seems like there is multiuser support by now. It got a bit on the backside after we packaged immich, which is roughly in the same space.

                                        1 Reply Last reply
                                        2
                                        • G Offline
                                          G Offline
                                          GregY
                                          wrote on last edited by
                                          #72

                                          I'd really like to see support for Photoprism. I tried both lychee and immich and was disappointed with both. Unsupported video formats or unexplained crashes meant neither app seemed reliable.

                                          L 1 Reply Last reply
                                          3
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Bookmarks
                                          • Search