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. Paperless - indexing and archiving scanned documents

Paperless - indexing and archiving scanned documents

Scheduled Pinned Locked Moved Solved App Wishlist
45 Posts 14 Posters 8.6k Views 22 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.
  • S Offline
    S Offline
    stantropics
    wrote on last edited by
    #3

    This looks to be packaged already: https://git.cloudron.io/cloudron/paperless-app

    Is there any reason why it is not published in the appstore?

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

      I notice it's been 15 months since the last upstream release
      https://github.com/the-paperless-project/paperless/releases

      S 1 Reply Last reply
      2
      • ? A Former User

        I notice it's been 15 months since the last upstream release
        https://github.com/the-paperless-project/paperless/releases

        S Offline
        S Offline
        stantropics
        wrote on last edited by
        #5

        @Hillside502 The author says it is feature-complete ("I am no longer doing new development on Paperless as it does exactly what I need it to" - https://github.com/the-paperless-project/paperless). However, it should be working.

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

          I'd appreciate it. Paperless has the potential to replace the Scansnap cloud. I have the matching Fujitsu IX 500 scanner.

          1 Reply Last reply
          0
          • S stantropics

            This looks to be packaged already: https://git.cloudron.io/cloudron/paperless-app

            Is there any reason why it is not published in the appstore?

            E Offline
            E Offline
            ergabergblerg
            wrote on last edited by
            #7

            @stantropics I tried installing this on my cloudron server to no avail. I think the repo is out of date. Really looking for a document manager on cloudron...

            girishG 1 Reply Last reply
            0
            • E ergabergblerg

              @stantropics I tried installing this on my cloudron server to no avail. I think the repo is out of date. Really looking for a document manager on cloudron...

              girishG Offline
              girishG Offline
              girish
              Staff
              wrote on last edited by
              #8

              @ergabergblerg can you try the repo in https://forum.cloudron.io/topic/1066/mayan-edms/10

              1 Reply Last reply
              1
              • bubonicfredB Offline
                bubonicfredB Offline
                bubonicfred
                wrote on last edited by
                #9

                There is a forked version being maintained at
                https://github.com/jonaswinkler/paperless-ng

                doodlemania2D 1 Reply Last reply
                2
                • bubonicfredB bubonicfred

                  There is a forked version being maintained at
                  https://github.com/jonaswinkler/paperless-ng

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

                  @bubonicfred I am starting to package this fork since I am stuck on Papermerge. Hopefully this one will be a bit more cooperative. Will post link when I get something resembling functional.

                  doodlemania2D 1 Reply Last reply
                  6
                  • doodlemania2D doodlemania2

                    @bubonicfred I am starting to package this fork since I am stuck on Papermerge. Hopefully this one will be a bit more cooperative. Will post link when I get something resembling functional.

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

                    @doodlemania2 My initial commit is here: https://git.cloudron.io/doodlemania2/paperless-ng

                    THIS DOES NOT YET WORK

                    But - I need to do these things and I think it's done:

                    1. sed in the environment variables to the config
                    2. create the start.sh (with #1 above)
                    3. setup the three services in systemd

                    I've done all of the above previously, I just am short on time, so, if anyone can give me an assist, would greatly appreciate it! If not, will continue just as quick as I can.

                    doodlemania2D 1 Reply Last reply
                    6
                    • doodlemania2D doodlemania2

                      @doodlemania2 My initial commit is here: https://git.cloudron.io/doodlemania2/paperless-ng

                      THIS DOES NOT YET WORK

                      But - I need to do these things and I think it's done:

                      1. sed in the environment variables to the config
                      2. create the start.sh (with #1 above)
                      3. setup the three services in systemd

                      I've done all of the above previously, I just am short on time, so, if anyone can give me an assist, would greatly appreciate it! If not, will continue just as quick as I can.

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

                      @doodlemania2 latest checkin has the start.sh and systemd files getting checked in. Still iterating as time permits.

                      doodlemania2D 1 Reply Last reply
                      5
                      • doodlemania2D doodlemania2

                        @doodlemania2 latest checkin has the start.sh and systemd files getting checked in. Still iterating as time permits.

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

                        @doodlemania2 Latest checking (simple one tonight) - I switched from supervisor to the build in gunicorn runner and was able to create a username/password and log in! Woot

                        Now, it's throwing errors about attempt to write to a read only database, so I suspect the auth mechanism is doing something in /app/code that I'll need to symlink.
                        After that is:
                        Get the supervisors to work (some weird ini file error)
                        Test the app
                        Cleanup
                        Final commit before handing it off for cloudron test dev in case anyone wants to see it in the app store.

                        scookeS 1 Reply Last reply
                        6
                        • doodlemania2D doodlemania2

                          @doodlemania2 Latest checking (simple one tonight) - I switched from supervisor to the build in gunicorn runner and was able to create a username/password and log in! Woot

                          Now, it's throwing errors about attempt to write to a read only database, so I suspect the auth mechanism is doing something in /app/code that I'll need to symlink.
                          After that is:
                          Get the supervisors to work (some weird ini file error)
                          Test the app
                          Cleanup
                          Final commit before handing it off for cloudron test dev in case anyone wants to see it in the app store.

                          scookeS Offline
                          scookeS Offline
                          scooke
                          wrote on last edited by
                          #14

                          @doodlemania2 Bravo!

                          A life lived in fear is a life half-lived

                          doodlemania2D 1 Reply Last reply
                          1
                          • scookeS scooke

                            @doodlemania2 Bravo!

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

                            This app is now up and functional. Please test! I'll submit to the appstore for WIP in a day or so after some more cleanup and testing.

                            https://git.cloudron.io/doodlemania2/paperless-ng/

                            Note: inbound mail is enabled, but you have to configure it yourself in paperless config. I haven't tested that yet and from the looks of the repo, there are lots of issues with mail at the moment, so we may ship unstable without inbound mail.

                            cc: @girish

                            doodlemania2D 2 Replies Last reply
                            8
                            • doodlemania2D doodlemania2

                              This app is now up and functional. Please test! I'll submit to the appstore for WIP in a day or so after some more cleanup and testing.

                              https://git.cloudron.io/doodlemania2/paperless-ng/

                              Note: inbound mail is enabled, but you have to configure it yourself in paperless config. I haven't tested that yet and from the looks of the repo, there are lots of issues with mail at the moment, so we may ship unstable without inbound mail.

                              cc: @girish

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

                              @doodlemania2 just an fyi - this is working well, but the "consumption" directory isn't polling so still tinkering with that. I am able to upload manually and auto tagging and pdf extraction is working. so, we're about 95% there I think.

                              scookeS absnt_mindA timconsidineT 3 Replies Last reply
                              6
                              • doodlemania2D doodlemania2

                                @doodlemania2 just an fyi - this is working well, but the "consumption" directory isn't polling so still tinkering with that. I am able to upload manually and auto tagging and pdf extraction is working. so, we're about 95% there I think.

                                scookeS Offline
                                scookeS Offline
                                scooke
                                wrote on last edited by
                                #17

                                @doodlemania2 Keep up the good work!

                                A life lived in fear is a life half-lived

                                1 Reply Last reply
                                3
                                • doodlemania2D doodlemania2

                                  @doodlemania2 just an fyi - this is working well, but the "consumption" directory isn't polling so still tinkering with that. I am able to upload manually and auto tagging and pdf extraction is working. so, we're about 95% there I think.

                                  absnt_mindA Offline
                                  absnt_mindA Offline
                                  absnt_mind
                                  wrote on last edited by
                                  #18

                                  @doodlemania2 Very excited about your efforts on this! I appreciate you, sir! I'm a vanilla PHP and JS developer for the most part, so node, docker, manifests, build scripts, all of it gets a little sketchy if I'm the one on it. I would love to learn how to package Cloudron apps, though. Maybe I'll have a look at some of the material that's available on that here later.
                                  I have been aching for a good document management system with user permissions for probably the last 12 months or so.

                                  1 Reply Last reply
                                  3
                                  • doodlemania2D doodlemania2

                                    This app is now up and functional. Please test! I'll submit to the appstore for WIP in a day or so after some more cleanup and testing.

                                    https://git.cloudron.io/doodlemania2/paperless-ng/

                                    Note: inbound mail is enabled, but you have to configure it yourself in paperless config. I haven't tested that yet and from the looks of the repo, there are lots of issues with mail at the moment, so we may ship unstable without inbound mail.

                                    cc: @girish

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

                                    @girish - I'm officially stuck. The app is ready and I think the tests might even work except for the consumption directory.

                                    Described my issue here: https://github.com/jonaswinkler/paperless-ng/issues/438.

                                    Tried moving the supervisors around, nothing.

                                    If I run the consume script from shell, works like a champ. Open to ideas.

                                    jimcavoliJ 1 Reply Last reply
                                    2
                                    • doodlemania2D doodlemania2

                                      @girish - I'm officially stuck. The app is ready and I think the tests might even work except for the consumption directory.

                                      Described my issue here: https://github.com/jonaswinkler/paperless-ng/issues/438.

                                      Tried moving the supervisors around, nothing.

                                      If I run the consume script from shell, works like a champ. Open to ideas.

                                      jimcavoliJ Offline
                                      jimcavoliJ Offline
                                      jimcavoli
                                      App Dev
                                      wrote on last edited by
                                      #20

                                      @doodlemania2 Is that a periodic job? Even if not, could we just hack around it with a small caveat by using the shell command and scheduler add-on? It'd be a minor thing, I think, for the Cloudron package to run an "every minute" or something consumption

                                      doodlemania2D 1 Reply Last reply
                                      2
                                      • jimcavoliJ jimcavoli

                                        @doodlemania2 Is that a periodic job? Even if not, could we just hack around it with a small caveat by using the shell command and scheduler add-on? It'd be a minor thing, I think, for the Cloudron package to run an "every minute" or something consumption

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

                                        @jimcavoli That's a fabulous idea - I will give that a try - it uses inotify on the FS to monitor for changes (intended to always run), but this could be a fabulous workaround! ON IT!

                                        1 Reply Last reply
                                        3
                                        • jimcavoliJ Offline
                                          jimcavoliJ Offline
                                          jimcavoli
                                          App Dev
                                          wrote on last edited by
                                          #22

                                          @doodlemania2 Sure thing! Also, didn't know it was inotify under the hood - that has a fraught history with dockerized runtimes, so this is likely your best option anyway 🙂

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