<?xml version="1.0"?>
<rss version="2.0"><channel><title>Plugin System Latest Topics</title><link>https://forums.unraid.net/forum/60-plugin-system/</link><description>Plugin System Latest Topics</description><language>en</language><item><title>Unable to install Recycle Bin Plugin?</title><link>https://forums.unraid.net/topic/199898-unable-to-install-recycle-bin-plugin/</link><description><![CDATA[<p>Limetech Tools.</p><p></p><p>When I click install I get a dialog/window and "Install Plugin - In Progress" and nothing ... never completes.</p><p></p><p>Running Unraid 7.3.2.</p><p>Community Center 2026.07.14</p><p> </p><p>Suggestions?</p><p></p><p>Rob.</p><p></p><p></p><p></p>]]></description><guid isPermaLink="false">199898</guid><pubDate>Fri, 17 Jul 2026 06:37:49 +0000</pubDate></item><item><title>[SUPPORT] - Plugins not registering as installed</title><link>https://forums.unraid.net/topic/199694-support-plugins-not-registering-as-installed/</link><description><![CDATA[<p>Just did a fresh install of unraid, installed CA have configured everything installed handful of plugins all functioning correctly. Just realised that my plugin's tab is saying "no plugins installed", in CA also it doesn't register any plugins as installed. I can still install plugins no issue, even in the plugins tab but they don't show up in the tab post install.</p><p></p><p>Fix common problems not showing any issues.<br>Cleared caches</p><p>Clean reinstall of CA</p><p>
<a class="ipsAttachLink" href="https://forums.unraid.net/applications/core/interface/file/attachment.php?id=383185&amp;key=792ecfadc01cdfd630e2ed31b6ef4650" data-fileExt='zip' data-fileid='383185' data-filekey='792ecfadc01cdfd630e2ed31b6ef4650'>ferret-control-diagnostics-20260701-1211.zip</a></p>]]></description><guid isPermaLink="false">199694</guid><pubDate>Wed, 01 Jul 2026 02:15:33 +0000</pubDate></item><item><title>Disk Viewer fonts invisible after install</title><link>https://forums.unraid.net/topic/199631-disk-viewer-fonts-invisible-after-install/</link><description><![CDATA[<p>The Plugin/Docker seems to b be working, but the labels on the disks in my display are  transparent/invisible.  If I hover over them, they show up, but I cannot figure out how to make them display naturally.  I have the latest plug-in update from this week.</p>]]></description><guid isPermaLink="false">199631</guid><pubDate>Wed, 24 Jun 2026 23:40:44 +0000</pubDate></item><item><title>Helbackup</title><link>https://forums.unraid.net/topic/199605-helbackup/</link><description><![CDATA[<p>Hi all.</p><p></p><p>Was reviewing my backup options and saw this in the App Store:</p><figure data-og-url="https://github.com/Kreuzbube88/helbackup" data-og-description="HELBACKUP... an intelligent backup orchestrator for Unraid servers. - Kreuzbube88/helbackup" data-og-image="https://opengraph.githubassets.com/718578a419d9228a923eda10ce806840ba26ed6fc7de7f21888cdaa101c6d672/Kreuzbube88/helbackup" data-og-title="GitHub - Kreuzbube88/helbackup: HELBACKUP... an intellige..." data-og-site_name="GitHub" data-og-favicon_url="https://github.githubassets.com/favicons/favicon.svg" data-og-image_width="1200" data-og-image_height="600" data-og-user_text="https://github.com/Kreuzbube88/helbackup" class="ipsEmbedded_og ipsEmbedded"><div class="ipsEmbedded_og__site-name"><img class="ipsEmbedded_og__favicon" src="https://github.githubassets.com/favicons/favicon.svg" alt=""><h5>GitHub</h5></div><img class="ipsEmbedded_og__image" src="https://opengraph.githubassets.com/718578a419d9228a923eda10ce806840ba26ed6fc7de7f21888cdaa101c6d672/Kreuzbube88/helbackup" alt="No image preview" width="1200" height="600" loading="lazy"><figcaption><h3 class="ipsEmbedded_og__title">GitHub - Kreuzbube88/helbackup: HELBACKUP... an intellige...</h3><div class="ipsEmbedded_og__description">HELBACKUP... an intelligent backup orchestrator for Unraid servers. - Kreuzbube88/helbackup</div></figcaption></figure><p>Has anyone tried this?</p><p>There is an existing thread in the German language board for some possible discussion?</p>]]></description><guid isPermaLink="false">199605</guid><pubDate>Tue, 23 Jun 2026 13:19:26 +0000</pubDate></item><item><title>New Plugin Request. Custom NFS shares...</title><link>https://forums.unraid.net/topic/198902-new-plugin-request-custom-nfs-shares/</link><description><![CDATA[<p><a href="https://forums.unraid.net/profile/98934-zapbranagann/" class="ipsMention" data-mentionid="98934" data-ipshover="" data-ipshover-target="https://forums.unraid.net/profile/98934-zapbranagann/?do=hovercard" rel="">@zapbranagann</a> <br>PM as they are the owners of the samba version..<br><a rel="" href="https://forums.unraid.net/topic/195826-plugin-custom-smb-shares/">https://forums.unraid.net/topic/195826-plugin-custom-smb-shares/</a><br><br>By using their GitHub and example plugin code project...<br><br></p><p>By using the smb custom github as a base for the plugin...<br><a rel="external nofollow" href="https://github.com/cslemieux/unraid-custom-smb-shares">https://github.com/cslemieux/unraid-custom-smb-shares</a><br><br>Here is a generic base setup to redeploy a similar plugin... I made a <strong>first-pass Unraid Custom NFS Shares scaffold</strong> based on the GitHub page SMB plugin:</p><p></p><p>What it does now:</p><ul><li><p>Adds a new plugin namespace: <code>custom.nfs.shares</code></p></li><li><p>Adds Unraid pages:</p><ul><li><p><code>NFSShares.page</code></p></li><li><p><code>NFSSharesAdd.page</code></p></li><li><p><code>NFSSharesUpdate.page</code></p></li><li><p><code>NFSSharesSettings.page</code></p></li></ul></li><li><p>Stores persistent share definitions here:</p></li></ul><pre spellcheck="" class="ipsCode language-plaintext" data-language="Plain Text"><code>/boot/config/plugins/custom.nfs.shares/shares.json</code></pre><ul><li><p>Generates a persistent export file here:</p></li></ul><pre spellcheck="" class="ipsCode language-plaintext" data-language="Plain Text"><code>/boot/config/plugins/custom.nfs.shares/custom-nfs-shares.exports</code></pre><ul><li><p>Mirrors the runtime export drop-in here:</p></li></ul><pre spellcheck="" class="ipsCode language-plaintext" data-language="Plain Text"><code>/etc/exports.d/custom-nfs-shares.exports</code></pre><ul><li><p>Applies changes with:</p></li></ul><pre spellcheck="" class="ipsCode language-plaintext" data-language="Plain Text"><code>exportfs -ra</code></pre><ul><li><p>Shows status with:</p></li></ul><pre spellcheck="" class="ipsCode language-plaintext" data-language="Plain Text"><code>exportfs -v</code></pre><p>That matches the NFS-utils behavior: after <code>/etc/exports</code>, <code>exportfs</code> also reads extra export tables from <code>/etc/exports.d</code>, but only files ending in <code>.exports</code> are considered. The <code>exportfs -ra</code> reload path is also the right mechanism for re-exporting definitions without a full service restart. </p><p>Some Important caveats before this touches a real Unraid box:</p><ol><li><p><strong>Treat this as a development scaffold, not a release-ready plugin.</strong><br>I ported the core CRUD/config/reload shape, but the full test suite from the SMB plugin is not ported.</p></li><li><p><strong>Test quoted export paths.</strong><br>The generator currently emits paths using PHP <code>escapeshellarg()</code>, like:</p></li></ol><pre spellcheck="" class="ipsCode language-plaintext" data-language="Plain Text"><code>'/mnt/user/media' 192.168.1.0/24(rw,sync,no_subtree_check,root_squash)</code></pre><p>If Unraid’s NFS-utils rejects quoted paths in <code>/etc/exports.d</code>, we should switch that function to backslash-escape spaces instead.</p><ol start="3"><li><p><strong>Confirm Unraid NFS service behavior.</strong><br>The scaffold assumes NFS service is enabled already. If NFS is disabled in Unraid Settings, <code>exportfs -ra</code> may fail or do nothing useful.</p></li><li><p><strong>The plugin XML still has placeholder release metadata.</strong><br>In <code>custom.nfs.shares.plg</code>, replace:</p></li></ol><pre spellcheck="" class="ipsCode language-plaintext" data-language="Plain Text"><code>&lt;!ENTITY github    "YOUR_GITHUB_USER/unraid-custom-nfs-shares"&gt;
&lt;!ENTITY md5       "00000000000000000000000000000000"&gt;</code></pre><p>*For Deployment...</p><ol start="5"><li><p><strong>Build script included.</strong><br>From the scaffold root:</p></li></ol><pre spellcheck="" class="ipsCode language-plaintext" data-language="Plain Text"><code>./build.sh 2026.05.17-dev</code></pre><p>The core file to review first is:</p><pre spellcheck="" class="ipsCode language-plaintext" data-language="Plain Text"><code>source/usr/local/emhttp/plugins/custom.nfs.shares/include/lib.php</code></pre><p>That is where the NFS export line generation, validation, <code>/etc/exports.d</code> writing, <code>exportfs -ra</code>, and <code>exportfs -v</code> status logic live...<br><br>This is more to add custom sub folder sharing to nfs by adding to the /etc/exports.d/ ...<br></p><p>....<br><br><span style="font-family: Arial, Helvetica, sans-serif;">On modern Linux systems, you cannot use a direct "include" directive within the </span><code>/etc/exports</code> file itself. Instead, the NFS server automatically supports multiple configuration files via a <strong>drop-in directory</strong> located at <code>/etc/exports.d/</code></p><p></p><p>Using the /etc/exports.d/ Directory<br>The exportfs command, which maintains the kernel's export table, is designed to read both the master /etc/exports file and any files ending in .exports within the /etc/exports.d/ directory.<br><br><strong><span style="font-family: Arial, Helvetica, sans-serif;">How to use it</span></strong><span style="font-family: Arial, Helvetica, sans-serif;">: Create a new file in that directory (e.g., </span><code>/etc/exports.d/additional_shares.exports</code><span style="font-family: Arial, Helvetica, sans-serif;">) and add your share definitions there using the </span><a rel="external nofollow" href="https://linux.die.net/man/5/exports"><strong><u><span style="font-family: Arial, Helvetica, sans-serif;">standard exports syntax</span></u></strong></a><span style="font-family: Arial, Helvetica, sans-serif;">.</span></p><ol><li><p><strong><span style="font-family: Arial, Helvetica, sans-serif;">Applying changes</span></strong><span style="font-family: Arial, Helvetica, sans-serif;">: After adding or modifying files in this directory, run the following command to refresh the export table without restarting the service:</span></p><p><strong>bash</strong></p><pre spellcheck="" class="ipsCode language-bash" data-language="Bash"><code>exportfs -ra
</code></pre><p>Use code with caution.</p><p><span style="font-family: Arial, Helvetica, sans-serif;">The </span><code>-r</code><span style="font-family: Arial, Helvetica, sans-serif;"> flag re-exports all directories, synchronizing the kernel's table with </span><code>/etc/exports</code><span style="font-family: Arial, Helvetica, sans-serif;"> and everything under </span><code>/etc/exports.d/</code></p></li></ol><p><br>I really don't want to support  a plugin repo... but think that nfs should have a similar option as samba does on unraid...</p>]]></description><guid isPermaLink="false">198902</guid><pubDate>Mon, 18 May 2026 01:38:53 +0000</pubDate></item><item><title>Plugin f&#xFC;r die Tastenabfrage am NAS</title><link>https://forums.unraid.net/topic/198673-plugin-f%C3%BCr-die-tastenabfrage-am-nas/</link><description><![CDATA[<p>Hallo zusammen,</p><p></p><p>Es gibt viele Tools und Plugins, für alles mögliche <span class="ipsEmoji" title=")"><img src="https://media.invisioncic.com/u329766/emoticons/rolleyes.gif.8046fb78ef5055dc88193fc082a61499.gif" alt=")" loading="lazy"></span></p><p>Ich suche eine Plugin, was die Tasten am NAS-Gerät abfragt. Denn ich hbae ein Problem. Seit ich Unraid installiert habe kann ich über die "Power"-Taste des Gerätes nur das NAS einschalten. beim Ausschalten mu ich 5 Sekunden den Taster drücken. </p><p>Dadurch wird aber der NAS nicht ordnungsgemäß runtergefahren. </p><p>Könnte jemand ein Plugin erstellen Wo man einstellen kann z.B. wie oft ich einen Taster kurz hintereinander drücken muß, das Unraid sich ordnungsgemäß runterfahren kann?</p><p>Es gibt zwar das Plugin "Dynaix S3 Sleep", das ein Ordentliches ruterfahren zu einer bestimmten Urzeit macht. Aber ich möchte auch vorher runterfahren lassen. Und der PC zum einloggen ist nicht greifbar.</p><p>Kurz:</p><p>Plugin zum Abfragen von Tastendruck direkt am Gehäuse</p><p></p><p>Hello all,</p><p></p><p>There are many tools and plugins available for just about everything.</p><p>I am looking for a plugin that monitors the physical buttons on my NAS device. I am facing a specific issue: ever since I installed Unraid, the "Power" button on the device only works for turning the NAS <em>on</em>. To turn it <em>off</em>, I have to press and hold the button for 5 seconds.</p><p>However, doing this does not shut down the NAS properly.</p><p>Could someone create a plugin that allows me to configure—for example—how many times I need to press a button in quick succession to trigger a proper shutdown of Unraid?</p><p>While the "Dynaix S3 Sleep" plugin does exist—and performs a proper shutdown at a scheduled time—I would also like the ability to initiate a shutdown manually <em>before</em> that scheduled time. Furthermore, the PC I use to log in is not always readily accessible.</p><p>In short:</p><p>A plugin for monitoring button presses directly on the device chassis.</p><p></p><p>Danke/Thanks</p><p></p><p>Klaus</p>]]></description><guid isPermaLink="false">198673</guid><pubDate>Fri, 08 May 2026 13:37:55 +0000</pubDate></item><item><title>Unassigned Devices Error and Strange Mounting/Unmounting behavior.</title><link>https://forums.unraid.net/topic/198380-unassigned-devices-error-and-strange-mountingunmounting-behavior/</link><description><![CDATA[<p>I went to my server today and the drives were appearing to be mounting and unmounting repeatedly. I can tell that the drives were not literally mounting from the server drive sound, but the visual on the dashboard was this behavior. I pulled this from the log from the Plug-In. Any idea what could be causing this behavior? I still seem to be able to get to my apps as normal, but within the Unraid UI, it will will give me an Error 500 screen.</p><p></p><p>Apr 21 10:24:36 BLUE webGUI: error: /plugins/unassigned.devices/include/UnassignedDevices.php - uninitialized csrf_token</p><p>Apr 21 10:24:36 BLUE webGUI: error: /plugins/unassigned.devices/include/UnassignedDevices.php - uninitialized csrf_token</p><p>Apr 21 10:24:47 BLUE fanctrlplus: [Server] Temp=44°C (CPU) → PWM=42 → RPM=?</p><p>Apr 21 10:24:47 BLUE webGUI: error: /plugins/unassigned.devices/include/UnassignedDevices.php - uninitialized csrf_token</p><p></p><p><img class="ipsImage ipsRichText__align--block" data-fileid="379872" src="//forumassets.unraid.net/monthly_2026_04/image.png.956c40ccbd3083bc922cc7bf85799ebd.png" alt="image.png" title="image.png" width="700" height="470" loading="lazy"></p>]]></description><guid isPermaLink="false">198380</guid><pubDate>Tue, 21 Apr 2026 14:37:04 +0000</pubDate></item><item><title>Truth in Advertising on Plugins</title><link>https://forums.unraid.net/topic/198028-truth-in-advertising-on-plugins/</link><description><![CDATA[<p>With the meteoric rise of AI-assisted development, I'd like to propose a "truth in advertising" addition to Community Applications: a voluntary disclosure field indicating the level of AI involvement in a plugin's development.</p><p></p><p><strong>The Problem</strong></p><p>AI-generated or heavily AI-assisted projects tend to share a recognizable pattern of failure:</p><ol><li><p><strong>Shallow author understanding</strong>; The author may not fully grasp the underlying code, making debugging, edge-case handling, and meaningful updates difficult or impossible.</p></li><li><p><strong>Low author investment</strong>; When a plugin takes hours instead of weeks to build, the emotional and intellectual investment is often proportionally smaller and leads to abandoned projects when issues arise.</p></li><li><p><strong>False confidence</strong>; AI-generated code can <em>look</em> polished and well-structured while containing subtle logic errors, security gaps, or hardcoded assumptions that only surface in real-world use.</p></li><li><p><strong>Support black holes</strong>; When users file issues, authors who don't deeply understand their own code often can't diagnose problems, leaving threads unanswered.</p></li></ol><p></p><p><strong>The Proposal</strong></p><p>Add an optional field to the CA plugin manifest that authors can self-report. Something like an <code>ai_involvement</code> field with a handful of defined values:</p><ul><li><p><code>none</code> - No AI tools used</p></li><li><p><code>assisted</code> - AI used for autocomplete, boilerplate, or minor suggestions</p></li><li><p><code>review</code> - AI used to review, refactor, or improve human-written code</p></li><li><p><code>significant</code> - Substantial portions generated by AI, reviewed by author</p></li><li><p><code>primary</code> - AI was the primary author, human provided direction and testing</p></li></ul><p>This would show up as a small badge or label on the CA plugin card, similar to how donation links or support URLs are surfaced today.</p><p>r/Selfhosted has implemented a similar policy and currently allows AI-generated projects to be submitted on Friday's only.</p><p></p><p><strong>What This Is NOT</strong></p><p>This isn't a ban or a quality judgment. AI-assisted projects aren't inherently bad and plenty of great tools have been built with AI help by authors who genuinely understand what they're shipping. Conversely not all human generated content is perfect or without flaw either. Many plugins over the years before AI have crashed the WebUI or caused data integrity issues. This is just about giving users enough context to make an informed choice. A professional, homelabber, or even a new user picking between two plugins deserves to know which one was built over three years of iteration and which was scaffolded and published in an hour.</p><p></p><p>//EDIT</p><p></p><p>It's been informed to me that r/Selfhosted often relies on other metrics beyond the self identification. Including showing how long a developer has been interacting with the community / supporting their plugins is a more relevant metric than "look this established developer used AI, must be slop". The more meaningful signal might be developer track record. How long have they been active in the community? How consistently do they respond to issues and push updates? Do they show up when things break? That kind of history is arguably a better indicator of plugin quality than any single flag, AI-related or otherwise. This starts to open the door to something like a developer trust or plugin review system, where instead of making a judgment call based on a snapshot of how something was built, users and the community can see a longer-term picture of how a developer is viewed by the community. I'm not initially solid on that type of system since Unraid is a small community and review bombing would be a trivial thing to sway or create an impact on.</p><p></p><p>I don't think that has to replace the AI disclosure idea, both can coexist. One gives you a quick data point at install time, the other gives you the fuller context behind it.</p>]]></description><guid isPermaLink="false">198028</guid><pubDate>Mon, 30 Mar 2026 13:39:06 +0000</pubDate></item><item><title>[Request] jdupes</title><link>https://forums.unraid.net/topic/198061-request-jdupes/</link><description><![CDATA[<p>Requesting an Unraid plugin for <a rel="external nofollow" href="https://codeberg.org/jbruchon/jdupes">jdupes</a>.</p><p></p><p>Thank you.</p>]]></description><guid isPermaLink="false">198061</guid><pubDate>Tue, 31 Mar 2026 20:06:22 +0000</pubDate></item><item><title>[Enhanced] Dynamix Auto Fan Control - Added GPU/Array Card Temp Support, Fan Speed Display, and Multi-GPU Compatibility</title><link>https://forums.unraid.net/topic/190286-enhanced-dynamix-auto-fan-control-added-gpuarray-card-temp-support-fan-speed-display-and-multi-gpu-compatibility/</link><description><![CDATA[<p>
	Hello Unraid Community,
</p>

<p>
	I’ve made several enhancements to the <strong>Dynamix Auto Fan Control</strong> plugin and wanted to share them with you. Building on the original plugin, I’ve added the following features:
</p>

<p>
	<strong>New Features:</strong>
</p>

<p>
	<strong>    1. Support for GPU and Array Card Temperatures:</strong>
</p>

<ul>
	<li>
		The plugin now supports using GPU and array card temperatures to control fan speed. You can choose to include or exclude these temperatures in the fan control logic.
	</li>
</ul>

<p>
	<strong>    2. Fan Speed Display in the Settings Page:</strong>
</p>

<ul>
	<li>
		The settings page now displays the fan speed for the selected controller, making it easier to identify which fan is being controlled.
	</li>
</ul>

<p>
	<strong>    3. Multi-GPU Support:</strong>
</p>

<ul>
	<li>
		Added support for multiple GPUs, allowing you to exclude specific GPUs from temperature calculations independently.
	</li>
</ul>

<p>
	<strong>Usage Instructions:</strong>
</p>

<p>
	 
</p>

<p>
	<strong>    1. Place the Files:</strong>
</p>

<ul>
	<li>
		Copy the modified files into the /boot/config/plugins/dynamix.system.autofan directory on your Unraid system.
	</li>
</ul>

<p>
	<strong>    2. Copy Files to the Plugin Directory:</strong>
</p>

<ul>
	<li>
		<p>
			Use the following commands to copy the files to the original plugin directory:
		</p>
	</li>
</ul>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">cp /boot/config/plugins/dynamix.system.autofan/FanSettings.page /usr/local/emhttp/plugins/dynamix.system.autofan/FanSettings.page
cp /boot/config/plugins/dynamix.system.autofan/scripts/get_fan_speed.sh /usr/local/emhttp/plugins/dynamix.system.autofan/scripts/get_fan_speed.sh
cp /boot/config/plugins/dynamix.system.autofan/scripts/rc.autofan /usr/local/emhttp/plugins/dynamix.system.autofan/scripts/rc.autofan
cp /boot/config/plugins/dynamix.system.autofan/scripts/autofan /usr/local/emhttp/plugins/dynamix.system.autofan/scripts/autofan</span></pre>

<p>
	<strong>    3. Set File Permissions:</strong>
</p>

<ul>
	<li>
		Ensure the files have the correct permissions:
	</li>
</ul>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">chmod 644 /usr/local/emhttp/plugins/dynamix.system.autofan/FanSettings.page
chmod 755 /usr/local/emhttp/plugins/dynamix.system.autofan/scripts/get_fan_speed.sh
chmod 755 /usr/local/emhttp/plugins/dynamix.system.autofan/scripts/rc.autofan
chmod 755 /usr/local/emhttp/plugins/dynamix.system.autofan/scripts/autofan</span></pre>

<p>
	 
</p>

<p>
	<strong>    4. Restart the Plugin:</strong>
</p>

<ul>
	<li>
		Restart the plugin to apply the changes:
	</li>
</ul>

<p>
	 
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">/usr/local/emhttp/plugins/dynamix.system.autofan/scripts/rc.autofan restart</span></pre>

<p>
	<strong>Notes:</strong>
</p>

<ul>
	<li>
		<strong>Dependencies</strong>: Ensure nvidia-smi is installed if you’re using GPU temperature control. You may also need get_storcli_temp.sh for array card temperature support.
	</li>
	<li>
		<strong>Persistence</strong>: To make the plugin start automatically on boot, add the following line to your /boot/config/go file:
	</li>
</ul>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">/usr/local/emhttp/plugins/dynamix.system.autofan/scripts/rc.autofan start</span></pre>

<ul>
	<li>
		<strong>Testing</strong>: After restarting, visit the Fan Settings page (Settings &gt; Fan Auto Control) to verify that the fan speed is displayed and that GPU/array card temperature options are available in the "Exclude drives/array card/GPU temperatures" dropdown.
	</li>
</ul>

<p>
	<strong>Feedback:</strong>
</p>

<p>
	I’d love to hear your feedback or suggestions for further improvements! If you encounter any issues, please share your logs (tail -f /var/log/syslog | grep autofan) or screenshots of the Fan Settings page.
</p>

<p>
	Happy cooling!
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="//forumassets.unraid.net/monthly_2025_05/image.png.c2e139d23b38bb456fbc26d7da526f7a.png" data-fileid="355528" data-fileext="png" rel=""><img class="ipsImage ipsImage_thumbnailed" data-fileid="355528" data-ratio="43.70" width="1000" alt="image.thumb.png.b6eba9e54394b28254ebd0e92bc700b6.png" src="//forumassets.unraid.net/monthly_2025_05/image.thumb.png.b6eba9e54394b28254ebd0e92bc700b6.png" /></a>
</p>
<p>
<a class="ipsAttachLink" href="https://forums.unraid.net/applications/core/interface/file/attachment.php?id=355529&amp;key=4816ea4da6bc329fe927f20bec4133f0" data-fileExt='zip' data-fileid='355529' data-filekey='4816ea4da6bc329fe927f20bec4133f0'>_dynamix.zip</a></p>]]></description><guid isPermaLink="false">190286</guid><pubDate>Sat, 17 May 2025 07:02:54 +0000</pubDate></item><item><title>[Plugin] - PlexStreams-lite</title><link>https://forums.unraid.net/topic/197813-plugin-plexstreams-lite/</link><description><![CDATA[<p>Just to make it known.... I'm not versed in code and this was vibe coded with claude..... so just putting that out there up front.</p><p></p><p></p><p></p><p><strong>PlexStreams</strong> <strong>Lite</strong> adds a live Plex stream monitor widget directly to your Unraid dashboard — no separate app, no</p><p>  tab-switching. Just open your Unraid UI and see who's watching what, right there on the main page.</p><p></p><p>  <strong>Features:</strong></p><p>  - Poster-art cards for each active stream</p><p>  - Shows user, device, media title, playback state (playing/paused), direct play vs. transcode, bandwidth, and</p><p>  LAN/remote</p><p>  - Dynamic header: total streams, total bandwidth, direct play vs. transcode breakdown</p><p>  - Overflow indicator when more than 4 streams are active</p><p>  - Auto-scrolling marquee for long titles</p><p>  - Updates every 15 seconds</p><p>  - HTTPS image proxy — artwork loads correctly even on HTTPS Unraid setups</p><p>  - Settings page with Test Connection button</p><p>  - Config persists across reboots</p><p></p><p>  <strong>Requirements:</strong></p><p>  - Unraid 6.11.9+</p><p>  - Plex Media Server accessible from your Unraid server</p><p>  - Plex authentication token (X-Plex-Token)</p><p></p><p>  <strong>Installation:</strong></p><p>  1. Go to <strong>Plugins</strong> <strong>→</strong> <strong>Install</strong> <strong>Plugin</strong></p><p>  2. Paste the URL below and click Install:</p><p>  <a rel="external nofollow" href="https://raw.githubusercontent.com/00-TapRackBang-00/unraid-plexstreams-lite/main/plexstreams-lite.plg">https://raw.githubusercontent.com/00-TapRackBang-00/unraid-plexstreams-lite/main/plexstreams-lite.plg</a></p><p></p><p>  <strong>Configuration:</strong></p><p>  1. Go to <strong>Settings</strong> <strong>→</strong> <strong>Plex</strong> <strong>Streams</strong></p><p>  2. Enter your Plex host URL (e.g. <a rel="external nofollow" href="http://192.168.1.100:32400">http://192.168.1.100:32400</a>) — use http://, not https://</p><p>  3. Enter your Plex token</p><p>  4. Click <strong>Test</strong> <strong>Connection</strong>, then <strong>Apply</strong></p><p></p><p>  <strong>How</strong> <strong>to</strong> <strong>get</strong> <strong>your</strong> <strong>Plex</strong> <strong>token:</strong></p><p>  Open Plex Web → play any item → ... menu → Get Info → View XML → copy the X-Plex-Token= value from the URL</p><p></p><p>  <strong>Source:</strong></p><p>  <a rel="external nofollow" href="https://github.com/00-TapRackBang-00/unraid-plexstreams-lite">https://github.com/00-TapRackBang-00/unraid-plexstreams-lite</a></p><p><img class="ipsImage ipsImage_thumbnailed ipsRichText__align--block" data-fileid="377466" src="//forumassets.unraid.net/monthly_2026_03/Screenshot2026-03-16at11_39_59PM.thumb.png.41553288a427b7105a442837692bfb62.png" alt="Screenshot 2026-03-16 at 11.39.59 PM.png" title="Screenshot 2026-03-16 at 11.39.59 PM.png" width="1000" height="570" data-full-image="//media.invisioncic.com/u329766/monthly_2026_03/Screenshot2026-03-16at11_39_59PM.png.4fe9f5e9429d153e1c33173a8735ad5c.png" loading="lazy"></p>]]></description><guid isPermaLink="false">197813</guid><pubDate>Tue, 17 Mar 2026 04:42:07 +0000</pubDate></item><item><title>Community App Server Failure</title><link>https://forums.unraid.net/topic/196830-community-app-server-failure/</link><description><![CDATA[<p>Hi everyone,</p><p></p><p>I am having an issue with the community app connectivity.</p><p></p><p>So have change the community folder plugin name to .bam and restarted the server to try to reinstall it. But it didn't work.</p><p></p><p>I have tried changing the DNS in the server to 1.1.1.1, 8.8.8.8, 208.67.220.220, 208.67.222.222 and it still not working.</p><p></p><p>I have the following error.</p><hr><p>plugin: installing: community.applications.plg</p><p>Executing hook script: pre_plugin_checks</p><p>plugin: downloading: community.applications.plg ...</p><p>plugin: community.applications.plg download failure: Network failure</p><p>Executing hook script: post_plugin_checks</p><hr><p></p><p>Can someone help me please?</p><p>The diagnostic file is attached.</p><p></p><p>Thank you</p><p><a class="ipsAttachLink" data-fileid="374475" data-fileext="zip" data-extension="zip" href="https://forums.unraid.net/applications/core/interface/file/attachment.php?id=374475&amp;key=e92e7d4570f433453a165b4510bf2cb5" rel="">kingfisher-diagnostics-20260128-0544.zip</a></p>]]></description><guid isPermaLink="false">196830</guid><pubDate>Wed, 28 Jan 2026 05:54:27 +0000</pubDate></item><item><title>Debugging plugins</title><link>https://forums.unraid.net/topic/157636-debugging-plugins/</link><description><![CDATA[<p>
	Hey guys,
</p>

<p>
	 
</p>

<p>
	I'm trying to understand how the plugin system works. Sofar the only thing I'm trying to achive is "installing" a bash script to /usr/local/bin and the rc script that is needed to start/stop it. The two scripts are working if I copy them manually to their locations. Also had a version that involved copying them to their location by adding them to the flaskdrive and tinker with the go script but the go script is executed way after the plugins got installed.
</p>

<p>
	 
</p>

<p>
	I tried to reverse engineer some plugins and figured that the bash and rc file could be embedded in de .plg. Can't be hard right? After I rebooted the plugin ended up in /boot/config/pluging-error so I expected some logging since nothing showed up in /var/log/syslog.
</p>

<p>
	Please tell me where plugin installation logs are.
</p>

<p>
	 
</p>

<p>
	Eg. I'm not creating an elaborate frontend page to start or stop of enable/disable te service, at least not for now since I'm not going to publish it. I just want fire up a script as service when unraid starts - whenever the array is started or not..
</p>

<p>
	 
</p>

<p>
	Sidenote: I think it would be awesome if limetech would create documentation about how the plugin-system works and what to do and what you deffo should not do -
</p>
]]></description><guid isPermaLink="false">157636</guid><pubDate>Mon, 11 Mar 2024 16:09:36 +0000</pubDate></item><item><title>[Plugin] Docker Stats</title><link>https://forums.unraid.net/topic/196966-plugin-docker-stats/</link><description><![CDATA[<p>A dashboard widget plugin for Unraid that visualizes real-time resource usage of your top Docker containers</p><p></p>]]></description><guid isPermaLink="false">196966</guid><pubDate>Tue, 03 Feb 2026 05:29:42 +0000</pubDate></item><item><title>Question in AppData Backup plugin - Flash drive backup location</title><link>https://forums.unraid.net/topic/196780-question-in-appdata-backup-plugin-flash-drive-backup-location/</link><description><![CDATA[<blockquote class="ipsQuote" cite="" data-ipsquote=""><div class="ipsQuote_contents" data-ipstruncate=""><p>Backup destination: /mnt/cache_nvme/backup_local/appdata-backup/</p></div></blockquote><blockquote class="ipsQuote" cite="" data-ipsquote=""><div class="ipsQuote_contents" data-ipstruncate=""><p>Flash drive: /mnt/cache_nvme/backup_local/flash-drive-backup/</p></div></blockquote><p><br>But I can see the flash drive file in both the locations. Check the second and third screenshot.</p><p>What am I doing wrong ?<br></p><p>I backup these to Azure blob storage(which is pay as you go model), so I would like to avoid these duplicates. Hope the post makes sense.<br><br>Setup:<br><img class="ipsImage ipsImage_thumbnailed ipsRichText__align--block" data-fileid="374347" src="//forumassets.unraid.net/monthly_2026_01/image.thumb.png.21daf34d905163fdb540487540189261.png" alt="image.png" title="" width="1000" height="546" data-full-image="//media.invisioncic.com/u329766/monthly_2026_01/image.png.a470b27dc9c5a5392cb2f4a07c3b174d.png" loading="lazy"><br><br>Appdata Backup Location:<br><img class="ipsImage ipsImage_thumbnailed ipsRichText__align--block" data-fileid="374348" src="//forumassets.unraid.net/monthly_2026_01/image.thumb.png.6c866f5236c375a8483c10835eac14c6.png" alt="image.png" title="" width="1000" height="480" data-full-image="//media.invisioncic.com/u329766/monthly_2026_01/image.png.17e7ad0bfe44712374fb3cb2b88f040b.png" loading="lazy"><br><br><br>Flash drive backup location:<br><img class="ipsImage ipsRichText__align--block" data-fileid="374349" src="//forumassets.unraid.net/monthly_2026_01/image.png.6b245e8bac92a06937e9fadb0a610ada.png" alt="image.png" title="" width="900" height="323" loading="lazy"></p>]]></description><guid isPermaLink="false">196780</guid><pubDate>Mon, 26 Jan 2026 04:37:58 +0000</pubDate></item><item><title>[Plugin] Screen for Terminal - Unraid</title><link>https://forums.unraid.net/topic/168065-plugin-screen-for-terminal-unraid/</link><description><![CDATA[<p>I'm new to Unraid and wanted install the command screen for terminal to my system, seeing that Nerd Tools is now deprecated I took it upon myself to try and make my first plugin.</p><p> </p><p>Here's an easy way to install screen for terminal</p><p> </p><p><img src="https://i.imgur.com/bYqKniu.png" alt="bYqKniu.png" class="ipsRichText__align--block" width="750" height="750" loading="lazy"></p><p> </p><p><strong><u>How to use:</u></strong></p><p>Go to the Plugins tab &gt; Install Plugin</p><p>Enter the following URL</p><pre spellcheck="" class="ipsCode language-plaintext" data-language="Plain Text"><code>https://raw.githubusercontent.com/trulow/Screen-for-Unraid/main/plugin/Screen-for-Unraid.plg</code></pre><p> </p><p>View the man page for screen here:</p><p><a rel="external nofollow" href="https://linux.die.net/man/1/screen">https://linux.die.net/man/1/screen</a></p><p> </p><p>Source:</p><p><a rel="external nofollow" href="https://github.com/trulow/Unraid_screen">https://github.com/trulow/Unraid_screen</a></p><p> </p><p>If this is the wrong place, please let me know and I can either move it or take it down.</p>]]></description><guid isPermaLink="false">168065</guid><pubDate>Thu, 13 Jun 2024 00:02:56 +0000</pubDate></item><item><title>Where is Dynamix File Manager?</title><link>https://forums.unraid.net/topic/196054-where-is-dynamix-file-manager/</link><description><![CDATA[<p>I just installed unraid V7 and have been watching youtube videos. I wanted to install the Dynamix File Manager but it does not show up in the Apps listings.</p><p>Other Dynamix plugins show up but not the File Manager. Is it still a viable plugin?</p>]]></description><guid isPermaLink="false">196054</guid><pubDate>Fri, 26 Dec 2025 18:00:22 +0000</pubDate></item><item><title>IPMI fan control with Supermicro motherboards</title><link>https://forums.unraid.net/topic/175202-ipmi-fan-control-with-supermicro-motherboards/</link><description><![CDATA[<p>
	I ran into an issue with the plug-in IPMI Support fan control and figured out how to resolve it.
</p>

<p>
	 
</p>

<p>
	I replaced my Supermicro X10SL7-F with an X10SRL-F and the fan speed wasn’t working properly.  Every time the plug-in would poll the temperatures and adjust the fans, it would adjust them then would immediately ramp back up to full speed.  I tried everything, reconfiguring the fans and what headers they were plugged into, checking and double checking the BIOS, etc.  
</p>

<p>
	 
</p>

<p>
	SOLUTION: Log into the Supermicro IPMI web interface.  You need to log into the BMC/IPMI web interface and choose Maintenance &gt; Unit Reset &gt; Reset (click on the reset button to reboot the IPMI device).  After I performed that reset, all of the PWM fans responded properly to the IPMI Support/Fan Control configuration.  
</p>

<p>
	 
</p>

<p>
	Additionally, most tell you how to use impitool (nerd tools) to define the low and high for the fans.  I highly recommend using the IPMI Support plug-in to edit the sensors file (Settings &gt; IPMI &gt; Config Editor &gt; Sensors).  Put in your values that match the fans you’re using.  If you’re using lower spinning fans, the default values will start throwing errors for the fans going low.  For instance, my Noctua PWM fans can run as low as 300 RPM but with the default values of the sensors file, it would cause errors for the fans going low non critical and critical because the low values are set too high by default.  
</p>

<p>
	 
</p>

<p>
	 
</p>

<p><a href="//forumassets.unraid.net/monthly_2024_09/IMG_4910.jpeg.a87ebd6b86bca5b68e1ec66cf922c55a.jpeg" class="ipsAttachLink ipsAttachLink_image" ><img data-fileid="325391" src="//forumassets.unraid.net/monthly_2024_09/IMG_4910.thumb.jpeg.a6c3961a12cd49590c5268a3f69ab2a8.jpeg" data-ratio="59.1" width="1000" class="ipsImage ipsImage_thumbnailed" alt="IMG_4910.jpeg"></a></p>
<p><a href="//forumassets.unraid.net/monthly_2024_09/IMG_4912.jpeg.5542b064da3d30732416c0b0ad619a36.jpeg" class="ipsAttachLink ipsAttachLink_image" ><img data-fileid="325392" src="//forumassets.unraid.net/monthly_2024_09/IMG_4912.thumb.jpeg.35083ec84da028c6dd0e212db5c67f4c.jpeg" data-ratio="59.6" width="1000" class="ipsImage ipsImage_thumbnailed" alt="IMG_4912.jpeg"></a></p>
<p><a href="//forumassets.unraid.net/monthly_2024_09/IMG_4913.jpeg.de23b210224525067894911000a04afd.jpeg" class="ipsAttachLink ipsAttachLink_image" ><img data-fileid="325393" src="//forumassets.unraid.net/monthly_2024_09/IMG_4913.thumb.jpeg.7d5ea5b44ffd0bccb2cfec11ee79206d.jpeg" data-ratio="38.7" width="1000" class="ipsImage ipsImage_thumbnailed" alt="IMG_4913.jpeg"></a></p>]]></description><guid isPermaLink="false">175202</guid><pubDate>Sun, 15 Sep 2024 18:55:50 +0000</pubDate></item><item><title>Unraid from nvidia to intel??</title><link>https://forums.unraid.net/topic/195795-unraid-from-nvidia-to-intel/</link><description><![CDATA[<p>Hello good people..</p><p></p><p>I am going to replace my nvidia p400 card with an intel arc a380 gpu.. And i wonder how to do this?? </p><p>Anyone with a guide? or any idea on how to do this?? do i need a plugin or driver ?? The reason i switch is that i can  encode/decode in AV1.. :)</p><p></p><p>Thank you!</p>]]></description><guid isPermaLink="false">195795</guid><pubDate>Sat, 13 Dec 2025 20:46:23 +0000</pubDate></item><item><title>Appcleaner leftover</title><link>https://forums.unraid.net/topic/195511-appcleaner-leftover/</link><description><![CDATA[<p>I tested out kopia and decided it wasn't something I wanted, so I removed it.</p><p></p><p>Appcleaner finds a leftover:</p><p></p><p>kopia: /mnt/user/appdata/</p><p></p><p>Obviously I want to get rid of it but don't want to delete my entire appdata folder with it, which makes using the plug in risky while it's there. </p><p></p><p>Any idea how I can get it to stop showing up? </p><p></p><p></p>]]></description><guid isPermaLink="false">195511</guid><pubDate>Tue, 02 Dec 2025 06:05:30 +0000</pubDate></item><item><title>Unassigned Device re:mount remote?</title><link>https://forums.unraid.net/topic/195473-unassigned-device-remount-remote/</link><description><![CDATA[<p>I have a small NAS that wakes up at 2am and shuts down at 7am.</p><p></p><p>I setup a mount in Unassigned Devices and it works well.  I would see it /mnt/remotes.  This morning it wasn't mounted.  I check Unassigned devices, the green dot was there but I needed to manually mount.  I check the settings and automount was on, as was sharing.<br><br>Is Unassigned Devices designed to remote in this scenario, or was I assuming it does something it doesn't do?</p>]]></description><guid isPermaLink="false">195473</guid><pubDate>Mon, 01 Dec 2025 06:56:53 +0000</pubDate></item><item><title>a system Unraid Services status page</title><link>https://forums.unraid.net/topic/184639-a-system-unraid-services-status-page/</link><description><![CDATA[<p>
	thoughts:
</p>
<iframe allowfullscreen="" data-controller="core.front.core.autosizeiframe" data-embedauthorid="118010" data-embedcontent="" data-embedid="embed4796320020" src="https://forums.unraid.net/topic/184637-system-servces-status-and-contrls-idk-maybe-located-under-tools-servces-web-page/?do=embed" style="height:234px;max-width:502px;"></iframe>

<p>
	I think this could make a nice plugin to find servcices and stop start restart and vew if it has a error...<br />
	 
</p>
]]></description><guid isPermaLink="false">184639</guid><pubDate>Sat, 11 Jan 2025 22:24:06 +0000</pubDate></item><item><title>Unable to install some applications due to unsupported operation error</title><link>https://forums.unraid.net/topic/195113-unable-to-install-some-applications-due-to-unsupported-operation-error/</link><description><![CDATA[<p>I am new to Unraid and just finished setting things up. I noticed some outgoing network activity on eth0 and wanted to know which applications are responsible. I looked around and the only real option I am seeing is using NetData. There does not appear to be any other plugin that will just show me plainly net traffic by application. On my Ubuntu Server, I just used <code>nethogs</code> to get a rough idea, but I can't install <code>nethogs</code> on Slackware without jumping through hoops.</p><p>I went to install NetData, but I got this error:<br></p><pre spellcheck="" class="ipsCode language-plaintext" data-language="Plain Text"><code>Error: failed to register layer: lsetxattr security.capability /usr/bin/fping: operation not supported</code></pre><p>I looked around online and most people seem to be having a similar issue with OpenWrt and stems from the file system of the disk. In my case, I am using btrfs for the cache drive where the docker applications live. Could someone help me troubleshoot the problem? I have tried enabling privilege, but it did not help.</p>]]></description><guid isPermaLink="false">195113</guid><pubDate>Sat, 15 Nov 2025 13:22:27 +0000</pubDate></item><item><title>Unraid NUT Tools and Unifi UPS 2U NUT Servers</title><link>https://forums.unraid.net/topic/194904-unraid-nut-tools-and-unifi-ups-2u-nut-servers/</link><description><![CDATA[<p>I have turned on the NUT Server on my 2U UPS and i have NUT Tools plugin installed on my unraid server but when I start NUT tools on my unraid server it does not report any UPS statuses.</p><p></p><p></p><p></p><ul><li><p>Unifi Setting-</p></li></ul><p></p><p>ID / Port: UPS2UServer:3493</p><p></p><p>Username: test</p><p></p><p>Password: password</p><p></p><ul><li><p>Unraid NUT Tools settings-</p></li></ul><p></p><p>Network UPS Tools Backend:</p><p>nut-2.8.4-x86_64-1stable.ssl31 nut-actions-2025.02.25</p><p></p><p>Start Network UPS Tools Service: Yes   </p><p></p><p>NUT Mode: Slave</p><p></p><p>NUT Master IP Address[:Port]: (UPS IP):3493</p><p></p><p>NUT Monitor Username: username in UPS settings</p><p></p><p>NUT Monitor Password: password in UPS settings</p><p></p><p>UPS Name: UPS</p><p></p><p>UPS Battery Runtime Attribute:              </p><p>battery.runtime</p><p></p><p>Shutdown Mode:            </p><p>Battery Level</p>]]></description><guid isPermaLink="false">194904</guid><pubDate>Fri, 07 Nov 2025 23:08:49 +0000</pubDate></item><item><title>Audionut Upload Assistant</title><link>https://forums.unraid.net/topic/194903-audionut-upload-assistant/</link><description><![CDATA[<p>Is there anybody who has considered adding Audionet's Upload Assistant ( <a rel="external nofollow" href="https://github.com/Audionut/Upload-Assistant">https://github.com/Audionut/Upload-Assistant</a> ) to the list of dockers available in the Unraid GUI? </p><p></p><p>Br, </p><p></p>]]></description><guid isPermaLink="false">194903</guid><pubDate>Fri, 07 Nov 2025 22:57:12 +0000</pubDate></item><item><title>old docker apps showing in ca auto update applications</title><link>https://forums.unraid.net/topic/193921-old-docker-apps-showing-in-ca-auto-update-applications/</link><description><![CDATA[<p>I had a stack in docker compose manager plugin but I deleted it a while ago.</p><p>No when I select to not update all docker containers in the Auto Update Applications plugin the docker apps I had previsously installed are shown as unknown. How can I remove them?</p><p></p><p>I already uninstalled and reinstalled the plugin.</p>]]></description><guid isPermaLink="false">193921</guid><pubDate>Thu, 02 Oct 2025 05:36:51 +0000</pubDate></item><item><title>rclone mount via userscript makes the folder read-only for samba shares</title><link>https://forums.unraid.net/topic/141063-rclone-mount-via-userscript-makes-the-folder-read-only-for-samba-shares/</link><description><![CDATA[<p>
	I'm trying to mount an rclone volume via userscript. If I run rclone mount, I get this error in Windows when the volume is accessed via samba: "You require permission from TOWER\root to make changes..."
</p>

<p>
	 
</p>

<p>
	It works just fine if I run the rclone mount command via unraid terminal. It seems like the share is read-only if I run the script in userscript. Any idea what I'm missing here or if I'm doing something incorrectly?
</p>

<p>
	 
</p>

<pre class="ipsCode">fusermount -u -z /mnt/disks/Gdrive
sudo umount -l /mnt/disks/Gdrive
mkdir -p /mnt/disks/Gdrive
rclone mount Gdrive: /mnt/disks/Gdrive --allow-other --max-read-ahead 1024k</pre>
]]></description><guid isPermaLink="false">141063</guid><pubDate>Sun, 25 Jun 2023 12:39:38 +0000</pubDate></item><item><title>I can't see the community plugins</title><link>https://forums.unraid.net/topic/193603-i-cant-see-the-community-plugins/</link><description><![CDATA[<p>when i go to the unraid web interface, and click apps:</p><ul><li><p>i see 'updating content, please wait' </p></li><li><p>followed by '<strong>Browser failed to communicate with Unraid Server' </strong></p></li></ul><p></p><p>i check the logs and see the following error: </p><pre spellcheck="" class="ipsCode language-plaintext" data-language="Plain Text"><code>[18-Sep-2025 22:09:17 Asia/Singapore] PHP Fatal error:  Uncaught TypeError: trim(): Argument #1 ($string) must be of type string, array given in /usr/local/emhttp/plugins/community.applications/include/exec.php:311
Stack trace:
#0 /usr/local/emhttp/plugins/community.applications/include/exec.php(311): trim(Array)
#1 /usr/local/emhttp/plugins/community.applications/include/exec.php(1120): DownloadApplicationFeed()
#2 /usr/local/emhttp/plugins/community.applications/include/exec.php(90): force_update()
#3 {main}
  thrown in /usr/local/emhttp/plugins/community.applications/include/exec.php on line 311</code></pre><p></p><p>i tried: </p><ul><li><p>remove and re-install the plugin</p></li><li><p>remove, reboot, and reinstall the plugin</p></li></ul><p></p><p>i still get the same issue.</p><p></p><p>i have been using community plugins before and had no issues.</p><p>today i deleted all my containers from docker.img</p><p>now i see this issue</p><p></p><p>how can get the plugins again? thanks!</p><p>
<a class="ipsAttachLink" href="https://forums.unraid.net/applications/core/interface/file/attachment.php?id=365035&amp;key=72b3cd1eaa9c3eda9a4dd59878867b6e" data-fileExt='zip' data-fileid='365035' data-filekey='72b3cd1eaa9c3eda9a4dd59878867b6e'>bitbox-diagnostics-20250918-2227.zip</a></p>]]></description><guid isPermaLink="false">193603</guid><pubDate>Thu, 18 Sep 2025 14:36:21 +0000</pubDate></item><item><title>Request: Infoscreen / Digital Signage App with Custom Content + RSS Feeds</title><link>https://forums.unraid.net/topic/192874-request-infoscreen-digital-signage-app-with-custom-content-rss-feeds/</link><description><![CDATA[<p>Hi everyone,</p><p>I’m looking for a solution on Unraid that can work as an <strong>infoscreen / digital signage app</strong>.<br>What I would like is:</p><ul><li><p>The ability to <strong>program and control my own content</strong> (text, images, maybe even video).</p></li><li><p>The option to <strong>display external sources</strong>, such as <strong>RSS feeds</strong> with news or information.</p></li><li><p>Ideally it should be manageable through a simple web UI or dashboard, and output to a display that shows the configured content.</p></li></ul><p>Does something like this already exist for Unraid (Docker container or plugin)?<br>Or does anyone know a good alternative that can be integrated with Unraid?</p><p>Thanks in advance <span class="ipsEmoji" title="">🙏</span></p>]]></description><guid isPermaLink="false">192874</guid><pubDate>Mon, 18 Aug 2025 09:23:22 +0000</pubDate></item><item><title>Docker or Plugin Request - WeeWX</title><link>https://forums.unraid.net/topic/62563-docker-or-plugin-request-weewx/</link><description><![CDATA[
<p>
	Has anybody thought of trying a Docker or Plugin for Weewx?
</p>

<p>
	 
</p>

<p>
	<a href="http://www.weewx.com/" rel="external nofollow">http://www.weewx.com/</a>
</p>

<p>
	 
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">62563</guid><pubDate>Thu, 04 Jan 2018 23:34:46 +0000</pubDate></item><item><title>unbalanced is Stuck while moving data</title><link>https://forums.unraid.net/topic/192420-unbalanced-is-stuck-while-moving-data/</link><description><![CDATA[<p>TL;DR</p><p>unbalanced plugin is stuck while moving data. It has been like this for more than 12 hours.</p><p></p><p>I was trying to zero the entire disk so that I could remove this drive from my array. Upon googling, I came across the following video (<a rel="external nofollow" href="https://www.youtube.com/watch?v=nV5snitWrBk">https://www.youtube.com/watch?v=nV5snitWrBk</a>). I follow his tutorials for almost everything. But in the current situation, I have been stuck for more than 12 hours now. I have been through comments, other forums, and the Reddit community, but to no avail.</p><p>I am more than sure that the drive has no hardware failure. I had a similar issue while copying the same data to the array. It actually is a copy of the entire C: drive from another computer with a lot of small, fragmented files.</p><p>Any help would be appreciated. Thank you.</p>
<p><a href="//forumassets.unraid.net/monthly_2025_07/Screenshot2025-07-31004947.png.f19d38178b1592c2417cddf132ea4021.png" class="ipsAttachLink ipsAttachLink_image" ><img data-fileid="361943" src="//forumassets.unraid.net/monthly_2025_07/Screenshot2025-07-31004947.thumb.png.2f24982725937e096fecee427a0959f6.png" height="750" width="865" class="ipsImage ipsImage_thumbnailed" alt="Screenshot 2025-07-31 004947.png" loading='lazy'></a></p>
<p><a href="//forumassets.unraid.net/monthly_2025_07/Screenshot2025-07-31014038.png.97d0f40f9aec27b4a0c4649457fbbc08.png" class="ipsAttachLink ipsAttachLink_image" ><img data-fileid="361944" src="//forumassets.unraid.net/monthly_2025_07/Screenshot2025-07-31014038.thumb.png.d08c4f4795aa32823dfff4b9d3354e44.png" height="750" width="865" class="ipsImage ipsImage_thumbnailed" alt="Screenshot 2025-07-31 014038.png" loading='lazy'></a></p>]]></description><guid isPermaLink="false">192420</guid><pubDate>Wed, 30 Jul 2025 20:12:23 +0000</pubDate></item><item><title>Template error GitHub user apprears to be different between template repository and xml/plugin</title><link>https://forums.unraid.net/topic/191911-template-error-github-user-apprears-to-be-different-between-template-repository-and-xmlplugin/</link><description><![CDATA[<p>Hi all,</p><p></p><p>In the Apps &gt; Action Centre I have various plugins that appear as blacklisted, e.g. Tailscale, Unassigned Devices, even Community Applications. In all cases, I get an error like the one below:</p><p></p><p><em>Fatal: GitHub user appears to be different between template repository and xml/plugin Plugin URL /unraid/community.applications/master/plugins/community.applications.plg /unraid/community.applications/master/plugins/community.applications.plg /hussainalhaddad/docker-templates/master/limetech/community.applications.xml</em><br><br><em>Fatal: GitHub user appears to be different between template repository and xml/plugin Plugin URL /unraid/unassigned.devices/master/unassigned.devices.plg /unraid/unassigned.devices/master/unassigned.devices.plg /hussainalhaddad/docker-templates/master/limetech/unassigned.devices.xml</em><br><br>I'm running Unraid 7.1.4.</p>
<p><a href="//forumassets.unraid.net/monthly_2025_07/Screenshot2025-07-11at11_02_56.png.0522ec0b6b3b6a2966f0c63a7f63826b.png" class="ipsAttachLink ipsAttachLink_image" ><img data-fileid="360338" src="//forumassets.unraid.net/monthly_2025_07/Screenshot2025-07-11at11_02_56.thumb.png.deba8b4393c8d75bf0af7c5fd72578d1.png" height="640" width="1000" class="ipsImage ipsImage_thumbnailed" alt="Screenshot 2025-07-11 at 11.02.56.png" loading='lazy'></a></p>]]></description><guid isPermaLink="false">191911</guid><pubDate>Fri, 11 Jul 2025 09:04:02 +0000</pubDate></item><item><title>tcpdump in unraid</title><link>https://forums.unraid.net/topic/178759-tcpdump-in-unraid/</link><description><![CDATA[<p>
	Good evening!<br />
	<br />
	It would be great if you could consider adding tcpdump as a plugin or integrating it into the Unraid operating system or toolset. It would be incredibly helpful for troubleshooting network issues. For example, I’m currently facing a connection issue where Sonarr can’t connect to SABnzbd, despite both being on the same network and specific interface for my Docker containers. Being able to trace the packets would give me valuable insights into the problem.
</p>
]]></description><guid isPermaLink="false">178759</guid><pubDate>Mon, 04 Nov 2024 00:52:49 +0000</pubDate></item><item><title>DirSyncPro Log</title><link>https://forums.unraid.net/topic/155400-dirsyncpro-log/</link><description><![CDATA[<p>
	Greetings,
</p>

<p>
	I have been unable to find a solution to this issue.
</p>

<p>
	 
</p>

<p>
	Since I rebuilt my unraid server, I have been unable to use DirSyncPro docker. I have deleted and reinstalled countless times.
</p>

<p>
	Every time I try to configure a Job, I get a problem where it is unable to write to a logfile. I have tried various paths, ensured write access to those folders.
</p>

<p>
	 
</p>

<p>
	the log from starting DirSyncPro is as follows:
</p>

<p>
	 
</p>

<p>
	lease read the 'License.txt' file accompanying this program.
</p>

<p>
	ERROR: Log file '//DirSyncPro.log' could not be created.
</p>

<p>
	ERROR: Log file '//DirSyncProJobset.log' could not be created.
</p>

<p>
	Exception in thread "main" java.lang.Error: java.lang.NullPointerException<br />
	        at dirsyncpro.tools.Log.writeLog(Unknown Source)<br />
	        at dirsyncpro.tools.Log.writeToAllLogs(Unknown Source)<br />
	        at dirsyncpro.tools.Log.print(Unknown Source)<br />
	        at dirsyncpro.tools.Log.printMinimal(Unknown Source)<br />
	        at dirsyncpro.gui.mainframe.MainFrame.initConfig(Unknown Source)<br />
	        at dirsyncpro.DirSyncPro.main(Unknown Source)<br />
	Caused by: java.lang.NullPointerException<br />
	        ... 6 more
</p>

<p>
	 
</p>

<p>
	Unraid 6.12.8
</p>

<p>
	 
</p>

<p>
	Anyone have any thoughts?
</p>

<p>
	 
</p>

<p>
	NIgel
</p>
]]></description><guid isPermaLink="false">155400</guid><pubDate>Sun, 25 Feb 2024 02:26:07 +0000</pubDate></item><item><title>(Request) LSI HBA Utility Plugin</title><link>https://forums.unraid.net/topic/191610-request-lsi-hba-utility-plugin/</link><description><![CDATA[<p>Short of using a thermal camera to check what my LSI HBA is running at temperature wise, I found lsiutil, which shows operating temperature, among many other funky things, through the binary.</p><p></p><p>I was wondering if someone could whip up a plugin for this.</p><p></p><p>Basically take the output of this:</p><p>./lsiutil -p1 -a 25,2,0,0 | awk '/IOCTemperature: /{print strtonum($2)" C"}'</p><p></p><p>And it spits it out in Celsius. More useful than the normal hex output if you go <br></p><p>./lsiutil -e</p><p>25</p><p>2</p><p>0</p><p>0</p><p></p><p>And put it in plugin form to make it super easy. Maybe hook into the dashboard or System Temp Plugin.</p><p></p><p>That would be great. There's lots of other functions you can do in the lsiutil, but I'm not sure how far down the rabbit hole you'd want to go.</p><p></p><p>edit - Guess I should have added the lsiutil that I have. Not too sure if there's a newer version, or how to check.</p><p>
<a class="ipsAttachLink" href="https://forums.unraid.net/applications/core/interface/file/attachment.php?id=359634&amp;key=1d1b3345959fc5430011d0bbfdfcb9ee" data-fileExt='siutil' data-fileid='359634' data-filekey='1d1b3345959fc5430011d0bbfdfcb9ee'>lsiutil</a></p>]]></description><guid isPermaLink="false">191610</guid><pubDate>Tue, 01 Jul 2025 09:26:17 +0000</pubDate></item><item><title>Unassigned Devices SMB settings resetting after restart</title><link>https://forums.unraid.net/topic/191479-unassigned-devices-smb-settings-resetting-after-restart/</link><description><![CDATA[<p>On Unraid 7.1.4, but had the issue on 7.0 too. <br>When I restart my server, the user settings for SMB in the Unassigned Devices plugin's settings get reset from Read/Write to No Access. I have seen no other issues with settings not carrying across between reboots. Is this expected behavior?</p>]]></description><guid isPermaLink="false">191479</guid><pubDate>Wed, 25 Jun 2025 15:08:29 +0000</pubDate></item><item><title>Quick Link to user plugin script possible?</title><link>https://forums.unraid.net/topic/191361-quick-link-to-user-plugin-script-possible/</link><description><![CDATA[<p>Hello,</p><p>I have a user script which works fine in the user script plugin.</p><p></p><p>But is there somehow a possibility to have a quick link to start this script via the browser?</p><p></p><p>I tried about a self hosted page, but then I had problems with the correct rights.</p><p></p><p>The script itself is cleaning up a download folder - moving and deleting files.</p><p></p><p>Thanks in advance </p>]]></description><guid isPermaLink="false">191361</guid><pubDate>Sat, 21 Jun 2025 06:40:14 +0000</pubDate></item><item><title>ipmitool no longer working</title><link>https://forums.unraid.net/topic/190679-ipmitool-no-longer-working/</link><description><![CDATA[<p>i used to have ipmitool installed on unraid as I can manage my Dell server</p><p>Since update to Unraid 7.x I now cant use the tool</p><p>Get the following error:</p><p>"ipmitool: error while loading shared libraries: <a rel="external nofollow" href="https://libcrypto.so">libcrypto.so</a>.1.1: cannot open shared object file: No such file or directory"</p><p></p><p>Anyway to get the missing library? </p>]]></description><guid isPermaLink="false">190679</guid><pubDate>Wed, 28 May 2025 21:00:00 +0000</pubDate></item><item><title>WebSocket connection to wss:// sub/var' failed: dynamix</title><link>https://forums.unraid.net/topic/120638-websocket-connection-to-wss-subvar-failed-dynamix/</link><description><![CDATA[<p>
	When I go to the plugins tab, I only get the loading thingy (vertical bars) and then nothing happens. Console shows
</p>

<pre class="ipsCode">WebSocket connection to 'wss://&lt;my-server&gt;:4433/sub/var' failed:</pre>

<p>
	 from
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">dynamix.js?v=1596576684:34</span></pre>

<p>
	How to fix this? I'm unable to upgrade my plugins at this moment. 
</p>
]]></description><guid isPermaLink="false">120638</guid><pubDate>Tue, 01 Mar 2022 19:01:28 +0000</pubDate></item><item><title>Issue with Unassigned Devices Plugin</title><link>https://forums.unraid.net/topic/189161-issue-with-unassigned-devices-plugin/</link><description><![CDATA[<p>
	Hi,
</p>

<p>
	I am on Unraid 7.0.1
</p>

<p>
	I have SMB mounts to another machine for backup. To save energy I only turn on that host when the backup job is running.
</p>

<p>
	 
</p>

<p>
	I now noticed that the syslog spams this message every 10 seconds or so.<br />
	Apr  9 19:11:03 &lt;Unraid hostname&gt;key.dns_resolver: &lt;BACKUP hostname&gt;: No address associated with name<br />
	<br />
	I figured out that it caused by the SMB shares. So I unmounted the drives. The message still repeats in the syslog.
</p>

<p>
	 
</p>

<p>
	Even when I removed the shares completely the message appears.
</p>

<p>
	It only stoops after a reboot.
</p>

<p>
	 
</p>

<p>
	This looks to me like a bug. Did anyone encounter similar behavior?
</p>

<p>
	 
</p>

<p>
	Cheers,
</p>

<p>
	 
</p>

<p>
	Geefle
</p>
]]></description><guid isPermaLink="false">189161</guid><pubDate>Sun, 13 Apr 2025 06:59:15 +0000</pubDate></item><item><title>icloud-linux FUSE mount</title><link>https://forums.unraid.net/topic/188853-icloud-linux-fuse-mount/</link><description><![CDATA[<p>
	Is there any way to get this working on Unraid?<br />
	<a href="https://github.com/IsmaeelAkram/icloud-linux" rel="external nofollow">https://github.com/IsmaeelAkram/icloud-linux</a><br />
	Could the bulk of it be in a plugin or container maybe, but the mount be in /mnt/disks/iCloud or something? My head is pounding from a migraine so I cannot think this through. Hoping to icloudsource it. <span class="ipsEmoji">😉</span>
</p>
]]></description><guid isPermaLink="false">188853</guid><pubDate>Fri, 04 Apr 2025 00:53:26 +0000</pubDate></item><item><title>Anyone got Idrive working on Unraid ?</title><link>https://forums.unraid.net/topic/47584-anyone-got-idrive-working-on-unraid/</link><description><![CDATA[
<p>Hi All</p>
<p> </p>
<p>
Was happy with Crashplan for a long time, but switched to Idrive for backing up the increasing number of mobile devices in the family.</p>
<p>
Idrive makes some linux stuff... </p>
<p>
Have anyone got Idrive working on Unraid, which could give me some hints or a how-to, I would be grateful !!</p>
<p> </p>
<p>
/René</p>
]]></description><guid isPermaLink="false">47584</guid><pubDate>Tue, 24 May 2016 06:22:53 +0000</pubDate></item><item><title>[Plugin request] Kyoo</title><link>https://forums.unraid.net/topic/188762-plugin-request-kyoo/</link><description><![CDATA[<p>
	Hi,
</p>

<p>
	I was wondering if we could request an application to be added to the Community Apps.
</p>

<p>
	If yes, I would want <a href="https://github.com/zoriya/Kyoo" rel="external nofollow">Kyoo</a> to be added.
</p>
]]></description><guid isPermaLink="false">188762</guid><pubDate>Tue, 01 Apr 2025 18:10:04 +0000</pubDate></item><item><title>Plugins will not update or install</title><link>https://forums.unraid.net/topic/188518-plugins-will-not-update-or-install/</link><description><![CDATA[<p>
	*****Resolved****
</p>

<p>
	 
</p>

<p>
	Having an issue where Plugins will not update, "not available" or install from CA. I can ping github.com just fine and all other services are working fine, docker and can check for an OS Update. From the console, I can ping externally just fine. I have changed DNS to Google, Cloudflare, bounced my network stack (router and switches), and renewed cert. I have been corresponding w/ some helpful folks on DISCORD as well. See attached diagnostic file.
</p>

<p>
	 
</p>

<p>
	Thanks
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">188518</guid><pubDate>Tue, 25 Mar 2025 14:19:24 +0000</pubDate></item><item><title>Can install SFTPGo but cannot login even to web interface once it's there</title><link>https://forums.unraid.net/topic/179449-can-install-sftpgo-but-cannot-login-even-to-web-interface-once-its-there/</link><description><![CDATA[<p>
	Just setup my Unraid server.  Using Unraid + Plex and need to transfer several larges files.  I've enabled both NFS and SMB, but both of these constantly fail on large files for me.  I'd like to add an SFTP server, and saw SFTPGo.  I installed it, but I cannot login.  I cannot find any info on first login, and most of the instructions say go to admin web interface and create it, but I get the "admin login" page instead.
</p>

<p>
	 
</p>

<p>
	Anyway to setup SFTP for Unraid?
</p>
]]></description><guid isPermaLink="false">179449</guid><pubDate>Wed, 13 Nov 2024 19:09:07 +0000</pubDate></item><item><title>APC UPS Daemon Show historic graph and average UPS load?</title><link>https://forums.unraid.net/topic/148924-apc-ups-daemon-show-historic-graph-and-average-ups-load/</link><description><![CDATA[<p>
	It would be rally nice if it was possible to get the APC UPS Daemon dashboard widget to show a historic graph of the UPS load, and also the average load.
</p>

<p>
	Maybe it 's possible to set that up somehow?
</p>
]]></description><guid isPermaLink="false">148924</guid><pubDate>Mon, 04 Dec 2023 09:02:43 +0000</pubDate></item><item><title>Disk Location Plugin Constantly in the Action Centre Upgrade List</title><link>https://forums.unraid.net/topic/187296-disk-location-plugin-constantly-in-the-action-centre-upgrade-list/</link><description><![CDATA[<p>
	Hello all, it has been more than a week where my system continuously presents the Disk Location plug-in as having an update available. When the install runs, some of the time it is a short message saying the version is already installed on my system, others it seems like it uninstalls the plug-in and reinstalls it, but in all cases the update never disappears from the Action Centre list.
</p>

<p>
	 
</p>

<p>
	Is there anything I could do on my end to make this update be recognized as installed?
</p>
]]></description><guid isPermaLink="false">187296</guid><pubDate>Sun, 23 Feb 2025 15:25:42 +0000</pubDate></item><item><title>plugin: community.applications.plg download failure: SSL verification failure - Check the date and time of your server in Settings - Date And Time</title><link>https://forums.unraid.net/topic/186914-plugin-communityapplicationsplg-download-failure-ssl-verification-failure-check-the-date-and-time-of-your-server-in-settings-date-and-time/</link><description><![CDATA[<p>
	Hello,<br />
	<br />
	i know this is not a new issue, but i have checked already several sources to get to a solution, without success so far.<br />
	I have moved my unraid server to new hardware and to my satisfaction the drives was correct array was up first start - amazing but, then i wanted to check for updates under "APPS" and it could not find any instead i receive now from community applications an error that explained: "plugin: community.applications.plg download failure: SSL verification failure - Check the date and time of your server in Settings - Date And Time". I have deinstalled the community applications plugin now, thinking i could just reinstall it, but the same error is preventing that.<br />
	<br />
	Now what i did so far is (according to same issue posts i found): I switched to manual setting the time, rebooted, switched it back to NTP server didnt help, set multiple NTP servers also rebooting, also didnt help. Stopped in a console the nptd and set the time manually nptdate (nptservername) restarted the service - no success.<br />
	<br />
	I also tried to download the community applications plugin manually and copy it into the location, but that was not working, as i was missing some XML file oO?<br />
	<br />
	I changed my internal (LAN) IP from being fixed to automatically, i added several different DNS Servers to my LAN connection (I can ping domains from the unraid terminal btw.)<br />
	I restarted, no help, i tried to use "Settings" -&gt; "Management Access" and changed the TLD from .local to .lan (triggering the recreation of the "certificates" i am at a point, where i know my internet connection works (even using only my router) the unraid servers terminal ping proofs its correct, but everything in the Unraid WebGUI says SSL fails and i have to check Date and Time Settings, what to do / how to fix this? I am running Unraid 7.0.0.<br />
	<br />
	I really hope someone knows this issue, othwise i would have to start from scratch and i imagine this is something simple.<br />
	Attached is my diagnostic file for reference,<br />
	<br />
	kind regards,
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">186914</guid><pubDate>Thu, 13 Feb 2025 19:43:11 +0000</pubDate></item><item><title>How can I remove these old plugins ?</title><link>https://forums.unraid.net/topic/186055-how-can-i-remove-these-old-plugins/</link><description><![CDATA[<p>
	Hi, I have several plugins that were previously uninstalled but still show as problems in "Fix common problems " .
</p>

<p>
	Nerdpack, community applications and dynamix cache.dirs.
</p>

<p>
	As you can see from the screenshots they are showing in the flash drive directories after being uninstalled.
</p>

<p>
	How can I safely remove these from the boot usb before upgrading to unraid 7.
</p>

<p>
	Also you can see that the unraid patch was installed but the system still asks me to install it again and again. Many thanks.
</p>

<p><a href="//forumassets.unraid.net/monthly_2025_01/Screenshot2025-01-30150524.png.6ddfa5e538aef910ec0c0701c90a3793.png" class="ipsAttachLink ipsAttachLink_image" ><img data-fileid="341787" src="//forumassets.unraid.net/monthly_2025_01/Screenshot2025-01-30150524.thumb.png.6aa084e9cc1d2e7c40504563849686e6.png" data-ratio="49.9" width="1000" class="ipsImage ipsImage_thumbnailed" alt="Screenshot 2025-01-30 150524.png"></a></p>
<p><a href="//forumassets.unraid.net/monthly_2025_01/Screenshot2025-01-30150720.png.4447b1c17eed7cf1a57a178d3cc728b9.png" class="ipsAttachLink ipsAttachLink_image" ><img data-fileid="341788" src="//forumassets.unraid.net/monthly_2025_01/Screenshot2025-01-30150720.thumb.png.b39a2b534eb590149d056413d90f4284.png" data-ratio="41.1" width="1000" class="ipsImage ipsImage_thumbnailed" alt="Screenshot 2025-01-30 150720.png"></a></p>
<p><a href="//forumassets.unraid.net/monthly_2025_01/Screenshot2025-01-30150756.png.eea9ea9201e98c80e82c93d9efac1e79.png" class="ipsAttachLink ipsAttachLink_image" ><img data-fileid="341789" src="//forumassets.unraid.net/monthly_2025_01/Screenshot2025-01-30150756.thumb.png.6949db962f988da62c1a6e977c71a20a.png" data-ratio="25.1" width="1000" class="ipsImage ipsImage_thumbnailed" alt="Screenshot 2025-01-30 150756.png"></a></p>
<p><a href="//forumassets.unraid.net/monthly_2025_01/Screenshot2025-01-30150843.png.011864ce97b24d8c0c31eb5401fd7df9.png" class="ipsAttachLink ipsAttachLink_image" ><img data-fileid="341790" src="//forumassets.unraid.net/monthly_2025_01/Screenshot2025-01-30150843.thumb.png.12b9c1c6b4472cc373127d3a4ef05e0c.png" data-ratio="19.4" width="1000" class="ipsImage ipsImage_thumbnailed" alt="Screenshot 2025-01-30 150843.png"></a></p>]]></description><guid isPermaLink="false">186055</guid><pubDate>Thu, 30 Jan 2025 04:38:26 +0000</pubDate></item><item><title>Plugin Idea - lousy backup</title><link>https://forums.unraid.net/topic/184730-plugin-idea-lousy-backup/</link><description><![CDATA[<p>
	I was fooling around with Chat GPT the other day and was trying to create a script that would back up certain docker data to a USB attached storage device. I am not a coder so nothing worked well.
</p>

<p>
	 
</p>

<p>
	My vision is to use this for nextcloud account user data and Immich photo libraries. It would be best if there was a way to do this that only wrote the changes periodically, e.g. once per week and if it did not require disabling the apps to do the backup. Also I want it automatic, setup and forget. The purpose of this terrible backup idea is to protect against data loss in case I do something stupid and wreck the data beyond repair. And to keep it in a very portable device.
</p>

<p>
	 
</p>

<p>
	Alternatively it would be nice to have a way to do this, again automatically, to a windows PC on the same LAN. Ive tried different methods with windows scripts where it grabs a file from the Unraid array at certain times but it was not very easy to use.
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">184730</guid><pubDate>Sun, 12 Jan 2025 19:40:03 +0000</pubDate></item></channel></rss>
