Files
nexus/wiki/sources/docker-jellyfin-installation.md
2026-04-17 08:38:12 +08:00

36 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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]]