Replies: 4 comments
|
Thanks for posting a discussion about homepage here on GitHub. Homepage now uses a fancy new AI tool thanks to our friends at Glime, so the answer below is the AI bot's attempt to answer your question. If you feel it's sufficient you can mark the answer and close this post, otherwise feel free to leave it open of course! Thanks for using Homepage! ❤️ Based on the information provided, it seems you have taken the correct steps to configure the background and favicon using local resources. However, there are a few common issues that could be causing the problem:
If you have checked all the above and the issue persists, please provide the container logs as they may contain errors or warnings that can help identify the problem. Additionally, browser logs can sometimes offer clues if the issue is related to the client side. Since you mentioned that you've tried mounting different paths and checked permissions, and assuming you've restarted the container after making changes, the issue might be with how the container is accessing the files. If possible, check the container's logs for any errors related to file access or paths. This comment was generated by Glime. |
|
|
This discussion has been automatically closed due to inactivity. See our contributing guidelines for more details. |
|
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Description
Can't get the background/favicon settings to use local resources, they work fine with a URL so I don't think its my settings.yaml file. I've gotten it to work on other similar containers like Homarr, heimdall, organizr, etc. but for some reason I can't manage to get it to work here.
homepage version
v0.8.8 (87d1ea4, Feb 13, 2024)
Installation method
Unraid
Configuration
Container Logs
[2024-02-26T11:38:41.917Z] info: docker.yaml was copied to the config folder
[2024-02-26T11:38:41.924Z] info: services.yaml was copied to the config folder
[2024-02-26T11:38:41.924Z] info: bookmarks.yaml was copied to the config folder
[2024-02-26T11:38:41.925Z] info: widgets.yaml was copied to the config folder
[2024-02-26T11:38:41.926Z] info: custom.css was copied to the config folder
[2024-02-26T11:38:41.926Z] info: custom.js was copied to the config folder
[2024-02-26T11:38:42.034Z] info: kubernetes.yaml was copied to the config folder
[2024-03-02T07:43:36.995Z] warn: API response for /api/services/proxy?type=radarr&group=Applications&service=Radarr&endpoint=movie exceeds 4MB. API Routes are meant to respond quickly. https://nextjs.org/docs/messages/api-routes-response-size-limit
[2024-03-03T15:43:25.768Z] warn: API response for /api/services/proxy?type=radarr&group=Applications&service=Radarr&endpoint=movie exceeds 4MB. API Routes are meant to respond quickly. https://nextjs.org/docs/messages/api-routes-response-size-limit
[2024-03-03T15:43:26.584Z] warn: API response for /api/services/proxy?type=radarr&group=Applications&service=Radarr&endpoint=movie exceeds 4MB. API Routes are meant to respond quickly. https://nextjs.org/docs/messages/api-routes-response-size-limit
[2024-03-03T18:27:59.988Z] warn: API response for /api/services/proxy?type=radarr&group=Applications&service=Radarr&endpoint=movie exceeds 4MB. API Routes are meant to respond quickly. https://nextjs.org/docs/messages/api-routes-response-size-limit
[2024-03-03T18:28:11.784Z] warn: API response for /api/services/proxy?type=radarr&group=Applications&service=Radarr&endpoint=movie exceeds 4MB. API Routes are meant to respond quickly. https://nextjs.org/docs/messages/api-routes-response-size-limit
[2024-03-03T18:28:30.303Z] warn: API response for /api/services/proxy?type=radarr&group=Applications&service=Radarr&endpoint=movie exceeds 4MB. API Routes are meant to respond quickly. https://nextjs.org/docs/messages/api-routes-response-size-limit
[2024-03-03T18:31:46.039Z] warn: API response for /api/services/proxy?type=radarr&group=Applications&service=Radarr&endpoint=movie exceeds 4MB. API Routes are meant to respond quickly. https://nextjs.org/docs/messages/api-routes-response-size-limit
[2024-03-03T18:31:46.979Z] warn: API response for /api/services/proxy?type=radarr&group=Applications&service=Radarr&endpoint=movie exceeds 4MB. API Routes are meant to respond quickly. https://nextjs.org/docs/messages/api-routes-response-size-limit
Browser Logs
404 Not Found
http://IP:3033/images/background.png
Troubleshooting
I've tried mounting different paths, double checked the permissions/owner on the path and files. Tried removing the container, deleting any leftover appdata files and starting from scratch.
All reactions