go 文件配置
在将U盘启动运行之前,在另一个电脑上修改 BOOT
盘中 /config/go
内容。
配置代理
修改 /boot/config/go
内容:
/usr/local/sbin/emhttp &
更改为:
http_proxy=http://IP:PORT https_proxy=http://IP:PORT /usr/local/sbin/emhttp &
只配置 http_proxy
无法下载插件,插件都是 SSL 协议。
加载集显驱动
在 /boot/config/go
后追加:
# Display
modprobe i915
配置 Docker 加速
在 /boot/config/go
后追加:
# Update mirrors
mkdir -p /etc/docker
tee /etc/docker/daemon.json <<-'EOF'
{
"registry-mirrors": ["http://hub-mirror.c.163.com"]
}
EOF
示例
#!/bin/bash
# Start the Management Utility
http_proxy=http://192.168.1.5:7890 https_proxy=http://192.168.1.5:7890 /usr/local/sbin/emhttp &
# Display
modprobe i915
# Update mirrors
mkdir -p /etc/docker
tee /etc/docker/daemon.json <<-'EOF'
{
"registry-mirrors": ["https://xxxxxxxx.mirror.aliyuncs.com","http://hub-mirror.c.163.com"]
}
EOF
开启代理
192.168.1.5 开启全局代理。
配置插件
安装 APPS
访问官网论坛插件商城:
https://forums.unraid.net/topic/38582-plug-in-community-applications/
到 PLUGINS -> Install Plugin
,在 Enter URL of remote plugin file or local plugin file
栏下输入复制的 URL :
https://raw.githubusercontent.com/Squidly271/community.applications/master/plugins/community.applications.plg
点击 INSTALL
。
安装官方中文
在新出现的 APPS
中搜索 chinese
即可下载。