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.
544 B
544 B
title | tags | categories | description | abbrlink | date | keywords |
---|---|---|---|---|---|---|
Nastool中IYUU插件修复 | [docker NAS技术 影音系统 PT] | NAS技术 | <nil> | 4049218886 | 2024-03-08 11:02:22 | <nil> |
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 后保存即可