Martchus
Martchus
We also ran into "Could not determine ID provider from URL" with our OpenID provider in the past and it was an [IPv6 related issue](https://open.qa/docs/#_openid_login_times_out). Otherwise I'm also not sure...
I say OAuth2 is probably easier to resolve. The error message sounds indeed like some expected parameters are missing. I think the parameter `username` is missing in your case (considering...
So could you make it work with OAuth2? If there were code changes required, feel free to create a PR. I now realize that you mean OpenID Connect and not...
> Yes, OAuth2 is working now! The next step is to figure out how to divide users into administrators, operators and regular users through it - is this possible? Only...
Note that Syncthing itself also provides a CLI. It has a different focus than syncthingctl so both tools complement each other. Maybe the CLI of Syncthing itself is good enough...
At a certain size the Mojolicious asset handling creates these temporary files on disk (instead of handling the download in-memory). Maybe we're doing something wrong here or there's a bug...
I guess we could check/try this. Out of my head I would say that these file aren't served via the Mojolicoius app (and therefore don't use reverse proxy settings) anyway,...
Maybe - and if not this should be fairly simple to implement.
> The feature was added in Mojolicious 9.39 from last year. So I guess we either make this conditional (using `if …->can('encrypted')`) or we bump the minimum version (from 9.34...
> My main concern that description of one variable should not force you to read description of another no matter that they are "neighbours" in the text I disagree. There's...