diff --git a/emby/CHANGELOG.md b/emby/CHANGELOG.md index ff9b5ed..9a808cf 100644 --- a/emby/CHANGELOG.md +++ b/emby/CHANGELOG.md @@ -1,5 +1,5 @@ ## 4.8.11.0 (23-04-2025) -- 从linuxserver/docker-emby更新到最新版本 (日志: https://github.com/linuxserver/docker-emby/releases) +- 警告:配置将迁移到addon_config,而不是homeassistant配置文件夹。这允许自动备份。然而,数据库的位置不会改变。 ## 4.9.0.48 (19-04-2025) - 从linuxserver/docker-emby更新到最新版本 (日志: https://github.com/linuxserver/docker-emby/releases) ## 4.9.0.43-3 (09-04-2025) diff --git a/frigate/config.yaml b/frigate/config.yaml index 078e05b..8b7e485 100644 --- a/frigate/config.yaml +++ b/frigate/config.yaml @@ -28,6 +28,7 @@ ports: 8555/tcp: 8555 8555/udp: 8555 8554/tcp: null + 8971/tcp: null 5000/tcp: null 1984/tcp: null 1935/tcp: null @@ -35,6 +36,7 @@ ports_description: 8555/tcp: WebRTC over tcp 8555/udp: WebRTC over udp 8554/tcp: RTSP Restream + 8971/tcp: Authenticated Web interface 5000/tcp: Web interface (Not required for Hass.io Ingress) 1984/tcp: go2rtc API 1935/tcp: RTMP streams diff --git a/wxedge/icon.png b/wxedge/icon.png index f697584..2f886ff 100644 Binary files a/wxedge/icon.png and b/wxedge/icon.png differ diff --git a/wxedge/logo.png b/wxedge/logo.png index f697584..2f886ff 100644 Binary files a/wxedge/logo.png and b/wxedge/logo.png differ