Nginx reverse proxy poblem
the icons and config are broken when i enter whit the reverse proxy
Solution:Jump to solution
Do not proxy to /board. Otherwise, our requests for images will be miss-redirected.
6 Replies
Thank you for submitting a support request.
Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
❓ Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
(and no logs becuse is empty)
Exact Homarr version 0.15.3
Configuration docker-compose
Operating system Ubuntu server
device: raspberry pi 3 b+
Nginx code: server {
listen 80;
listen [::]:80;
server_name 192.168.100.22 192.168.100.22;
location / {
proxy_pass http://192.168.100.22:7575/board;
include proxy_params;
}
}
Solution
Do not proxy to /board. Otherwise, our requests for images will be miss-redirected.
ok
thanks
Can I mark this as resolved?
yea