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.

Healzangels

Members
  • Joined

  • Last visited

  1. Greetings! Was curios if this plugin was also compatible/would work with 7.0/7.0.1 Looking for a new way to add PowerShell without Nerdtools. Thanks!
  2. Are you running through a reverse proxy? If so make sure you’ve got websocket support enabled/setup properly.
  3. This might be a silly question but is it possible to have multiple Ignore file and folder listed text paths. For example If I have File list path: /mnt/user/system/plexcache/plexcache_mover_files_to_exclude.txt is there a way to add an additional path/.txt file for it to check through/ say File list path: /mnt/user/system/plexcache/plexcache_mover_files_to_exclude.txt, /other/path/to/file/ignore.txt Or some other formatting to achieve this? Thanks!
  4. @Alextrical curious if you had been able to make it any further along. I ended up putting this on the back burner as wasn't able to quite able to bring it a cross the finish line. Cheers!
  5. Having the same issue with the same model UPS. Was curious which settings you were using for your Driver and Driver port. Cheers!
  6. A gotcha indeed! Thanks for the info/better understanding. Also thanks for the updated code, appreciate it. Was able to test today but unfortunately still not a success. New code in place and updated variables. Interestingly nothing in the Authentik logs like I was seeing before when I had the () or internal_host = "http://10.0.1.xx". Just looks like a successful login attempt from the logs side. On the webpage side, I see my normal Authentik log -> login with my account that I have assigned to the group containing my unraid_password attribute -> greeted by the normal unraid login page. Wish I could provide more information but if there are some other logs I could be checking or within Chrome console happy to provide any info. Again thanks for the assistance troubleshooting/doing this, and no worries if we hit a full roadblock! - Cheers
  7. Hey thanks so much for the follow up and extra information! Also apologies I mid testing so made some mistakes when writing yesterdays post which lead to some inaccuracies to what I was seeing/communicated here. D'oh sorry! The error I had been seeing yesterday was actually the follow (not the cookie is missing, I realized this was the end of the expression not the error message) Traceback (most recent call last): File "Unraid_Authentik", line 74, in <module> File "Unraid_Authentik", line 36, in handler File "/ak-root/venv/lib/python3.12/site-packages/requests/sessions.py", line 637, in post return self.request("POST", url, data=data, json=json, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/ak-root/venv/lib/python3.12/site-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/ak-root/venv/lib/python3.12/site-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/ak-root/venv/lib/python3.12/site-packages/requests/adapters.py", line 622, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='http', port=80): Max retries exceeded with url: /10.0.1.xx/login (Caused by NameResolutionError("<urllib3.connection.HTTPConnection object at 0x1526279ea510>: Failed to resolve 'http' ([Errno -2] Name or service not known)")) Expression After testing more today I found that this was caused as during one point of my testing I had set internal_host = "http://10.0.1.xx" Rather then just the IP address. I've since removed the "http://" (internal) and "https://" (external) from my entries. With those changes logging into authentik in front of my Unraid address I actually see nothing in the logs regarding my Scope Mapping (which seems like a good thing!) however I am still stopped by my unraid login screen. I then tested with removing the "200" from the list of good status. With that change I would see a "Property Mapping exception" in my Authentik logs containing the following Exception. Exception Traceback (most recent call last): File "Unraid_Authentik", line 74, in <module> File "Unraid_Authentik", line 46, in handler builtins.TypeError: argument of type 'int' is not iterable Thanks again for the assistance in troubleshooting! Feels very close when I leave the 200 in place however with no entries in the logs but still hitting the unraid login not sure what to test next. - Cheers!
  8. Hey @dangle thanks for putting this together! Was able to follow the instructions fairly well but seem to be hitting an issue somewhere. Created a new group with the attribute unraid_password: xxxxxxx being the password used for the root account, assigned this to my normal Authentik account I use. I've created a Property Mapping -> Scope Mapping following instructions. I've updated internal_host internal_host = "10.0.1.xx" and my external external_host = "https://server.xxxxxx.com" I had an existing Provider setup so I added the additional scopes I created above. It already had the same external_host Existing application, as well as already assigned to Outpost. I had existing setup for forward authentication setup in my npm so changes there. In the logs I do see the following. # Something went wrong if the login succeeded but the cookie is missing ak_logger.error("cannot get unraid token") return {} So think I'm close but missing some part of the equation. Thanks for any and all assistance might be able to provide to get over the final hurdle. - Cheers!
  9. Awesome thanks very much! Gave that a shot and ran into a slight error/error message but found which included running ssh-keyscan -H TARGET_HOST >> ~/.ssh/known_hosts So ran that with the TARGET_HOST set to my remote_host from the command you had above and everything seems to be working now. I see the key listed under my root user if I navigate to the Users section in the GUI. I think that does it then? Thanks again.
  10. Awesome, great to hear as well! I'll adjust and report back next time I reboot my system (should be this weekend as have some maintenance planned!) Thanks a lot.
  11. Greetings! Reading through this thread I think I've confused myself some what. I understand 6.9 changed how the symlinks behave making some older steps unneeded. Trying to figure out what are the correct steps to take now if I am trying to use passwordless SSH between two unraid servers. If anyone could provide a suggested post to follow or provide steps that would be super as I'm hesitant to mess an original config up or something similar. Thanks!
  12. Shucks, well thanks for the update! If I get it setup and working will report back.
  13. Hey was wondering if you were able to solve this, seeing a similar error on myself when trying to use the iptables-allports. -Cheers!
  14. Really enjoying the script! Thanks for sharing with the community. I was curious would there be any harm in setting the set the run to "At Startup of Array" to allow for it to be running after a system reboot? Or would this not work since it needs to be running in the background? Ideally would love to not have to remember to go in and start the script after restarting the system. Thanks - Cheers!
  15. Greetings wondering if you found a solution to the error:0 in libc-2.37.so. My system seems to become very unresponsive and am seeing these in my logs. Cheers!

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.