Files
nexus/wiki/sources/用Docker中安装Navidrome.md
weishen f9ac3145ab feat(wiki): ingest remaining subdirectories batch (51 files)
- Others: ChinaTextbook, Obsidian笔记系列, YouTube Channel ID, TikTok PM Django
- Skills: GOG CLI, Last30Days, baoyu-skills
- Vibe Coding: Cursor 2.0, Trae远程开发, Vibe-Kanban+OpenCode, vibe coding经验
- 微信公众号: 养虾日记1-5, AI时代赚钱
- 跨境电商: TikTok数据抓取, 选品策略, Superset Dashboard
- AI目录补充: 20个文件

Source pages: 51
Entities: TapXWorld, VibeKanban, OpenCode, Trae, SourceGrounding等
Concepts: 自举Meta生成, 5大设计原则, MD5去重, 混合搜索等
2026-04-14 20:48:34 +08:00

37 lines
1.1 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: [navidrome, docker, music, 音乐]
date: 2025-09-15
---
## Source File
- [[raw/Home Office/用Docker中安装Navidrome.md]]
## Summary
- 核心主题:通过 Docker 在 NAS 上安装 Navidrome 轻量级音乐流媒体服务
- 问题域:家庭音乐服务器搭建
- 方法/机制docker-compose 部署,配置音乐目录挂载与转码缓存
- 结论/价值:自托管音乐流媒体解决方案,支持多设备客户端访问
## Key Claims
- Docker Compose 配置image deluan/navidrome:latest端口 4533用户 1026:100
- 音乐目录挂载:/volume1/music:/music:ro只读
- 转码配置ND_ENABLETRANSCODINGCONFIG=trueND_AUTOTRANSCODEDOWNLOAD=trueND_TRANSCODINGCACHESIZE=200MB
## Key Quotes
> "ND_LOGLEVEL=info" — 开启详细日志便于排查流媒体传输问题
## Key Concepts
- [[Navidrome]]:开源音乐流媒体服务器
- [[转码]]:根据客户端需求自动转码播放
## Key Entities
- [[Synology NAS]]Navidrome 宿主机
## Connections
- [[Synology NAS]] ← runs ← [[Navidrome]]
## Contradictions
-