Home Inventory Docker


ChrisTech

Recommended Posts

I'm creating this thread in hopes that someone out there has tried a home inventory docker and have gotten it to work with unraid.  I've been trying to get the "snipe-it" to run, without success.

 

This is the particular dockerhub that I've been using, but have searched on linuxserver's forums and haven't found anything: https://hub.docker.com/r/linuxserver/snipe-it. Essentially, when loading the UI (that never loads), I just get a connection refused. NGINX runs behind the scenes to handle the traffic, and I'm not seeing any errors in there either (just 500s). I'm guessing the nginx.conf needs to be updated in some way, but even doing a curl against the localhost:80 doesn't return any data, so I think the issue stems further back.

Link to comment

So I've managed to get this working (ignore my trigger finger ask for help above). Apparently I was getting an error the following error in nginx/error.log:

The server requested authentication method unknown to the client [caching_sha2_password] 

This was resolved by issuing the following command on the mysql database itself:

ALTER USER 'usernameHere'@'%' IDENTIFIED WITH mysql_native_password BY 'passwordHere';

After that, connections worked fine. Still running through the setup, but will update here with a final walkthrough of what was done to get this working...I'm sure others here would like to use a similar software.

Link to comment

So I've been playing around with this, and it seems way overkill for my needs. You need to create Manufacturers, Models, etc. Prior to creating assets. It'd take way to long to get this going.

 

If anyone else has a different Home Inventory Management software they're using (other than a spreadsheet), that allows picture uploads, please let me know!

Link to comment
  • 3 months later...

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.