Javi

Results 25 comments of Javi

Finally, after fixing the folders permissions in omv, I have the docker working. I have just added the command `RUN chmod +x entrypoint.sh`, but I think it's not needed. Is...

I can confirm that chmod command is not needed. It was an issue with the folder permissions in omv.

It seems you are not using the storage class to provision the storage.

Hello, I have (almost) the same issue. I'm trying to add the integration and I found the following message in the logs: `2024-12-08 17:28:25.249 ERROR (MainThread) [homeassistant.config_entries] Error occurred loading...

Hey, find below mine, it works fine, and redirect to /admin/ ``` `apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: namespace: annotations: nginx.ingress.kubernetes.io/configuration-snippet: | rewrite ^/$ /admin/ redirect; labels: app: pihole spec:...

Hey, I don't see anything different than mine... did you try to create the ingress manually instead of using helm?

Hey Get the nginx logs, we will have more info. Thanks Enviado desde dispositivo móvil ________________________________ De: Fernanda Martins ***@***.***> Enviado: Friday, June 27, 2025 7:56:31 PM Para: MoJo2600/pihole-kubernetes ***@***.***>...

ah, and share the nginx settings too.

mmm looks good, or like at least like mine. I miss this in the pihole's value ``` - path: / pathType: Prefix backend: service: name: pihole-web port: name: http ```...

I have the same issue: ``` 2024-12-12 20:02:03.365 ERROR (MainThread) [homeassistant.config_entries] Error occurred loading flow for integration asusrouter: No module named 'asusrouter.modules.openvpn' 2024-12-12 20:03:13.154 ERROR (MainThread) [homeassistant.config_entries] Error occurred loading...