pallalino

Members
  • Posts

    10
  • Joined

  • Last visited

pallalino's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I want to remove empty pages when I scan in double-side mode. So far, a script which I took from here is running fine. It works for me with regular white paper. When I scan recycled paper (e.g. german tax letter), it fails as on each page the color code sum is check and interpreted in this case as a page with some content; but this is an exceptional case as most is on regular white sheets. If I want to call it as discussed there as well with the very elegant way to call a pre-consumption.sh file and from there (potentially) more than one other files, is not working. It's also not working for me to call python files (which I would prefer).
  2. Hi all, I'm trying to use the paramter PAPERLESS_PRE_CONSUME_SCRIPT to run a python script. Has someone this up and running? I think the script is called when I created the path in the same manner as above form SOULV1C described. But even a dummy script which just prints something is causing an error: [2023-09-14 21:22:19,269] [INFO] [paperless.consumer] Executing pre-consume script /usr/src/paperless/scripts/info.py [2023-09-14 21:22:19,293] [ERROR] [paperless.consumer] Error while executing pre-consume script: [Errno 8] Exec format error: '/usr/src/paperless/scripts/info.py' Traceback (most recent call last): File "/usr/src/paperless/src/documents/consumer.py", line 214, in run_pre_consume_script completed_proc = run( File "/usr/local/lib/python3.9/subprocess.py", line 505, in run with Popen(*popenargs, **kwargs) as process: File "/usr/local/lib/python3.9/subprocess.py", line 951, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/usr/local/lib/python3.9/subprocess.py", line 1837, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) OSError: [Errno 8] Exec format error: '/usr/src/paperless/scripts/info.py' Any idea...? Thanks
  3. Hi, this is working fine for me, but I was wondering why not a single path variable for PAPERLESS_TRASH_DIR would be working?
  4. I changed it....it's now working fine. Thank you
  5. Port 443 is not used in another docker. I only find this port for unRAID, but ssl is not enabled, too. Should I still change the ports to 5000/5001? Strange is, that I haven't changed/installed somethign new recently, only updated all dockers etc.
  6. Hi, I've receicently upgraded to Unraid 6.12.0 and now I recognize that my Vaultwarden (only locally) is no longer running. DB docke ris started and I also tried to start Nginx-Proxy-Manager-Official (where I've forgotten that this is needed for Vaultwarden). I upgraded Nginx to the latest version now, too. When I start the docker a popup appears: " Execution error Server error" Afterwards I changed the network type to a different entry and then back to the previous one but in both cases I get the following message: -- Removing container: Nginx-Proxy-Manager-Official Successfully removed container 'Nginx-Proxy-Manager-Official' Command executiondocker run -d --name='Nginx-Proxy-Manager-Official' --net='nasnet' -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e HOST_HOSTNAME="nas" -e HOST_CONTAINERNAME="Nginx-Proxy-Manager-Official" -e 'DB_SQLITE_FILE'='/data/database.sqlite' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:81]' -l net.unraid.docker.icon='https://nginxproxymanager.com/icon.png' -p '81:81/tcp' -p '1880:80/tcp' -p '443:443/tcp' -p '3000:3000/tcp' -v '/mnt/user/appdata/Nginx-Proxy-Manager-Official/data':'/data':'rw' -v '/mnt/user/appdata/Nginx-Proxy-Manager-Official/letsencrypt':'/etc/letsencrypt':'rw' -v '/tmp/Nginx-Proxy-Manager-Official/var/log':'/var/log':'rw' --memory=1G --no-healthcheck 'jc21/nginx-proxy-manager' WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. c5b435d10b345c7f7c50f0e544899c76432501c76142950a74e49a4efc402a84 docker: Error response from daemon: driver failed programming external connectivity on endpoint Nginx-Proxy-Manager-Official (7dc6fe7dbfef257df73e8e872aa05f22ef768e5a91eb77520dcbf0d7f32ee77c): Error starting userland proxy: listen tcp4 0.0.0.0:443: bind: address already in use. The command failed. --- Any idea what I could do to solve the issue? Thank you
  7. I was able to create the certificate, but I struggle to connect it with vaultwarden. In the video it's working as it's calling the docker manually but I use it in unraid. Do I need to import the certificate into swag? I've imported it in Firefox, but this is not sufficient.
  8. Thank you! German is fine for me I will check it and provide you some feedback.
  9. Hi all, I'm more or less new on unraid. I would like to use vaultwarden initially only with local access in my LAN. I struggle now how to continue to get https enabled. Do I really need to install swag? With cloudfare etc.? Is there somewhere a description how to get vaultwarden up and running locally? thanks & regards Pallalino