-
Notifications
You must be signed in to change notification settings - Fork 401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
11.面板工具(新增意见) #14
Comments
工具名:AriaNG(集成Aria2) |
工具名:HomeAssistant |
工具名:iptv-tool |
小雅的官方安装命令: 根据提供的脚本,执行这段代码后,会生成并运行一个名为 具体的部署参数如下:
下面是两种不同网络模式下的 默认网络模式docker create \
-p 5678:80 \
-p 2345:2345 \
-p 2346:2346 \
-p 2347:2347 \
--env HTTP_PROXY="$proxy_url" \
--env HTTPS_PROXY="$proxy_url" \
--env no_proxy="*.aliyundrive.com,*.alipan.com" \
-v /etc/xiaoya:/data \
-v /etc/xiaoya/data:/www/data \
--restart=always \
--name=xiaoya \
xiaoyaliu/alist:latest Host 网络模式docker create \
--network=host \
--env HTTP_PROXY="$proxy_url" \
--env HTTPS_PROXY="$proxy_url" \
--env no_proxy="*.aliyundrive.com,*.alipan.com" \
-v /etc/xiaoya:/data \
-v /etc/xiaoya/data:/www/data \
--restart=always \
--name=xiaoya \
xiaoyaliu/alist:hostmode 建议在缝合这部分代码的时候,大佬只需要为这几个变量提供赋值就行了。 |
不是有小雅全家桶吗? |
全家桶最终会连接到其他脚本 |
工具名:小雅alis
参考连接:https://github.com/DDS-Derek/xiaoya-alist
The text was updated successfully, but these errors were encountered: