On 2026-04-14 15:04, Petter Reinholdtsen wrote:
> A slightly better IPv6 save edition might look something like this:
>
> const host = window.location.hostname.includes(":")
> ? `[${window.location.hostname}]`
> : window.location.hostname;
> this.baseURL = `${window.location.protocol}//${host}:8080`;Thanks Petter, I will include this in the next upload to unstable. Best, Christian

