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

Ente

Scheduled Pinned Locked Moved App Wishlist
48 Posts 21 Posters 5.4k Views 23 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.
  • girishG girish

    It's currently not in the roadmap

    J Offline
    J Offline
    jayonrails
    translator
    wrote on last edited by
    #18

    @girish said in Ente:

    It's currently not in the roadmap

    Any chances we can change this? It seems like a better product than Immich to me and I would therefore prefer it.

    1 Reply Last reply
    2
    • SansGuidonS Offline
      SansGuidonS Offline
      SansGuidon
      wrote on last edited by
      #19

      I bet at some point we save more time as Cloudron users by packaging apps ourselves and documenting the process, maybe improving it via LLM, than waiting for the roadmap 🙂

      About me / Now

      1 Reply Last reply
      6
      • ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #20

        Would like to see it on Cloudron : I use it on my own and got very familiar with it. thumps up

        1 Reply Last reply
        3
        • andreasduerenA Offline
          andreasduerenA Offline
          andreasdueren
          wrote on last edited by
          #21

          Currently attempting to package this. Frontend and backend are loading but not connecting to each other yet. Will have to investigate when I have a little time.

          robiR 1 Reply Last reply
          6
          • andreasduerenA andreasdueren

            Currently attempting to package this. Frontend and backend are loading but not connecting to each other yet. Will have to investigate when I have a little time.

            robiR Offline
            robiR Offline
            robi
            wrote on last edited by
            #22

            @andreasdueren feel free to post it in case someone else can contribute a bit that gets passed this point. 🙂

            Conscious tech

            andreasduerenA 1 Reply Last reply
            3
            • robiR robi

              @andreasdueren feel free to post it in case someone else can contribute a bit that gets passed this point. 🙂

              andreasduerenA Offline
              andreasduerenA Offline
              andreasdueren
              wrote on last edited by
              #23

              @robi Sure: https://git.due.ren/andreas/ente-cloudron/

              I had to remove my bucket first because I hardcoded my credentials for testing (I'm a lazy sunofabitch)

              1 Reply Last reply
              2
              • andreasduerenA Offline
                andreasduerenA Offline
                andreasdueren
                wrote on last edited by
                #24

                Heads up: I used Caddy because It was easier for me to configure. But I'm happy to use another server if anyone has a preference.

                robiR 1 Reply Last reply
                1
                • andreasduerenA Offline
                  andreasduerenA Offline
                  andreasdueren
                  wrote on last edited by
                  #25

                  nvm I'm switching to nginx

                  1 Reply Last reply
                  1
                  • andreasduerenA andreasdueren

                    Heads up: I used Caddy because It was easier for me to configure. But I'm happy to use another server if anyone has a preference.

                    robiR Offline
                    robiR Offline
                    robi
                    wrote on last edited by
                    #26

                    @andreasdueren caddy is great, it just doesn't need certs once packaged.

                    Conscious tech

                    andreasduerenA 1 Reply Last reply
                    0
                    • robiR robi

                      @andreasdueren caddy is great, it just doesn't need certs once packaged.

                      andreasduerenA Offline
                      andreasduerenA Offline
                      andreasdueren
                      wrote on last edited by
                      #27

                      @robi I know but I'm just not getting it to work and the documentation is for nginx so it's probably better to stick with the upstream project

                      robiR 1 Reply Last reply
                      2
                      • andreasduerenA andreasdueren

                        @robi I know but I'm just not getting it to work and the documentation is for nginx so it's probably better to stick with the upstream project

                        robiR Offline
                        robiR Offline
                        robi
                        wrote on last edited by
                        #28

                        @andreasdueren I feel you.

                        I had similar issues trying to plumb ZeroNet.

                        Conscious tech

                        1 Reply Last reply
                        1
                        • andreasduerenA Offline
                          andreasduerenA Offline
                          andreasdueren
                          wrote on last edited by
                          #29

                          Actually, here they are using Caddy?! -.-

                          robiR 1 Reply Last reply
                          0
                          • andreasduerenA andreasdueren

                            Actually, here they are using Caddy?! -.-

                            robiR Offline
                            robiR Offline
                            robi
                            wrote on last edited by
                            #30

                            @andreasdueren Indeed.

                            If it helps any, you can take a peek at the ZeroNet apache config, it works to take the host nginx proxy and proxy it again to the local running app (for testing in LAMP).

                            Not sure what you're running into otherwise.

                            Conscious tech

                            andreasduerenA 1 Reply Last reply
                            1
                            • robiR robi

                              @andreasdueren Indeed.

                              If it helps any, you can take a peek at the ZeroNet apache config, it works to take the host nginx proxy and proxy it again to the local running app (for testing in LAMP).

                              Not sure what you're running into otherwise.

                              andreasduerenA Offline
                              andreasduerenA Offline
                              andreasdueren
                              wrote on last edited by
                              #31

                              @robi As far as I can tell, both backend and frontend are working fine. Frontend loads but there eis something wrong with the server implementation and it won't connect to the backend. Probably easy stuff but I need a break.

                              1 Reply Last reply
                              1
                              • robiR Offline
                                robiR Offline
                                robi
                                wrote on last edited by robi
                                #32

                                It looks like it's just using port 8080 for the front end App facing parts which is configurable in the clients, which then make more HTTP calls to localhost ports 3000-3004 for the backend.

                                In a LAMP scenario it's one change for the Apache config and the rest is just making the backend run and available.

                                Conscious tech

                                andreasduerenA 1 Reply Last reply
                                1
                                • L Offline
                                  L Offline
                                  lukas
                                  wrote on last edited by
                                  #33

                                  Great job guys, can't wait to use it on Cloudron ❤️

                                  1 Reply Last reply
                                  0
                                  • robiR robi

                                    It looks like it's just using port 8080 for the front end App facing parts which is configurable in the clients, which then make more HTTP calls to localhost ports 3000-3004 for the backend.

                                    In a LAMP scenario it's one change for the Apache config and the rest is just making the backend run and available.

                                    andreasduerenA Offline
                                    andreasduerenA Offline
                                    andreasdueren
                                    wrote on last edited by
                                    #34

                                    @robi Yes, I think this is not far from running. Don't have time to work on it today unfortunately

                                    robiR 1 Reply Last reply
                                    3
                                    • necrevistonnezrN Offline
                                      necrevistonnezrN Offline
                                      necrevistonnezr
                                      wrote on last edited by
                                      #35

                                      Ente Photos has reached v1 stable on 28 March: https://ente.io/blog/v1/
                                      Looks very interesting.

                                      jdaviescoatesJ 1 Reply Last reply
                                      6
                                      • necrevistonnezrN necrevistonnezr

                                        Ente Photos has reached v1 stable on 28 March: https://ente.io/blog/v1/
                                        Looks very interesting.

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

                                        @necrevistonnezr said in Ente:

                                        Looks very interesting.

                                        Looks great!

                                        https://help.ente.io/self-hosting/

                                        I use Cloudron with Gandi & Hetzner

                                        1 Reply Last reply
                                        0
                                        • scookeS Offline
                                          scookeS Offline
                                          scooke
                                          wrote on last edited by
                                          #37

                                          I just installed this using their instructions for self-hosting. Other than having trouble figuring out what the proper endpoint is (partly due to the need to manually setup a whole bunch of DNS entries for things like /albums, /photos which even after a few hours of fiddling, I couldn't get it), I opted to not use this:, I feel you all should know the real reason: the backend is Minio. Minio is terrific for organizing files which are accessed by software. If you are hoping to drop a folder of folder of folders of pics onto this, and then one day decide you want to use something else, all your pics will be "well organized" but in an arcane folder system which Minio uses. It will NOT be browsable-friendly. You will not be able to get your pics out in a timely and simple fashion. At least, this is what it looks like to me.

                                          A life lived in fear is a life half-lived

                                          1 Reply Last reply
                                          2
                                          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