1.在Apps商城搜索:heimdall
Apps商城插件安装地址:
https://gitee.com/BlueBuger/community.applications/raw/master/plugins/community.applications.plg
2.设置两个端口和添加一个配置路径
端口分别是提供给http和https使用,我设置的分别是6008 和 6007:
然后点击那个“Add another……”添加一个配置路径:
/config
/mnt/user/appdata/heimdall
点击 APPLY 安装。
3.进入导航页并设置管理员
安装完成后,在浏览器输入UNRAID的IP+端口6008 进入导航页,建议添加管理员,外网访问时需要管理员才能修改导航标签
建议开启这两个按钮(已用谷歌翻译):
然后根据自身需要增加导航即可
4.增加百度搜索
增加两个路径配置:app和resources
点击“+Add another Path, Port, Variable, Label or Device”
其中app路径设置如下:
Name:path路径app
Container Path:/var/www/localhost/heimdall/app
Host Path:/mnt/user/appdata/heimdall/app/
resources路径设置如下:
Name:path路径resources
Container Path:/var/www/localhost/heimdall/resources
Host Path:/mnt/user/appdata/heimdall/resources/
完成后点击“APPLY”应用保存
然后,使用filebroswer修改下面两个文件
到appdata》heimdall》app目录下找到Search.php文件,双击进入编辑
在大约52行,将其中一个搜索改成百度的网址,我选择更改的是ddg那个搜索引擎
到appdata》heimdall》resources》lang》en目录下找到app.php文件,双击进入编辑
把
'options.ddg' => 'DuckDuckGo',
修改成
'options.ddg' => '百度',
注意:如果docker更新后,该百度搜索设置需要重新配置!