Joly0
Joly0
As a note from my side: I think it would be smarter not to block powershell 7 but rather adjust the scripts to use both. For get-wmitobject the get-ciminstance cmdlet...
Imo this is quite a smart idea, could you implement that? Unfortunately it wont change the fact, that get-wmiobject is not available in pwsh, so we would still need a...
Why the hassle with if/else? Just use try/catch and you dont need a separate variable for the whole command
Ye, that is true. So i guess try/catch for checkpoint-computer and get-ciminstance should make this compatible with pwsh and remain it with powershell
> I've found a similar project called Upscayl: https://github.com/upscayl/upscayl Works for me on Linux. I tinkered quite alot with it for docker, but i didnt get it to work, so...
You are right, that might be useful. I will look into it. Thank you
While watching at the logs, i can see, that jellyfin thinks my remote ip is "172.18.0.1". Using the third party app "Findroid" i can confirm, that my ip is shown...
Nope, still same
Also, i can see this in the logs of the jellyfin container upon opening and closing the jellyfin app on my android smartphone: ``` [23:28:51] [INF] [14] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 172.18.0.1...
> You want to use `--net=host` option in your `docker run` command instead of doing a port forwarding. > > From my guess, you are doing port forwarding and the...