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
  • Brite
  • 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 - Status | 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 60.9k 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.
  • 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 Online
              jdaviescoatesJ Online
              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 Online
                    jdaviescoatesJ Online
                    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 & Development: https://www.evergreen.je
                        Technology & Apps: https://www.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 Online
                            jdaviescoatesJ Online
                            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 & Development: https://www.evergreen.je
                              Technology & Apps: https://www.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
                                        • G GregY

                                          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 Offline
                                          L Offline
                                          LoudLemur
                                          wrote on last edited by
                                          #73

                                          @GregY said in PhotoPrism - Personal Photo Management powered by Go and Google TensorFlow:

                                          neither app seemed reliable.

                                          Have been having a great experience with Immich. I don't know how long ago you tried it but it is under heavy development.

                                          1 Reply Last reply
                                          1

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better đź’—

                                          Register Login
                                          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