Nicholas Sielicki
Nicholas Sielicki
I started looking through this tonight. I'd be interested to hear ideas around how we could take advantage of having an executable in the default Windows `%PATH%` to do more...
Reviewing now.
I am also seeing this locally. My configuration is https://github.com/sielicki/dogfiles, but I haven't pushed in a few months as I need to audit my git history for secrets, so I...
Can this be landed? It's been 2 years silent, and it's unusable without pointing at this fork.
``` /// /// The key for a setting that indicates whether kestrel should bind to a unix socket. /// public const string BindToUnixSocketKey = "kestrel:socket"; /// /// The key for...
Per https://jellyfin.org/docs/general/administration/configuration/ > Environment variables: The [documentation](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/configuration/?view=aspnetcore-3.1#environment-variables) provided by Microsoft explains how to set these configuration options via environment variables. Jellyfin uses its own custom JELLYFIN_ prefix for these variables....
``` "JELLYFIN_kestrel__socketPermissions=0777" "JELLYFIN_kestrel__socketPath=${socketPath}" "JELLYFIN_kestrel__socket=true" ``` This is what is working for me.
This isn't usable under darwin, fyi.
After running into performance issues with any complex layout on the system where I originally wanted this, I have no personal interest in this use-case anymore and would leave it...