Sam
Sam
edit: thank you for the solution; my issue is unrelated to op's ~~I have found similar behavior when manually deploying an LDAP outpost. If I use the IP for `AUTHENTIK_HOST`...
It's working now 🚀 Thanks for the advice, @BeryJu ❤️
I have a suggestion for how this could be improved with (hopefully) little effort. tl;dr The suggestion is to avoid auto-closing the console UI upon console disconnection. For the originally...
This is a bug within the underlying [leetcode-cli](https://github.com/skygragon/leetcode-cli) tool, for example running `leetcode show 635 -l python3` outputs: ``` /usr/local/lib/node_modules/leetcode-cli/node_modules/yargs/yargs.js:1148 else throw err ^ TypeError: Cannot read property 'map' of...
@mijofa You (and others following this issue) might be interested in how I've worked around this issue: https://github.com/sam-6174/jellytin tl;dr All apps (Android, etc.) can access Jellyfin over the internet, while...
What worked for me is replacing `New-Item` with `mklink`: ```powershell cmd "/c" mklink "/h" "$link_file_path" "$src_file_path" ```
> @sam-6174, yes, that's a viable workaround (previously mentioned); note that none of the double quotes are needed in your sample call. Also, since your example creates a _hard_ link...
Thanks for the FYI 👍 I'll try and take a look at updating this for newer versions of Tailscale, as time permits. In the meantime, you should be able to...
Hello, what is the status on this PR? My understanding is that the [feature request](https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1131) was [merged-and-reverted](https://github.com/NginxProxyManager/docker-nginx-full/pull/7#issuecomment-1085149273) due to a memory leak, but the memory leak has since been fixed...