Ricardo Reis

Results 17 comments of Ricardo Reis

@DoveLanLan I'm with the same issue, how did you solved it?

I'm having the same issue, I had like to find a better solution for this aswell

1. Now I understand what problems you may face, this is not straightforward. 2. The problem I see with your example, is that you need to export individually every input...

Ah, nice that it's not needed to export those variables! I had some brainstorming on how it could be improved, I'll paste it here so that you can look at...

additional information: ```js const modules = import.meta.glob("/src/routes/**/+server.ts"); for (const path in modules) { modules[path]().then((mod) => { console.log("mod name", mod.GET.name); }); } ``` outputs: ``` mod name GET mod name GET...

I'm having the same issue. This is my config ```yaml blue_iris: title: Blue Iris icon: mdi:cctv url: https://blueiris.local index: /ui3.htm?t=live&maximize=1 work_mode: ingress expire_time: 3600 headers: host: blueiris.myhome.com ```

Solved with this: https://github.com/lovelylain/hass_ingress/issues/68#issuecomment-2987152121