Bastien Wirtz

Results 61 comments of Bastien Wirtz

Hi there, @deez3134 Config files should be automatically installed in your assets directory, IF you created the assets directory with the right permissions (same owner as the user runing the...

Hi there, I never used traefik so I can't say much about that, but I added some additional info about the permission issues in the [documentation](https://github.com/bastienwirtz/homer/blob/main/docs/troubleshooting.md). OP (@deez3134) do you...

Hi @agneevX Sorry for the very late reply. Homer is not supposed to do DNS lookup for all bookmarks, how do you see that ? Homer is just generating the...

From what I see, browser [dns pre-fetch](https://developer.mozilla.org/en-US/docs/Web/Performance/dns-prefetch) is only done if configured, which is not the case, but it's something else :thinking: @agneevX Have you upgraded to the latest Homer...

Hey there, Hum, cookie based auth is not the best. When used client side in ajax request you might have issues regarding the domain associated with the cookie :thinking: Usually...

Hi there, Did you checked the [troubleshooting guide](https://github.com/bastienwirtz/homer/blob/main/docs/troubleshooting.md#my-custom-service-card-doesnt-work-nothing-appears-or-offline-status-is-displayed-pi-hole-sonarr-ping-) ? That's most probably the CORS issue described there.

Hey @git-noise, Thanks! Regarding internal healthchecks, I don't really think it's necessary as Homer is pure static file and does not require long maintenance operation. Regarding the ping services (used...

Exactly as @jamesmacwhite said. I strongly recommend adjusting your icon size.

Hi there, thanks for reporting this! I will have to investigate, I'll keep you updated.

Hi @rarick Hum, that's weird. The connectivity check request (which can be disabled) is an `HEAD` request, maybe traefik block this kind of request? Can you tell if the request...