penguintamer
penguintamer
I think you want the jellyfin-web repository. Jellyfin-tizen is just for the Tizen release, which is based on jellyfin-web. https://github.com/jellyfin/jellyfin-web/issues
Looks like the change happened in [firmware: upgrade_needs_reboot flag is overloaded (#5358)](https://github.com/opnsense/core/issues/5358) and commit [14416172](https://github.com/opnsense/core/commit/14416172b1d6fa547f0c81b1443d0d69f2ed8b7a#diff-3feac071fce8248db0590717d9e52be45e3655257ac0725b6eeed6f7813acd51R262-R266) on the OPNsense repo. Particularly w.r.t. reasoning: ``` - backend('upgrade', {upgrade:$.upgrade_action}); + if ($.upgrade_action ==...
This is a quirk of Seafile, and not related to authentik specifically. Seafile used to use the 'email' field as an immutable user ID, which meant changing email address was...
Another time disabling return slave address checking would be useful: accessing single connected devices by their "universal" address such as 0xF7 or 0xFF. Unfortunately, silencing errors with a try block...
I just ran into this. It appears `/health` is the correct endpoint on [11.0-0](https://hub.docker.com/layers/zulip/docker-zulip/11.0-0/images/sha256-a8c65a9f6c8636d360121ed5c3e4c46c763f84eee45e4177fe91cc18b14c2a59), but access isn't allowed. ``` $ kubectl exec -it deploy/zulip -- curl -I http://localhost/ HTTP/1.1 404...