# 群晖nas札记

## 增强使用

### docker相关

安装网易云音乐下载器

```bash
docker pull python:3-slim
#下载netease-dl源码
git clone https://github.com/ziwenxie/netease-dl
docker run --rm -it -v /netease-dl:/apps python:3-slim bash
#容器内安装netease-dl
(docker) python /apps/setup.py install
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://book.rizon.top/linux/nas.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
