Amir Zarrinkafsh

Results 69 comments of Amir Zarrinkafsh

The flow broadly is very much the same if you're looking at utilising OIDC with Authelia infront. There could be some qualify of life changes that the Overseerr developers may...

@lenaxia my apologies perhaps my explanation wasn't clear but the screenshots I provided above are explicitly for Step 3 and 4 in the no auto-login flow. > To give you...

Your summation is correct @lenaxia. In terms of your last question I think it's a matter of balancing time, effort and complexity to implement.

Another reason why auto-login needs to be explicitly enabled/configured is if there are multiple OAuth login sources, so let's say OIDC was implemented and users could authenticate with Authelia or...

Should the connect phase still not trigger a timeout to exit if unsuccessful? I can launch the shell in the container when it stalls and install whatever tools that are...

Ah, looks like it occurred again got the following from `lsof`: ``` root@022391acd5dd:/var/tmp# lsof COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME perl 1 nobody cwd unknown /proc/1/cwd (readlink:...

So issue occurred again I don't see much in the strace output: ``` strace: Process 1 attached futex(0x7f11f18c81e8, FUTEX_WAIT_PRIVATE, 2, NULL ``` lsof output: ``` COMMAND PID USER FD TYPE...

I'm testing and monitoring something, if this doesn't resolve the issue I'll look at the `/etc/hosts` option or utilising the IP addresses instead of hostnames.

So seems what I've done so far has resulted in the issue not reoccurring. Probably more to do with my funky setup at home but I explicitly set the DNS...

Would love to see this supported. From what I understand this is possible with clang, you just need to include the relevant FreeBSD/Architecture sysroot in the container.