Bastien Wirtz

Results 61 comments of Bastien Wirtz

Hi @0xN0x ! That sounds like a good idea ! All services are based on a generic layout which offer a [`indicator` slot](https://github.com/bastienwirtz/homer/blob/main/src/components/services/Generic.vue#L31) (I don't know if your are familiar...

Hey @goliath888, That's would be nice yes, with maybe memorizing the group state in local storage like the dark theme preference, so when you come back the elements stays like...

Hi @cinderblockgames! What do you mean by `the site is trying to pull them` ? I don't see any request to those file in my browser console. Can you give...

HI there, You can change Homer container internal port by using the `PORT` env variable. @theotherguy2175 there is no specific ipv6 support, and I don't really know what's required and...

Hi there, @luisfco667 Can you post the result of this command: ```sh docker exec -it homer cat /lighttpd.conf ``` Thanks,

Ok so, you do have the latest patch regarding the `clock-jump` issue mentioned by @fbartels, and that should not be the issue (otherwise the warning would be followed be a...

I don't see anything wrong :thinking: Could you share the result of : ```sh curl -IX GET http://10.0.0.220:8089/ curl http://10.0.0.220:8089/ ``` Thanks

@luisfco667 Can you try the curl command on the docker host with `127.0.0.1` instead of `10.0.0.220`? Also you can execute this command to make sure homer is working: ```sh docker...

Ok, 200 OK is good! Can you curl without the `-I` to see if homer HTML is returned ? When you say not show the dashboard, you mean an empty...

Hello @Pilchh, That's a good question, I never used macvlan networks. Homer's dockerfile is pretty simple, I don't see anything that could explain the difference with other containers :thinking: Maybe...