1
0
Fork 0

Update Emby Server to v4.9.1.20 (#1090)

This commit is contained in:
renovate[bot] 2025-08-20 13:26:40 +08:00 committed by GitHub
parent e418f2399d
commit 7611bbf8be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 214 additions and 0 deletions

View File

@ -0,0 +1,6 @@
CONTAINER_NAME="embyserver"
DATA_PATH="./data/config"
MOUNT_PATH2="./data/mnt2"
MOUNT_PATH="./data/mnt1"
PANEL_APP_PORT_HTTP="40091"
PANEL_APP_PORT_HTTPS="40092"

View File

@ -0,0 +1,39 @@
additionalProperties:
formFields:
- default: 40091
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: HTTP Port
labelZh: HTTP端口
required: true
rule: paramPort
type: number
- default: 40092
edit: true
envKey: PANEL_APP_PORT_HTTPS
labelEn: HTTPS Port
labelZh: HTTPS端口
required: true
rule: paramPort
type: number
- default: ./data/config
edit: true
envKey: DATA_PATH
labelEn: Data folder path
labelZh: 数据文件夹路径
required: true
type: text
- default: ./data/mnt1
edit: true
envKey: MOUNT_PATH
labelEn: Mount folder path
labelZh: 挂载文件夹路径
required: true
type: text
- default: ./data/mnt2
edit: true
envKey: MOUNT_PATH2
labelEn: Mount folder path 2
labelZh: 挂载文件夹路径2
required: true
type: text

View File

@ -0,0 +1,28 @@
services:
emby:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8096"
- "${PANEL_APP_PORT_HTTPS}:8920"
volumes:
- "${DATA_PATH}:/config"
- "${MOUNT_PATH}:/mnt/share1"
- "${MOUNT_PATH2}:/mnt/share2"
environment:
- UID=1000
- GID=100
- GIDLIST=100
#runtime: nvidia # Expose NVIDIA GPUs
devices:
- /dev/dri:/dev/dri # VAAPI/NVDEC/NVENC render nodes
#- /dev/vchiq:/dev/vchiq # MMAL/OMX on Raspberry Pi
image: emby/embyserver:4.9.1.20
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

View File

@ -0,0 +1,6 @@
CONTAINER_NAME="embyserver"
DATA_PATH="./data/config"
MOUNT_PATH2="./data/mnt2"
MOUNT_PATH="./data/mnt1"
PANEL_APP_PORT_HTTP="40091"
PANEL_APP_PORT_HTTPS="40092"

View File

@ -0,0 +1,39 @@
additionalProperties:
formFields:
- default: 40091
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: HTTP Port
labelZh: HTTP端口
required: true
rule: paramPort
type: number
- default: 40092
edit: true
envKey: PANEL_APP_PORT_HTTPS
labelEn: HTTPS Port
labelZh: HTTPS端口
required: true
rule: paramPort
type: number
- default: ./data/config
edit: true
envKey: DATA_PATH
labelEn: Data folder path
labelZh: 数据文件夹路径
required: true
type: text
- default: ./data/mnt1
edit: true
envKey: MOUNT_PATH
labelEn: Mount folder path
labelZh: 挂载文件夹路径
required: true
type: text
- default: ./data/mnt2
edit: true
envKey: MOUNT_PATH2
labelEn: Mount folder path 2
labelZh: 挂载文件夹路径2
required: true
type: text

View File

@ -0,0 +1,28 @@
services:
emby:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8096"
- "${PANEL_APP_PORT_HTTPS}:8920"
volumes:
- "${DATA_PATH}:/config"
- "${MOUNT_PATH}:/mnt/share1"
- "${MOUNT_PATH2}:/mnt/share2"
environment:
- UID=1000
- GID=100
- GIDLIST=100
#runtime: nvidia # Expose NVIDIA GPUs
devices:
- /dev/dri:/dev/dri # VAAPI/NVDEC/NVENC render nodes
#- /dev/vchiq:/dev/vchiq # MMAL/OMX on Raspberry Pi
image: emby/embyserver_arm64v8:4.9.1.20
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

View File

@ -0,0 +1,39 @@
additionalProperties:
formFields:
- default: 40091
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: HTTP Port
labelZh: HTTP端口
required: true
rule: paramPort
type: number
- default: 40092
edit: true
envKey: PANEL_APP_PORT_HTTPS
labelEn: HTTPS Port
labelZh: HTTPS端口
required: true
rule: paramPort
type: number
- default: ./data/config
edit: true
envKey: DATA_PATH
labelEn: Data folder path
labelZh: 数据文件夹路径
required: true
type: text
- default: ./data/mnt1
edit: true
envKey: MOUNT_PATH
labelEn: Mount folder path
labelZh: 挂载文件夹路径
required: true
type: text
- default: ./data/mnt2
edit: true
envKey: MOUNT_PATH2
labelEn: Mount folder path 2
labelZh: 挂载文件夹路径2
required: true
type: text

View File

@ -0,0 +1,29 @@
services:
emby:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8096"
- "${PANEL_APP_PORT_HTTPS}:8920"
volumes:
- "${DATA_PATH}:/config"
- "${MOUNT_PATH}:/mnt/share1"
- "${MOUNT_PATH2}:/mnt/share2"
environment:
- UID=1000
- GID=100
- GIDLIST=100
#runtime: nvidia # Expose NVIDIA GPUs
#runtime: nvidia # Expose NVIDIA GPUs
devices:
- /dev/dri:/dev/dri # VAAPI/NVDEC/NVENC render nodes
#- /dev/vchiq:/dev/vchiq # MMAL/OMX on Raspberry Pi
image: emby/embyserver_arm32v7:4.9.1.20
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true