SBado

Results 15 comments of SBado

It seems to me that you actually force color transparency. Take a look at GetColor (color) function: `backgroundColor: rgba(color, 0.2),` You force alpha to .2. I changed it to: `backgroundColor:...

@BeryJu I tried your fix, but it seems that it's not working: 1. - External host: https://domain.example/myapp - Allowed Redirect URIs: https://domain.example/outpost.goauthentik.io/callback - Browser redirects to https://domain.example/myapp/outpost.goauthentik.io/start -> Browser error...

@BeryJu So is your change working for you?

Fix using **jq**: ``` _get_root() { domain=$1 i=2 p=1 if _opns_rest "GET" "/domain/get"; then _domain_response="$response" else return 1 fi while true; do h=$(printf "%s" "$domain" | cut -d . -f...

I completely forgot about this issue (and my fix)! I updated OPNsense the other day and now here I am again. Thanks @koelle25 for your improvements, it's probably time to...

Tbh, no, because I don't know why but autocomplete is painfully slow for me. I'm just trying to update croc automatically using Huginn (hence the need to run the installer...

Well, for the time being, here's a small patch. All credits go to rhodges ([here](https://community.home-assistant.io/t/is-there-an-easy-way-to-hide-entity-on-a-lovelace-card-based-on-state-of-another-entity/105065/7) his post on Home Assistant communit forum). I'm using it right now and it's working...

PR created (#164).

This PR is one year old! Happy birthday, little PR! Jokes aside, is there any chance this PR will ever be considered?

First question: > Why does this need a different port? Reading some documentation it doesn't suggest that I _can't_ mix "normal" hosts with `proxy_protocol` ones. > Empirical evidence :) Also,...