Files
nexus/wiki/sources/用Docker中安装Navidrome.md
2026-04-16 20:05:13 +08:00

38 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中安装Navidrome"
type: source
tags: [docker, music, navidrome]
date: 2026-04-16
---
## Source File
- [[raw/Home Office/用Docker中安装Navidrome.md]]
## Summary
- 核心主题:使用 Docker 部署 Navidrome 音乐流媒体服务器
- 问题域:家庭音乐库管理与流媒体播放
- 方法/机制Docker Compose 配置,包括卷挂载、端口映射、环境变量
- 结论/价值:提供开源自托管音乐服务器的低门槛部署方案
## Key Claims
- Navidrome 可通过 Docker 快速部署为家庭音乐流媒体服务器
- 配置数据持久化需要挂载独立的 data 目录
- 转码功能可自动根据客户端需求下载转码后的音频
## Key Quotes
> "user: '1026:100'" — 指定容器运行用户身份,防止权限问题
## Key Concepts
- [[Docker-Compose]]:多容器 Docker 应用定义工具
- [[流媒体服务器]]:通过网络流式传输音视频内容的服务
## Key Entities
- [[Navidrome]]:开源音乐流媒体服务器
- [[Deluan]]Navidrome 项目的维护者/组织
## Connections
- [[Navidrome]] ← deployed_via ← [[Docker-Compose]]
- [[Docker-Compose]] ← uses ← [[Navidrome]]
## Contradictions
- (暂无)