TAB

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by TAB

  1. @OsoPolaris your dbhost correct? It's the same you habe in your redis. Is the webui port your call correct? I am not sure but I think sge standard value is http://[IP]:[PORT:8000 for webui and yours in 8007
  2. No write permission in consume folder I still do not get my write permission issue managed after reading all posts. paperless is running great, but I am not able to manually put a file in the consume folder on the SMB share as I am always told I am missing the permission to do so. I have received the UID 0 when using echo $UID in the console, the docker is running with the default values 99 and 100.
  3. hi, first, thanks for the work and efforts. :) I get the following log when I install and run the binner container. The port mapping stays empty, command exec seems to look fine. COMMAND EXEC after saving docker run -d --name='Binner' --net='br0' --ip='172.16.0.74' -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e HOST_HOSTNAME="TAB-HomeServer" -e HOST_CONTAINERNAME="Binner" -e 'TCP_PORT_8090'='8090' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='https://[IP]:[PORT:8090]' -l net.unraid.docker.icon='https://raw.githubusercontent.com/devzwf/unraid-docker-templates/main/images/binner-logo.png' -v '/mnt/user/appdata/binner/db':'/app/db':'rw' -v '/mnt/user/appdata/binner/logs':'/app/logs':'rw' 'devzwf/binner:latest' 06c036b21a15858542e429afc4824f81c16f54b88b529ad4dd81d1381549dae9 The command finished successfully! LOG m%%%%%%%%%%%%%%%%%%%%%%%%%%%n% % Binner 2.6.0.0 % p%%%%%%%%%%%%%%%%%%%%%%%%%%%o% O/S: Linux 6.1.49-Unraid #1 SMP PREEMPT_DYNAMIC Wed Aug 30 09:42:35 PDT 2023 (X64) Runtime: .NET 7.0.5 Uri: https://localhost:8090/ Configuration Result: [Success] Name Binner [Success] Description Hosts the Binner Web Service [Success] ServiceName Binner Topshelf v4.3.0.0, .NET 7.0.5 (7.0.5) Topshelf.Runtime.Windows.WindowsHostEnvironment Error: 0 : Unable to get parent process (ignored), System.DllNotFoundException: Unable to load shared library 'kernel32.dll' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you're using glibc, consider setting the LD_DEBUG environment variable: /app/kernel32.dll.so: cannot open shared object file: No such file or directory /app/libkernel32.dll.so: cannot open shared object file: No such file or directory /app/kernel32.dll: cannot open shared object file: No such file or directory /app/libkernel32.dll: cannot open shared object file: No such file or directory at Topshelf.Runtime.Windows.Kernel32.CreateToolhelp32Snapshot(UInt32 dwFlags, UInt32 th32ProcessID) at Topshelf.Runtime.Windows.WindowsHostEnvironment.GetParent(Process child) The Binner service is now running, press Control+C to exit. 2023-10-02 04:46:25.7502|INFO|Binner.Web.ServiceHost.BinnerWebHostService|Loading configuration at /app/appsettings.json| 2023-10-02 04:46:25.8424|INFO|Binner.Web.ServiceHost.BinnerWebHostService|Building the WebHost on 0.0.0.0:8090 ...| .Net Core bundle path: /app/ Config file location: /app/appsettings.json info: Binner.Web.ServiceHost.BinnerWebHostService[0] Using SSL Certificate: 'CN=localhost' '' 2023-10-02 04:46:26.0120|INFO|Binner.Web.ServiceHost.BinnerWebHostService|Using SSL Certificate: 'CN=localhost' ''| 2023-10-02 04:46:26.0330|INFO|Binner.Web.ServiceHost.BinnerWebHostService|Applying EF migrations to Binner database...| info: Binner.Web.ServiceHost.BinnerWebHostService[0] Applying EF migrations to Binner database... Using MigrationsSqlGenerator 'SqliteCustomMigrationsSqlGenerator' 2023-10-02 04:46:26.3753|INFO|Binner.Web.ServiceHost.BinnerWebHostService|Binner EF migrations successfully applied!| info: Binner.Web.ServiceHost.BinnerWebHostService[0] Binner EF migrations successfully applied! ENVIRONMENT NAME: Production Using pre-built react application Hosting environment: Production Content root path: /app Now listening on: https://0.0.0.0:8090