You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
544 B
26 lines
544 B
9 months ago
|
---
|
||
|
title: Nastool中IYUU插件修复
|
||
|
tags:
|
||
|
- docker
|
||
|
- NAS技术
|
||
9 months ago
|
- 影音系统
|
||
9 months ago
|
- PT
|
||
7 months ago
|
categories: NAS技术
|
||
9 months ago
|
description:
|
||
|
abbrlink: 4049218886
|
||
|
date: 2024-03-08 11:02:22
|
||
|
keywords:
|
||
|
---
|
||
|
|
||
|
> nastool中的IYUU插件因为域名问题无法正常使用,在此给出最新版的nastool中修复IYUU插件的方法。
|
||
|
|
||
|
不说废话,直接上代码
|
||
|
|
||
|
```
|
||
|
# 宿主机
|
||
|
docker exec -it <container_id> /bin/bash
|
||
|
# 容器内
|
||
|
sudo vi /nas-tools/app/plugins/modules/iyuu/iyuu_helper.py
|
||
|
# 修改 _api_base 为 http://ufhy.top/%s 后保存即可
|
||
|
```
|