Marcel

Results 115 comments of Marcel

Is your authentik regenerating keys? Jitsi-openid only executes the discovery (including public keys) at startup. Sorry if this is a stupid question, I am not familiar with authentik.

Hi, I myself don't actually run a jitsi. (I am planning) This project was initially developed for a friend of mine. My friend is a bit slow when it comes...

Hi, first of all, thanks for the comprehensive example! I could immediately identify the problem: I am using requests not with the system root, but with a custom system independent...

Is the error invalid access token? https://github.com/MarcelCoding/jitsi-openid/blob/main/src/routes.rs#L197

Hi, it's really hard to understand what you are trying to say. Could You write one sentence about every option you would like to be implemented and how it should...

What is the advantage of zia compared to chisel?

But what is chisel doing the command you described. Is it actually connecting to bing? You did not specify any other destination.

That would mean that there must be some kind of protocol on top of websocket. Currently as you already noticed. Every websocket connection uses the same udp socket as for...

Definitely an interesting topic also for the only TCP version. This would also probably make use of multiple CPU cores. Currently, on thread (tokio task) is dedicated to TX and...

@sudozid I've played a bit around and did a rewrite. Now, multiple websocket connections should be possible. https://github.com/MarcelCoding/zia/pull/105 Till now I've only deployed the server and client on my laptop...