Hi.
I've just gotten started on my Proxmox journey, so please be kind.
I've installed Homepage LXC with the Proxmox VE Helper-Scripts (https://github.com/tteck/Proxmox/raw/main/ct/homepage.sh). I downloaded a couple of images to the VE and am trying to use them for the background of homepage.
On the homepage website, it says to place images in
and none of these worked. When accessing the homepage I get a 404 for the GET-request for cranes.jpg. However, using a url like so:
worked without any issue. I've also verified permissions for the images and containing directories, and they're all at least 644.
Has anyone managed to get this working in an LXC container and can see what it is I'm doing wrong? Thanks for your help!
I've just gotten started on my Proxmox journey, so please be kind.
I've installed Homepage LXC with the Proxmox VE Helper-Scripts (https://github.com/tteck/Proxmox/raw/main/ct/homepage.sh). I downloaded a couple of images to the VE and am trying to use them for the background of homepage.
On the homepage website, it says to place images in
/app/public/images
and then access them via /images/background.png
. However in proxmox I also noticed that there's an images folder in /opt/homepage/images
, which I thought might be related, so I placed my image in both locations. Either way, I tried a bunch of different options:background: images/cranes.jpg
background: /images/cranes.jpg
background: cranes.jpg
background: /cranes.jpg
and none of these worked. When accessing the homepage I get a 404 for the GET-request for cranes.jpg. However, using a url like so:
background: https://images.unsplash.com/photo-1502790671504-542ad42d5189?auto=format&fit=crop&w=2560&q=80
worked without any issue. I've also verified permissions for the images and containing directories, and they're all at least 644.
Has anyone managed to get this working in an LXC container and can see what it is I'm doing wrong? Thanks for your help!