Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

doudou1234

Members
  • Joined

  • Last visited

  1. Hi! Thanks for the report. The current driver has only been hardware-validated on the Minisforum N5 with DMI N5 / F8NAA. N5 Pro systems also appear to use F8NAA, so support is likely possible after confirming that their IT5571 EC/PMC register layout and fan-channel mapping match. The N5 Air identifies as N5A / F8NAB. Although the hardware is related, F8NAB uses a different board/BIOS revision, so I do not want to simply whitelist it and enable PWM writes without validation. Please do not force-load the current driver. Could you provide the output of: cat /sys/class/dmi/id/{sys_vendor,product_name,board_vendor,board_name,bios_version,bios_date} lspci -nn sensorsI’ll provide a read-only IT5571 compatibility probe next. If the EC temperature and PMC fan-read protocols match, F8NAB can be added as a separate N5 Air profile, followed by a controlled physical PWM test.
  2. Hi @Squid, just a gentle follow-up on my Community Applications request above (Minisforum N5 EC / IT5571 Driver). The plugin is ready: the .plg URL is live and kernel-matched .txz packages are published on GitHub Releases. Also worth noting — an N5 Air user has already asked about F8NAB mainboard support in this thread, so there is real community demand for this driver. Could you please take a look when you get a chance? Thank you!
  3. @Squid Hi! Could you please add this plugin to Community Applications? Plugin: Minisforum N5 EC / IT5571 Driver Category: Drivers:System Plugin URL: https://raw.githubusercontent.com/ltdstudio/minisforum-n5-it5571/main/minisforum-n5-it5571.plg Author: ltdstudio Tested on Unraid 7.3.2 / 6.18.38-Unraid / BIOS 1.04 (Minisforum N5 F8NAA mainboard). Package is distributed via GitHub Releases (kernel-matched .txz). Thank you!
  4. This thread provides support for the Minisforum N5 EC / IT5571 Driver, a hardware-specific hwmon driver for the Minisforum N5 (F8NAA mainboard, ITE IT5571 embedded controller). Supported hardwareMinisforum N5 F8NAA mainboard BIOS 1.04 (validated) ITE IT5571 embedded controller FeaturesCPU Fan: PWM + RPM SSD Fan: PWM + RPM HDD Fan Group: PWM + RPM PCIe Fan: PWM (no RPM feedback on this board - zero is expected) CPU / System / Board / Ambient temperatures InstallationPlugins → Install Plugin and enter: Plain Text Code Language ArduinoBashCC#C++CSSDiffGoGraphQLHTML/XMLInvision CSS TemplateInvision HTML TemplateJSONJavaJavaScriptKotlinLESSLuaMakefileMarkdownObjective CPHPPHP TemplatePerlPlain TextPowershellPythonPython REPLRRubyRustSCSSSQLShellSwiftTypeScriptVBNetWeb AssemblyYAMLini https://raw.githubusercontent.com/ltdstudio/minisforum-n5-it5571/main/minisforum-n5-it5571.plg The plugin downloads the kernel-matched package from GitHub Releases (currently Unraid 7.3.2 / 6.18.38-Unraid), installs it, and loads the module. A WebGUI page under Settings → User Utilities shows live fan/temperature data (refreshes every 3 seconds). Recommended companion pluginsFanCtrl Plus 2 (fan control): CPU Temp → CPU Fan, NVMe group → SSD Fan, array-disk group → HDD Fan Group, NVIDIA GPU / PCIe auxiliary temp → PCIe Fan. Do not run FanCtrl Plus, FanCtrl Plus 2, or another controller against the same PWM concurrently. Dynamix System Temperature (temperature display): select CPU Temp and System Temp; optionally Board Temp and Ambient Temp. NotesThe module matches uname -r exactly and refuses to load on non-N5/F8NAA systems (DMI check). On unload/removal, all fan channels are restored to EC/BIOS automatic mode (with duty-cycle clamping for safety). PCIe Fan was physically validated: pwm4=0 stops the fan, pwm4=255 reliably starts it at full speed. The IT5571 has three tachometer counters; this board firmware exposes only three RPM inputs. When requesting support, includeUnraid release uname -r BIOS version dmidecode -t system -t baseboard (or /sys/class/dmi/id/board_name) modinfo minisforum_n5_it5571 sensors dmesg | grep -i minisforum Source: https://github.com/ltdstudio/minisforum-n5-it5571 Issue tracker: https://github.com/ltdstudio/minisforum-n5-it5571/issues
  5. please renew for unraid 7.0.thank you
  6. This is the support thread for the community maintained MoviePilot template for Unraid. Ask template questions here. Template repo: https://github.com/ltdstudio/MoviePilot_unraid_CA Docker image: jxxghp/moviepilot-v3 Project: https://github.com/jxxghp/MoviePilot Docs: https://wiki.movie-pilot.org MoviePilot automates a home media library: it watches your subscriptions, searches your indexers, hands releases to your existing BitTorrent client, then renames, hardlinks and scrapes the finished files and refreshes your media server. First run Install from Apps, set the Config path (default /mnt/user/appdata/moviepilot-v3). Map /media and /downloads. Put both under the same Unraid share, e.g. /mnt/user/media/ and /mnt/user/downloads/ — different shares mean different filesystems and you lose hardlinks. Set TZ, leave PUID 99 / PGID 100 unless you know you need something else. Start the container, open the WebUI on port 3000 and complete the setup wizard. Advanced settings (hidden behind "Show more settings"): NGINX_PORT / PORT internal ports, MOVIEPILOT_AUTO_UPDATE, PROXY_HOST, GITHUB_PROXY, GITHUB_TOKEN, MOVIEPILOT_FORCE_CHOWN, and an optional /var/run/docker.sock mapping used only by plugins that restart containers. Coming from V2? V3 uses a different image (jxxghp/moviepilot-v3, V2 was jxxghp/moviepilot-v2) and this template will not upgrade a V2 container in place. Install V3 as a new container with its own appdata folder, verify it, then remove V2. Where to report what Template / Unraid specific problems → this thread. MoviePilot bugs and feature requests → https://github.com/jxxghp/MoviePilot/issues This template is unofficial and community maintained; it is not produced by the MoviePilot authors. 这是 Unraid 上 MoviePilot 社区模板的支持贴,模板相关问题请在此反馈。 模板仓库: https://github.com/ltdstudio/MoviePilot_unraid_CA 镜像: jxxghp/moviepilot-v3 项目: https://github.com/jxxghp/MoviePilot 文档: https://wiki.movie-pilot.org 首次使用 在 Apps 中安装,设置 Config 路径(默认 /mnt/user/appdata/moviepilot-v3)。 映射 /media 和 /downloads,两者必须放在同一个 Unraid 共享下(例如 /mnt/user/media/ 和 /mnt/user/downloads/),否则不在同一文件系统,无法硬链接,只能复制。 设置 TZ;PUID 保持 99、PGID 保持 100 即可。 启动容器,打开 3000 端口的 WebUI 完成初始化向导。 高级设置(点击 "Show more settings" 展开):NGINX_PORT / PORT 容器内端口、MOVIEPILOT_AUTO_UPDATE、PROXY_HOST、GITHUB_PROXY、GITHUB_TOKEN、MOVIEPILOT_FORCE_CHOWN,以及可选的 /var/run/docker.sock 映射(仅重启容器类插件需要)。 从 V2 升级 V3 使用独立镜像(jxxghp/moviepilot-v3,V2 为 jxxghp/moviepilot-v2),本模板不会原地升级 V2 容器。请用新的 appdata 目录另装一个 V3 容器,确认无误后再删除 V2。 问题反馈 模板 / Unraid 相关问题 → 本贴。 MoviePilot 程序本身的问题 → https://github.com/jxxghp/MoviePilot/issues 本模板为社区制作,非官方出品。

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.