Felix Eckhofer
Felix Eckhofer
Thanks, that did it!
I've left some comments what you need to do in order to get the built-in CODE server to run at https://github.com/nextcloud/docker/issues/1896#issuecomment-1558810330
Related to #2359
Hey @vrabac, thank you for reporting this bug and sorry for not getting back to your earlier. I just merged a commit which adds a proper home directory for the...
Hey! I haven't really used the Home Assistant Operating System in a while. Can you elaborate a bit on what you would want to do? Use the addon base image...
Thanks for getting in touch. This seems to be something that s6 (the new init system used by the home-assistant docker image) does, I'll see if I can do anything...
Thanks for your contribution! Can you explain the use-case a bit more for me? Python packages should be installed by Homeassistant automatically according to the requirements of the respective compontents....
I've tried to use your config, but cannot reproduce the problem. Have you by chance tried again without your changes since? I understand this PR has been open a very...
This seems insecure. When we trust x-forwarded-for, we would have to have some sort of list of trusted proxies. Otherwise an attacker could blacklist arbitrary IPs by including them in...
Normally, you require a list of trusted proxies as a setting and then the code looks something like this terrible pseudocode (sorry, I'm on mobile rn): ~~~python ip = remote_addr...