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.

msalad

Members
  • Joined

  • Last visited

  1. Huge. Thank you!
  2. Thanks for taking a look!
  3. Ok I see, we are talking about two different things. Yes you're right, for dockers that have been added to a folder, if I then edit that folder I can drag and drop to rearrange them and that works as you describe. I'm talking about when you are creating a new docker folder and selecting which dockers you want to be in that folder. The full list of docker containers that is shown is displayed in a seemingly random order. For example, on my Docker page my first few containers are these But when I create a new docker folder and go to select which dockers I want to include in that folder, the first few dockers listed are these
  4. Hmm that's interesting because the order of my containers on the folder page does not reflect the order of my containers on my docker page (which is also the container start order). The container order on the folder page is seemingly random for me. I also have 70+ containers for manually rearranging them would be quite tedious. I was hoping your plugin had control over the sorting when you read/import my container list to show them on the folder page
  5. @chodeus This is great, thanks! Glad to see the plugin being actively maintained again. Quick question - when you are configuring a new docker folder, the docker list is not alphabetically sorted, making it tedious to find the docker containers that you want to add to the folder. Is that fixable?
  6. I recently upgraded from Unraid 7.1.4 to 7.2.0 and now when I navigate through the webgui (go from the dashboard to Main, go from Main to the Settings page, etc), it takes 10+ seconds to open each new page. This only started after upgrading from Unraid 7.1 --> 7.2.0. My hard drive read/write speeds on the Main page are updating normally though, it's just moving between pages of the webgui that has significantly slowed down. I'm using the Unraid Connect plugin v2025.10.22.2003. My diagnostics file is attached. msaladunraid-diagnostics-20251105-2253.zip
  7. Hey @Masterwishx , have you had a chance to look at my debug.zip yet? Thanks
  8. Thank you that worked ca.mover.tuning-debug-20251005-1339.zip
  9. I'm trying to create it but I'm getting an error message: ERROR: The Mover Tuning Debug Package Generation Script has failed - no response from the bash backend.
  10. Hi @Masterwishx , I think the latest update v2025.10.03 broke "ignore files and folders listed inside of a text file" functionality This feature was working for me before the update and now after updating it does not work. I have File List Path set to /mnt/user/Media/scripts/mover_exclusions.txt and the contents of that file are: /mnt/plotter_cache/Media/Usenet/Incomplete /mnt/user/Media/Usenet/IncompleteBut now post-update, the files inside of those folders are being moved. Here is a screenshot of all of my settings
  11. Hi @Rysz , I saw you just pushed an update to disallow install of your python3 plugin if the iSCSI plugin is installed. Is this necessary? For my use case, I want to use the latest python for other things but I also need iSCSI. Wouldn't a warning during install be better to allow use cases such as mine?
  12. Ok, thanks for taking a look at my diagnostics. bmartino1 posted information about how to use call python 3.13 when I wanted to use that version, while still keeping 3.9 (and the iSCSI plugin) install but I think they deleted that post =/. I need to keep the iSCSI plugin so I guess I can use just python3.13when I want to use python 3.13 instead of python 3.9.
  13. yes, did not fix the issue. I think what @bmartino1 said might be going on - another plugin I'm using could have shipped with python 3.9. I am using the disk location plugin, like they mention. The only files in my /boot/extra folder are fdupes, ipmitool, and jdupes, which I've installed with ich777's un-get app (link). This has allowed me to get these apps for unraid 7.x. That said, if I type python --version, it shows I'm using 3.13.5, which is what I'm expecting (screenshot of my python3 plugin settings page). But if I type python3 --version, it shows version 3.9.2. I've attached my diagnostics file. Thanks for taking a look I think this could be what is going on re: me having python 3.9. I'm using the disk location plugin. msaladunraid-diagnostics-20250929-1704.zip
  14. I did this and the issue still persists.
  15. Hi @Rysz , I'm running unraid 7.1.4 with the latest python 3 plugin (2025.08.21). I recently enabled SSL in unraid (Settings --> Management Access --> Use SSL/TLS set to Strict) and now I can't use pip. I'm getting the following error message when running pip list pip list Package Version -------------- ------- configshell-fb 1.1.29 gobject 0.1.0 pip 20.2.3 pycairo 1.21.0 PyGObject 3.42.2 pyparsing 2.4.7 pyudev 0.24.0 rtslib-fb 2.1.75 setuptools 49.2.1 six 1.16.0 targetcli-fb 2.1.54 urwid 2.1.2 WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skippingThen when running pip search <anything> I get this error pip search setuptools WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /pypi WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /pypi WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /pypi WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /pypi WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /pypi ERROR: Exception: Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/pip/_vendor/urllib3/connectionpool.py", line 659, in urlopen conn = self._get_conn(timeout=pool_timeout) File "/usr/lib/python3.9/site-packages/pip/_vendor/urllib3/connectionpool.py", line 279, in _get_conn return conn or self._new_conn() File "/usr/lib/python3.9/site-packages/pip/_vendor/urllib3/connectionpool.py", line 945, in _new_conn raise SSLError( pip._vendor.urllib3.exceptions.SSLError: Can't connect to HTTPS URL because the SSL module is not available. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/pip/_vendor/requests/adapters.py", line 439, in send resp = conn.urlopen( File "/usr/lib/python3.9/site-packages/pip/_vendor/urllib3/connectionpool.py", line 752, in urlopen return self.urlopen( File "/usr/lib/python3.9/site-packages/pip/_vendor/urllib3/connectionpool.py", line 752, in urlopen return self.urlopen( File "/usr/lib/python3.9/site-packages/pip/_vendor/urllib3/connectionpool.py", line 752, in urlopen return self.urlopen( [Previous line repeated 2 more times] File "/usr/lib/python3.9/site-packages/pip/_vendor/urllib3/connectionpool.py", line 724, in urlopen retries = retries.increment( File "/usr/lib/python3.9/site-packages/pip/_vendor/urllib3/util/retry.py", line 439, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) pip._vendor.urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /pypi (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 228, in _main status = self.run(options, args) File "/usr/lib/python3.9/site-packages/pip/_internal/commands/search.py", line 60, in run pypi_hits = self.search(query, options) File "/usr/lib/python3.9/site-packages/pip/_internal/commands/search.py", line 80, in search hits = pypi.search({'name': query, 'summary': query}, 'or') File "/usr/lib/python3.9/xmlrpc/client.py", line 1116, in __call__ return self.__send(self.__name, args) File "/usr/lib/python3.9/xmlrpc/client.py", line 1456, in __request response = self.__transport.request( File "/usr/lib/python3.9/site-packages/pip/_internal/network/xmlrpc.py", line 41, in request response = self._session.post(url, data=request_body, File "/usr/lib/python3.9/site-packages/pip/_vendor/requests/sessions.py", line 578, in post return self.request('POST', url, data=data, json=json, **kwargs) File "/usr/lib/python3.9/site-packages/pip/_internal/network/session.py", line 421, in request return super(PipSession, self).request(method, url, *args, **kwargs) File "/usr/lib/python3.9/site-packages/pip/_vendor/requests/sessions.py", line 530, in request resp = self.send(prep, **send_kwargs) File "/usr/lib/python3.9/site-packages/pip/_vendor/requests/sessions.py", line 643, in send r = adapter.send(request, **kwargs) File "/usr/lib/python3.9/site-packages/pip/_vendor/cachecontrol/adapter.py", line 53, in send resp = super(CacheControlAdapter, self).send(request, **kw) File "/usr/lib/python3.9/site-packages/pip/_vendor/requests/adapters.py", line 514, in send raise SSLError(e, request=request) pip._vendor.requests.exceptions.SSLError: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /pypi (Caused b y SSLError("Can't connect to HTTPS URL because the SSL module is not available."))Any help would be greatly appreciated

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.