Hiccup

Moderators
  • Posts

    11
  • Joined

  • Last visited

Everything posted by Hiccup

  1. 如果是6.10之后。可以在设置-docker设置。把macvlan改为ipvlan即可。(更改为ipvlan的影响是,docker的mac会和宿主机一样。路由上有些依赖mac的功能可能会失效) 如果是6.10之前的版本。就只能是按照你的设置。取消桥接。用eth1。
  2. 如果下载盘只在ssd的话。可以尝试下在映射的时候使用 /mnt/disk5
  3. 试试无痕模式。 如果无痕模式可以访问,那就清楚cookie和缓存之后。强制刷新
  4. 尝试在设置--docker--Docker custom network type 从macvlan改为ipvlan(该选项仅从6.10.x之后支持)
  5. location / { set $upstream http://你的内网ip+端口 proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto http; proxy_set_header X-Nginx-Proxy true; proxy_redirect http:// https://; proxy_buffering off; proxy_pass $upstream; # Force SSL include conf.d/include/force-ssl.conf; } 直接修改npm 对应unraid的反向代理配置文件。 https://note.youdao.com/web/#/file/recent/note/WEB75816a310cd68929b7fab6ef3c48e9bd/ 该链接还有针对filebrowser右下角红字弹窗。 如果有br0与host、bridge网络模式无法互相访问的问题。可以在设置--docker--(打开右上角高级视图)--主机访问自定义网络(启用)。
  6. 应该还是新主板的bios设置问题。 建议您可以试试看。 或者也可以制作一个全新的系统u盘,放到新平台上测试。能否正常启动。
  7. 因为模板默认端口了。 所以只要如图更改即可。
  8. 仪表盘显示的是默认频率。 您可以从控制台输入 watch grep \"cpu MHz\" /proc/cpuinfo 来查看实时频率。 如果你还想对 CPU频率进行更多的操作,可以安装@lyqalex推荐的插件,即可。
  9. 建议手动关闭vm,停止阵列后,再进行重启。防止数据的异常丢失。
  10. At present, my jellyfin can use vappi to transcode normally. I'm using Intel igpu model hd630 After updating 10.7. I want to turn on the VPP tone mapping function. However, when the HDR movie is turned on, it will be prompted to play an error. Excuse me, how can I use this function correctly?