Auto-sync: 2026-04-17 08:37

This commit is contained in:
2026-04-17 08:38:12 +08:00
parent 6caa1c2f47
commit a0a48bd334
247 changed files with 6577 additions and 3061 deletions

View File

@@ -0,0 +1,36 @@
---
title: "用Docker安装Jellyfin"
type: source
tags: [docker, jellyfin, movie, nas, synology, tv-show]
date: 2025-04-17
---
## Source File
- [[raw/Home Office/用Docker安装Jellyfin.md]]
## Summary
- 核心主题:使用 Docker 部署 Jellyfin 媒体服务器
- 问题域:家庭媒体服务器搭建
- 方法/机制Docker Compose 配置硬件加速Intel QuickSync存储卷挂载
- 结论/价值:通过容器化方式快速部署自托管媒体服务器
## Key Claims
- 使用 `nyanmisaka/jellyfin:latest` 镜像部署 Jellyfin 容器
- 通过 `devices` 配置挂载 `/dev/dri` 实现硬件转码加速
- 支持自动重启和主机网络访问
## Key Quotes
> "核心优化:挂载硬件渲染设备以实现 Intel QuickSync 转码" — 硬件加速配置说明
## Key Concepts
- [[Docker Compose]]:多容器 Docker 应用配置格式
- [[硬件转码]]:利用 GPU 加速视频编码/解码
- [[Jellyfin]]:开源媒体服务器软件
## Key Entities
- [[NyanMisaka]]Jellyfin 镜像维护者
- [[Synology]]NAS 设备制造商
## Connections
- [[用Docker安装transmission]] ← similar_stack ← [[用Docker安装Jellyfin]]
- [[用Docker中安装Navidrome]] ← similar_stack ← [[用Docker安装Jellyfin]]