2025-07-06, 05:52 PM
(This post was last modified: 2025-07-06, 05:59 PM by The Black Reverand. Edited 2 times in total.)
Hello,
I have an homemade server with OpenMediaVault 7.7.6-1
I use docker-ce 5:28.1.1 debian 12 for run my Jellyfin instance.
I have my own domain like https://prefix.mydomain.fr and I have directly access to my Jellyfin.
I use two container : linuxserver/swag for certificate part and jellyfin/jellyfin:10.10.6
swag certificate all my subdomain so *.mydomain.fr
DockerCompose of SWAG
DockerCompose of Jellyfin
And that work great! I use Chrome WebBrowser on windows and Jellyfin Android app.
Jellyfin 10.10.6 logs
I change image version 10.10.6 to 10.10.7 in docker compose file and make a dockercompose up for recreating jellyfin container.
Jellyfin 10.10.7 logs
For testing, I start a private tab (no cache, no old token...) and call my URL
I have a redirect to http://prefix.mydomain.fr:8920/web and an ERR_CONNECTION_TIMED_OUT error.
Chrome say "connexion not secure" in the certificat area.
After that, I change my docker compose file 10.10.7 to 10.10.6 and after recreate, that work again...
I don't know where is the breaking change, thanks for help
I have an homemade server with OpenMediaVault 7.7.6-1
I use docker-ce 5:28.1.1 debian 12 for run my Jellyfin instance.
I have my own domain like https://prefix.mydomain.fr and I have directly access to my Jellyfin.
I use two container : linuxserver/swag for certificate part and jellyfin/jellyfin:10.10.6
swag certificate all my subdomain so *.mydomain.fr
DockerCompose of SWAG
Code:
services:
swag:
image: linuxserver/swag
container_name: swag
cap_add:
- NET_ADMIN
environment:
- PUID=1003
- PGID=100
- TZ=Europe/Paris
- EMAIL=myemail@domain.com
- URL=mydomain.fr
- SUBDOMAINS=wildcard
- VALIDATION=dns
- DNSPLUGIN=ovh
- STAGING=false
ports:
- 6443:443
- 680:80 # optional
volumes:
- CHANGE_TO_COMPOSE_DATA_PATH/swag_config:/config
restart: unless-stopped
DockerCompose of Jellyfin
Code:
services:
jellyfin:
container_name: jellyfin
hostname: jellyfin
image: jellyfin/jellyfin:10.10.6
restart: unless-stopped
ports:
- 8096:8096
volumes:
- CHANGE_TO_COMPOSE_DATA_PATH/jellyfin_config:/config
- CHANGE_TO_COMPOSE_DATA_PATH/jellyfin_cache:/cache
- CHANGE_TO_COMPOSE_DATA_PATH/swag_config/etc/letsencrypt/live/mydomain.fr:/certificat:ro
- /srv/mergerfs/pool_Videos/BRRip:/BRRip:ro
- /srv/mergerfs/pool_Videos/Divx:/Divx:ro
- /srv/mergerfs/pool_Videos/Series:/Series:ro
And that work great! I use Chrome WebBrowser on windows and Jellyfin Android app.
Jellyfin 10.10.6 logs
Code:
[17:19:47] [INF] [1] Main: Jellyfin version: 10.10.6
[17:19:47] [INF] [1] Main: Environment Variables: ["[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]"]
[17:19:47] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"]
[17:19:47] [INF] [1] Main: Operating system: Debian GNU/Linux 12 (bookworm)
[17:19:47] [INF] [1] Main: Architecture: X64
[17:19:47] [INF] [1] Main: 64-Bit Process: True
[17:19:47] [INF] [1] Main: User Interactive: True
[17:19:47] [INF] [1] Main: Processor count: 4
[17:19:47] [INF] [1] Main: Program data path: /config
[17:19:47] [INF] [1] Main: Log directory path: /config/log
[17:19:47] [INF] [1] Main: Config directory path: /config/config
[17:19:47] [INF] [1] Main: Cache path: /cache
[17:19:47] [INF] [1] Main: Temp directory path: /tmp/jellyfin
[17:19:47] [INF] [1] Main: Web resources path: /jellyfin/jellyfin-web
[17:19:47] [INF] [1] Main: Application directory: /jellyfin/
[17:19:48] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache
[17:19:48] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
[17:19:48] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly SixLabors.Fonts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d998eea7b14cab13 from /config/plugins/Reports_17.0.0.0/SixLabors.Fonts.dll
[17:19:48] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly System.IO.Packaging, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a from /config/plugins/Reports_17.0.0.0/System.IO.Packaging.dll
[17:19:48] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly ClosedXML, Version=0.97.0.0, Culture=neutral, PublicKeyToken=fd1eb21b62ae805b from /config/plugins/Reports_17.0.0.0/ClosedXML.dll
[17:19:48] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly ExcelNumberFormat, Version=1.1.0.0, Culture=neutral, PublicKeyToken=23c6f5d73be07eca from /config/plugins/Reports_17.0.0.0/ExcelNumberFormat.dll
[17:19:48] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly DocumentFormat.OpenXml, Version=2.16.0.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17 from /config/plugins/Reports_17.0.0.0/DocumentFormat.OpenXml.dll
[17:19:48] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.Reports, Version=17.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Reports_17.0.0.0/Jellyfin.Plugin.Reports.dll
[17:19:48] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.TMDbBoxSets, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/TMDb Box Sets_11.0.0.0/Jellyfin.Plugin.TMDbBoxSets.dll
[17:19:48] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Trakt, Version=26.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Trakt_26.0.0.0/Trakt.dll
[17:19:48] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
[17:19:48] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
[17:19:48] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
[17:19:48] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.18.0.2"]
[17:19:48] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
[17:19:48] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is Allowlist
[17:19:48] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
[17:20:23] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Reports 17.0.0.0
[17:20:23] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: TMDb Box Sets 11.0.0.0
[17:20:23] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Trakt 26.0.0.0
[17:20:23] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: TMDb 10.10.6.0
[17:20:23] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Studio Images 10.10.6.0
[17:20:23] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: OMDb 10.10.6.0
[17:20:23] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: MusicBrainz 10.10.6.0
[17:20:23] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: AudioDB 10.10.6.0
[17:20:23] [INF] [1] Main: Kestrel is listening on 0.0.0.0
[17:20:23] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {6587551e-b64f-42a0-b2e2-04325193abe8} may be persisted to storage in unencrypted form.
[17:20:24] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: /wwwroot. Static files may be unavailable.
[17:20:25] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
[17:20:25] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Générer des images Trickplay set to fire at 2025-07-07 03:00:00.000 +00:00, which is 09:39:34.9143162 from now.
[17:20:25] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Extraire les images de chapitre set to fire at 2025-07-07 02:00:00.000 +00:00, which is 08:39:34.9083445 from now.
[17:20:25] [INF] [15] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /BRRip
[17:20:25] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version 7.0.2
[17:20:25] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /Series
[17:20:25] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available decoders: ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "ac4", "dca", "flac", "mp3", "truehd"]
[17:20:25] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available encoders: ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
[17:20:25] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["bwdif_cuda", "deinterlace_qsv", "deinterlace_vaapi", "flip_vulkan", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemapx", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "transpose_cuda", "transpose_opencl", "transpose_vaapi", "transpose_vulkan", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
[17:20:26] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
[17:20:28] [INF] [16] Emby.Server.Implementations.ScheduledTasks.TaskManager: Nettoyer le dossier des transcodages Completed after 0 minute(s) and 0 seconds
[17:20:28] [INF] [15] Emby.Server.Implementations.ScheduledTasks.TaskManager: Nettoyer les collections et les listes de lecture Completed after 0 minute(s) and 0 seconds
[17:20:29] [INF] [16] Emby.Server.Implementations.ScheduledTasks.TaskManager: Mettre à jour les extensions Completed after 0 minute(s) and 1 seconds
[17:20:32] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: /usr/lib/jellyfin-ffmpeg/ffmpeg
[17:20:32] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: f9915c426ab44a8796bdb2386f3d825c
[17:20:32] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
[17:20:32] [INF] [1] Main: Startup complete 0:00:45.3617181
[17:21:08] [INF] [8] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 192.168.1.1 request
[17:23:54] [INF] [35] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 192.168.1.1 closed
[17:23:55] [INF] [41] Emby.Server.Implementations.HttpServer.WebSocketManager: WS 192.168.1.1 request
[17:27:44] [INF] [54] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
[17:34:32] [INF] [59] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
[17:38:20] [INF] [65] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets.
END OF LINE
I change image version 10.10.6 to 10.10.7 in docker compose file and make a dockercompose up for recreating jellyfin container.
Jellyfin 10.10.7 logs
Code:
[17:44:11] [INF] [1] Main: Jellyfin version: 10.10.7
[17:44:11] [INF] [1] Main: Environment Variables: ["[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]"]
[17:44:11] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"]
[17:44:11] [INF] [1] Main: Operating system: Debian GNU/Linux 12 (bookworm)
[17:44:11] [INF] [1] Main: Architecture: X64
[17:44:11] [INF] [1] Main: 64-Bit Process: True
[17:44:11] [INF] [1] Main: User Interactive: True
[17:44:11] [INF] [1] Main: Processor count: 4
[17:44:11] [INF] [1] Main: Program data path: /config
[17:44:11] [INF] [1] Main: Log directory path: /config/log
[17:44:11] [INF] [1] Main: Config directory path: /config/config
[17:44:11] [INF] [1] Main: Cache path: /cache
[17:44:11] [INF] [1] Main: Temp directory path: /tmp/jellyfin
[17:44:11] [INF] [1] Main: Web resources path: /jellyfin/jellyfin-web
[17:44:11] [INF] [1] Main: Application directory: /jellyfin/
[17:44:11] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: /cache
[17:44:11] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
[17:44:12] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly SixLabors.Fonts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=d998eea7b14cab13 from /config/plugins/Reports_17.0.0.0/SixLabors.Fonts.dll
[17:44:12] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly System.IO.Packaging, Version=4.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a from /config/plugins/Reports_17.0.0.0/System.IO.Packaging.dll
[17:44:12] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly ClosedXML, Version=0.97.0.0, Culture=neutral, PublicKeyToken=fd1eb21b62ae805b from /config/plugins/Reports_17.0.0.0/ClosedXML.dll
[17:44:12] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly ExcelNumberFormat, Version=1.1.0.0, Culture=neutral, PublicKeyToken=23c6f5d73be07eca from /config/plugins/Reports_17.0.0.0/ExcelNumberFormat.dll
[17:44:12] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly DocumentFormat.OpenXml, Version=2.16.0.0, Culture=neutral, PublicKeyToken=8fb06cb64d019a17 from /config/plugins/Reports_17.0.0.0/DocumentFormat.OpenXml.dll
[17:44:12] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.Reports, Version=17.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Reports_17.0.0.0/Jellyfin.Plugin.Reports.dll
[17:44:12] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Jellyfin.Plugin.TMDbBoxSets, Version=11.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/TMDb Box Sets_11.0.0.0/Jellyfin.Plugin.TMDbBoxSets.dll
[17:44:12] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly Trakt, Version=26.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Trakt_26.0.0.0/Trakt.dll
[17:44:12] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
[17:44:12] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
[17:44:12] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
[17:44:12] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.18.0.2"]
[17:44:12] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"]
[17:44:12] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is Allowlist
[17:44:12] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: []
[17:44:50] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Reports 17.0.0.0
[17:44:50] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: TMDb Box Sets 11.0.0.0
[17:44:50] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Trakt 26.0.0.0
[17:44:50] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: TMDb 10.10.7.0
[17:44:50] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: Studio Images 10.10.7.0
[17:44:50] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: OMDb 10.10.7.0
[17:44:50] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: MusicBrainz 10.10.7.0
[17:44:50] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: AudioDB 10.10.7.0
[17:44:50] [INF] [1] Main: Kestrel is listening on 0.0.0.0
[17:44:50] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {5fae8887-9d92-4118-9777-8997adfb708f} may be persisted to storage in unencrypted form.
[17:44:52] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: /wwwroot. Static files may be unavailable.
[17:44:52] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
[17:44:52] [INF] [14] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /BRRip
[17:44:52] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Générer des images Trickplay set to fire at 2025-07-07 03:00:00.000 +00:00, which is 09:15:07.3174529 from now.
[17:44:52] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for Extraire les images de chapitre set to fire at 2025-07-07 02:00:00.000 +00:00, which is 08:15:07.2723917 from now.
[17:44:52] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version 7.0.2
[17:44:52] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory /Series
[17:44:52] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available decoders: ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "ac4", "dca", "flac", "mp3", "truehd"]
[17:44:52] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available encoders: ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
[17:44:52] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["bwdif_cuda", "deinterlace_qsv", "deinterlace_vaapi", "flip_vulkan", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemapx", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "transpose_cuda", "transpose_opencl", "transpose_vaapi", "transpose_vulkan", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
[17:44:53] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"]
[17:44:55] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: Nettoyer le dossier des transcodages Completed after 0 minute(s) and 0 seconds
[17:44:55] [INF] [14] Emby.Server.Implementations.ScheduledTasks.TaskManager: Nettoyer les collections et les listes de lecture Completed after 0 minute(s) and 0 seconds
[17:44:56] [INF] [16] Emby.Server.Implementations.ScheduledTasks.TaskManager: Mettre à jour les extensions Completed after 0 minute(s) and 1 seconds
[17:44:59] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: /usr/lib/jellyfin-ffmpeg/ffmpeg
[17:44:59] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: f9915c426ab44a8796bdb2386f3d825c
[17:44:59] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
[17:44:59] [INF] [1] Main: Startup complete 0:00:48.3198735
END OF LINE
For testing, I start a private tab (no cache, no old token...) and call my URL
I have a redirect to http://prefix.mydomain.fr:8920/web and an ERR_CONNECTION_TIMED_OUT error.
Chrome say "connexion not secure" in the certificat area.
After that, I change my docker compose file 10.10.7 to 10.10.6 and after recreate, that work again...
I don't know where is the breaking change, thanks for help