November 3, 20223 yr Overview: Support for Docker image Binner Application Name: Binner Application repository: https://github.com/replaysMike/Binner Application site : https://binner.io/ Overview : Binner is a free open-source parts inventory tracking system you can run locally in Windows or Unix environments. It was created for makers (like myself), hobbyists or professionals to keep track of your parts inventory Make sure to look at the complete documentation Please post any questions/issues relating to this docker template you have in this thread.
September 19, 20232 yr @ZappyZap - Can you publish the docker compose file that is generating the docker images to github?
September 24, 20232 yr Author On 9/19/2023 at 4:44 PM, noen said: @ZappyZap - Can you publish the docker compose file that is generating the docker images to github? i read that while i was traveling,.... but i do not use compose with unraid .... but the template is already relaease : https://github.com/devzwf/unraid-docker-templates/blob/main/binner.xml
October 2, 20232 yr 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
November 29, 20232 yr All of a sudden, today, the html display is all messed up. Nothing is displaying correctly. Tried multiple browsers also. The formatting is off. Or doesn't exist. I even tried removing Binner and installing again. Anyone else seeing this? I might try to install elsewhere to see if it's something UNRAID specific. Just strange
November 29, 20232 yr Author 1 hour ago, deanathpc said: All of a sudden, today, the html display is all messed up. Nothing is displaying correctly. Tried multiple browsers also. The formatting is off. Or doesn't exist. I even tried removing Binner and installing again. Anyone else seeing this? I might try to install elsewhere to see if it's something UNRAID specific. Just strange that's weird, i could not reproduce which version ?
November 30, 20232 yr 4 hours ago, ZappyZap said: that's weird, i could not reproduce which version ? Actually, I am at work and using another computer. It's acting just fine. At home using my desktop with both Chrome and Firefox. Here at work on my laptop I was able to VPN into my network and while using Firefox on this computer it's working fine. Very strange. I even cleared cache earlier and didn't help. So I will be try and dig deeper and see what I can come up with. v2.6.0
November 30, 20232 yr 13 hours ago, ZappyZap said: Let me know please Well strange activity. At home connected directly to my network. My desktop computer does the same thing on Firefox and Google Chrome. Laptop: same on Firefox but Google Chrome is formatted correctly. Odd. Attached is what I am now seeing. I might try to find another browser just to test. I know I have been having issues for some time on this desktop with Firefox. It's been my browser of choice for a long time now and haven't switched to anything else yet.
November 30, 20232 yr I just noticed on my laptop that Google Chrome is not signed in and synching. Maybe this is a setting of some sort?
November 30, 20232 yr And one other thing I keep forgetting to put in here. I fired up VirualBox with an Ubuntu Desktop instance. Started FireFox (not logged in to sync up) and same result. Not displaying correctly.
December 1, 20232 yr 9 hours ago, ZappyZap said: interesting can you open a issue to the dev ? thanks Absolutely
April 28, 20242 yr Can this template be updated? Currently, if you specify an IP address for the container, it doesn't apply. Only using the Bridge interface works, but I no longer trust it since the MAC issues with lockups. Thank you!
November 5, 2025Nov 5 Hi ZappyZap - as nedpool's request - I don't seem to be able to set an IP for the binner container. Is this something that could change?
November 6, 2025Nov 6 Huh - well I have just tried it again and it looks like it's working. I have rebooted unraid since then - wonder if something got stuck. Thanks for looking into it. Is there a plan to update the docker image to the latest binner version?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.