Failed to load an image in View Asset>Device Image, when I using HTTP://local_IP for snipe-it weblogin
Try to install CT Templates at PVE(Proxmox), use turnkeylinux>snipe-it
Snipe IT | TurnKey GNU/Linux
Snipe IT provides a powerful, user friendly asset management system, which your team will love to use. It was designed to enable IT departments big or small to track who has what hardware, when it was purchased, which software licenses apply to it and what accessories are available, and so on.
But, after install, Failed to load an image in View Asset>Device Image, when I using HTTP://local_IP for snipe-it web login.
Display: Failed to load image: http://localhost/uploads/assets/asset-image-XXXXX.jpg
And I tried http://192.168.1.2/uploads/assets/asset-image-XXXXX.jpg(P.S. 192.168.1.2 is my case, change your snipe-it web login IP)
It can display that image......
Lucky, I find out the solution:
Snipe IT - images not showing | TurnKey GNU/Linux
Hi, I have just installed the virtual appliance as a Hyper-V VM and am configuring it for testing. I have uplaoded various images to customise the look and whilst they appear to upload ok they just show as broken links on the dashboard - any idea what is causing this? Thanks in advance...
Take PVE VM snapshots to backup,
Open turnkeylinux terminal>enter below
(P.S. YOUR_DOMAIN=http://X.X.X.X | X.X.X.X = change to your web login IP)
YOUR_DOMAIN=http://X.X.X.X
CONF=/var/www/snipe-it/.env
sed -i "|APP_URL=|s|=.*|=$YOUR_DOMAIN|" $CONF
systemctl restart apache2