Daniel Ares
Daniel Ares
https://github.com/techlore/plexus#application-requests
AMOLED variants would be great. I just installed the app yesterday and already wondered why only predefined styles are available. Having the ability to pick your own colors doesn't seem...
I'm not really a dev, so I can't tell for sure what the effort would be. But yeah, the idea would be to make the color variables rewritable in some...
> docker run -d --name HomeAssistant -e VIRTUAL_HOST=DOMAIN.COM -e VIRTUAL_PORT=8123 --net=host --expose=8123 -v "//etc/DockerStorage/HomeAssistant:/config" -v /etc/localtime:/etc/localtime:ro --restart=unless-stopped homeassistant/home-assistant:stable I'm not a docker expert, but I don't think putting both containers...
> Hi. > > You've probably already heard about `X-Real-IP`, `X-Forwarded-For` headers and the [ngx_http_realip_module](https://nginx.org/en/docs/http/ngx_http_realip_module.html) module. This is only correct way of handling `nginx-proxy`'s real IP issue that I'm aware...
Didn't fix it for me at least. I've got the same phenomenon, that cert_status shows all fullchains as expired (`Certificate was valid until Mar 5 2022`), but I don't have...
The only way to show the fullchain as OK instead of expired is to manually edit the fullchain.pem and remove the last cert in the chain.
Same problem for me on a normal desktop PC. The first error message I get (additionally to those above) is `mount: /mnt/boot: wrong fs type, bad option, bad superblock on...
Hm, still no fix with 4.1 :confused:
Not sure if I 100% understand the problem, but yes you probably have to set `'trusted_proxies'` and `'forwarded_for_headers'` in your config.php if you're using a reverse proxy. Just map the...