v1 Beta - Cannot use Reverse Proxy
Connecting directly to the host:port - Works fine.
Connecting via hostname using reverse proxy:
Page shows:
Logs show:
Cache cleared. Configuration worked on pre-1.0 homarr.
7 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?
This unauthorized error is only thrown when you open the boards page and are not logged in, created an issue for it on github
Solution
Has been fixed in
v1.0.0-beta.4
Are all of those being pushed to the
beta
tag for the image, or is the new image under the tag above.
I'm assuming the later as skopeo inspect says that beta.4 is also a tag
beta is where all betas are pushed, so you can either specify the specific 4 version or beta and run
docker compose pull
👍