Derek Crudgington
Derek Crudgington
> I got so tired of running off of local storage or even longhorn storage which also got corrupted for me at some point, so I just pulled the master...
Filling out SMTP_HOST, SMTP_USER, SMTP_PASS, etc. On startup the logs say: 2023-10-06.16:41:07 [NOTICE] ** [messaging] Container configured to route mail via SMTP to 'mail.testhost.com' But nothing is set when I...
> The SMTP commands are actually for PHP configuration, not for freescout. You could use the options within freescout to use the php mail() function, but at this time you...
Sorry, I wasn't that clear. What I'm trying to do is start headscale-ui up already pre-configured with the api key from headscale in an environment variable or configuration file some...
I modified the LoginController.php where this "Failed to provision" error occurs to dump the userId to a file username.txt, and it returns "root" in the file. I'm not sure where...
OK, now I've confirmed it is setting userId properly in LoginController.php until it gets here: userId is correct at the beginning. $this->userManager->search($userId); $this->ldapService->syncUser($userId); $userFromOtherBackend = $this->userManager->get($userId); userFromOtherBackend becomes null at...
Only these: ``` 1.2.3.4 - [email protected] [19/Nov/2025:19:55:56 +0000] "GET /api/v1/Oidc/authorizationData HTTP/1.1" 200 628 "https://espocrm.domain.com/?entryPoint=loginAs&[email protected]&[email protected]" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" 1.2.3.4 - - [19/Nov/2025:19:56:00 +0000] "GET...
Once you enable OIDC, Authelia, it doesn't let you login as LDAP only. It only has a Sign in for Authelia. What kind of logging should I enable to paste...