Paperless is an application that manages your personal documents. With the help of a document scanner, paperless transforms your wieldy physical document binders into a searchable archive and provides many utilities for finding and managing your documents.
I was working on it yesterday, my deadline was the 5th but my laptop wasn’t powerfull enough to rebuild the image
server {
{{ if not .ssl }}
listen 80 default_server;
{{ else }}
listen 80 default_server ssl http2;
{{ end }}
include /etc/nginx/includes/server_params.conf;
{{ if .ssl }}
include /etc/nginx/includes/ssl_params.conf;
ssl_certificate /ssl/{{ .certfile }};
ssl_certificate_key /ssl/{{ .keyfile }};
{{ end }}
}(https://github.com/BenoitAnastay/paperless-home-assistant-addon/compare/main...ingress#diff-ac6e0dcab49d60e53dd7357527acfbcaa9bf8d14d08f5d9cef3a5a5212274028)
On my Installation I use Nginx proxy manager to manage SSL, I disable the addon port and use the local addon hostname in nginx proxy manager, I plan to make a authelia add-on and make a tutorial on how it works all together
Hello , first of all thank you for the great HA-Addon . I have a question, I wanted to create a sensor in HA via the Rest API. However, it is not clear to me which port to use. In your github documentation (README.j2) it says resource: paperless.server:port/api/documents/ . In the log of the addon I see e.g. port 8000 and port 8001 . This has not yet worked for me at least. Probably i am missing something ? Another question is whether it is possible to configure other parameters? In the documentation of paperless ngx there are quite a lot of additional parameters. Can I set them somehow via the add-on ? Many thanks
Currently you’ll have to enable a port on the configuration tab to be able to use the API
You can still use it trought the docker network with its hostname ca5234a0-paperless-ngx
Thanks for this addon. Is there any options to run the document_rename process in some automation? Because paperless names the document at first import but dont change it if i change the metadata.
As I explained in another thread you just need to create a share named paperless in HA OS it will be mounted to /share/paperless then because inotify doesn’t works on shared you need to set a pooling interval in the add-on configuration tab
Hello, I have to add my voice to this question. I have tried to create a CIFS share on a Synology NAS. That works so far. The directories are created in the share folder. But the add-on gives me the message that the rights do not match.
ERRORS:
?: PAPERLESS_CONSUMPTION_DIR is not writeable
HINT: Set the permissions of
drwxr-xr-x root root /share/paperless/consume
I have set user and group to 1000:1000 on the Synology NAS (via ssh shell command) with chown. However, the problem persists. If the permissions do not match, why can a directory be created in the share at all? Consume and Media are created without any problem. You wrote in another post that this worked with your NAS share. What permissions do the shares have and which GID and PID are used? Please excuse me if I ask again, but maybe you still have an answer. Thank you very much for your great work.
Hi, i am trying to connect the app “Paperparrot” (iOS) with your addon on my home assistant. But no matter what I am trying, it won’t work.
i tried: homeassistant.local:8000, homeassistant.local:8001. I even set a custom URL (homeassistant.local and my duckdns-url) in the configuration. The app only quits the login attempts with “no connection possible” or “405” or “404”.
is it possible to manually run the tasks like “document_create_classifier”?
In the older versions you could run the tasks in the admin interface. Cant seem to find the option now.