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. Off-topic
  3. What's happening with PaperMerge or OCR?

What's happening with PaperMerge or OCR?

Scheduled Pinned Locked Moved Off-topic
27 Posts 8 Posters 4.2k Views 10 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.
  • J Offline
    J Offline
    jtippetts
    wrote on last edited by
    #16

    Before I go crazy trying to do a custom install, it sounds like this is something that's very close to being ready to add to the list of supported apps from the app store? Is that possible in the near future or should I spend my weekend trying to figure this out?

    timconsidineT robiR 2 Replies Last reply
    0
    • J jtippetts

      Before I go crazy trying to do a custom install, it sounds like this is something that's very close to being ready to add to the list of supported apps from the app store? Is that possible in the near future or should I spend my weekend trying to figure this out?

      timconsidineT Offline
      timconsidineT Offline
      timconsidine
      App Dev
      wrote on last edited by
      #17

      @jtippetts I don't think it need a weekend, if you follow the steps I outlined. And even if it is close, I suspect it ill still be a while.

      J neurokrishN 2 Replies Last reply
      0
      • J jtippetts

        Before I go crazy trying to do a custom install, it sounds like this is something that's very close to being ready to add to the list of supported apps from the app store? Is that possible in the near future or should I spend my weekend trying to figure this out?

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

        @jtippetts as this month is not a packaging month for the Cloudron team, it's one of the upcoming ones. 🙂

        Conscious tech

        1 Reply Last reply
        1
        • timconsidineT timconsidine

          @jtippetts : generally straight forward if someone has packaged the app already

          • install cloudron CLI on your local computer and connect your PC to your cloudron account : see https://docs.cloudron.io/custom-apps/tutorial/?support_view
          • install Docker for your local computer (and docker-compose if you want)
          • open an account on Docker which gives your repo-name (needed below)
          • create a directory on your local computer
          • change into it
          • download the app repo files into it
          • run docker build -t <repo-name>/<app-name>:<tag-name> .
            • replace <repo-name>, <app-name> and <tag-name> in the command
            • <tag-name> can be anything to distinguish different builds ( I usually use YYMMDDa)
            • remember the trailing dot in the command
          • after building, run docker push <repo-name>/<app-name>:<tag-name>
          • run cloudron install --image <repo-name>/<app-name>:<tag-name>
          • follow the prompts

          Generally that gets you an installation of the custom non-official app.

          Shout if you get errors.

          Hope this is not too late to be useful.

          J Offline
          J Offline
          jtippetts
          wrote on last edited by
          #19

          @timconsidine ...so I think I almost have this done. I ran the last cloudron install step and its asking me for a location. Anyone know what location its asking for specifically?

          1 Reply Last reply
          0
          • timconsidineT timconsidine

            @jtippetts I don't think it need a weekend, if you follow the steps I outlined. And even if it is close, I suspect it ill still be a while.

            J Offline
            J Offline
            jtippetts
            wrote on last edited by
            #20

            @timconsidine I figured out the location but I ended up with one last error.

            App is being installed.

            => Queued .
            => Registering subdomains
            => Registering location: paperless.tippetts.vegas
            => Downloading image

            App installation error: Installation failed: Unable to pull image <repo-name>/paperless-ng. message: (HTTP code 404) unexpected - pull access denied for <repo-name>/paperless-ng, repository does not exist or may require 'docker login': denied: requested access to the resource is denied statusCode: 404

            1 Reply Last reply
            0
            • timconsidineT timconsidine

              @jtippetts I don't think it need a weekend, if you follow the steps I outlined. And even if it is close, I suspect it ill still be a while.

              neurokrishN Offline
              neurokrishN Offline
              neurokrish
              wrote on last edited by
              #21

              @timconsidine quick question. So, if we install a custom app like this in Cloudron, what happens when this app is made available from the Cloudron appstore? Will the new app integrate with this one seamlessly (for updates and stuff) or will it be a totally new app requiring us to reconfigure everything?

              doodlemania2D 1 Reply Last reply
              0
              • J Offline
                J Offline
                jtippetts
                wrote on last edited by
                #22

                @timconsidine @doodlemania2 Hey guys, I just wanted to let you know I got this successfully installed! Thank you so much for your help. The fact that Cloudron gives people the ability to customize it for their exact use case is incredible. Many thanks to the entire community!

                doodlemania2D timconsidineT 2 Replies Last reply
                2
                • J jtippetts

                  @timconsidine @doodlemania2 Hey guys, I just wanted to let you know I got this successfully installed! Thank you so much for your help. The fact that Cloudron gives people the ability to customize it for their exact use case is incredible. Many thanks to the entire community!

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

                  @jtippetts horray!

                  1 Reply Last reply
                  0
                  • neurokrishN neurokrish

                    @timconsidine quick question. So, if we install a custom app like this in Cloudron, what happens when this app is made available from the Cloudron appstore? Will the new app integrate with this one seamlessly (for updates and stuff) or will it be a totally new app requiring us to reconfigure everything?

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

                    @neurokrish I may be able to assist here - I'll submit my package to the app store and I think that will fix custom to app store update (but maybe not hehe)

                    fbartelsF 1 Reply Last reply
                    2
                    • J jtippetts

                      @timconsidine @doodlemania2 Hey guys, I just wanted to let you know I got this successfully installed! Thank you so much for your help. The fact that Cloudron gives people the ability to customize it for their exact use case is incredible. Many thanks to the entire community!

                      timconsidineT Offline
                      timconsidineT Offline
                      timconsidine
                      App Dev
                      wrote on last edited by timconsidine
                      #25

                      @jtippetts congratulations ! 🍾

                      I knew you would get there.
                      (sorry, was away from computer a lot recently)

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

                        Since paperless-ng was discussed in this thread, I have now published the app package from @doodlemania2 with a few fixes as unstable to the library! Thanks a lot @doodlemania2 🙂

                        neurokrishN 1 Reply Last reply
                        6
                        • nebulonN nebulon

                          Since paperless-ng was discussed in this thread, I have now published the app package from @doodlemania2 with a few fixes as unstable to the library! Thanks a lot @doodlemania2 🙂

                          neurokrishN Offline
                          neurokrishN Offline
                          neurokrish
                          wrote on last edited by
                          #27

                          @nebulon and @doodlemania2 thank you for this!

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