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.

Masterwishx

Members
  • Joined

  • Last visited

Everything posted by Masterwishx

  1. I can't find why this bug happened but maybe I can add option to force read global config when no override flag?
  2. For cache prefer we have move only from array to cache until 95% fill up, Maybe I can add global setting for cache prefer fill up 0-100% and with some override options also @alturismo is it good idea,sorry I know we don't like this cache item?
  3. You can use also after script
  4. You can set override for some share temporary this will couse reapply global config after this share config reading...
  5. I saw some users having this issue with cache prefer thresholds on cache yes shares but those thresholds was coded if cache prefer and second user0, so it should be Becouse overrides, but some say they don't have... Will check it
  6. In last version was removed override for cache:prefer array->cache. And moving from array to cache only upto 95%. @alturismo do you think we need to add override for cache prefer with some options? I remember we decided to move to cache only...
  7. You need to set move now button option to No for this
  8. You needs to set clear folders,clear dataset to Yes
  9. You can use befor script option in plugin then
  10. If you mean that Unraid mover still run that's by unraid design. Not sure if unraid mover shedule can be disabled, you need to ask unraid dev team. Why you want to disable plugin shedule and use it?
  11. If you disable mover on shedule you can still run plugin mover tuning by move button in main menu. If in mover tuning settings move now button follow plugin filters=yes
  12. If you disable mover tuning plugin, unraid mover still working. Try disable scheduling...
  13. https://github.com/masterwishx/ca.mover.tuning
  14. Please check plugin options and read help descriptions
  15. please open issue in github with logs and debug etc...
  16. checked no issues for this name dir in current version: in case this is folder instead dataset in zfs will be fixed in next version , you can download and check file : https://github.com/masterwishx/ca.mover.tuning/blob/ad37e98e1ce188593982f569aebc802e7beac250/source/ca.mover.tuning/usr/local/emhttp/plugins/ca.mover.tuning/age_mover
  17. If you disable shedule the mover can't run automatically, but as wrote in text description you still can run it manually.
  18. Also validate function that check filenames : # Check File by validate function and skip if error if [ $VALIDATE_FILENAMES = "yes" ]; then if ! validate_filename "$(basename "$FILEPATH")"; then mvlogger "Error: Invalid filename path: '$FILEPATH'" "failure" continue #else # mvlogger "Valid filename" fi fi # Sanitize input filename to prevent attacks function validate_filename() { local filename="$1" ## Check filename length if [[ ${#filename} -gt 255 ]]; then mvlogger "Error: Filename too long: '$filename'" return 1 fi ... ...
  19. No , just added setting for check atime : # Get Birthtime with stat if ATIME option enabled if [ $ATIME == "yes" ]; then FINDSTR="$FINDSTR cmd=\"stat -c%X \\\"\"\$6\"\\\"\"; cmd | getline result; close(cmd); sub(/\\n\$/, \"\", result); \$1 = result; " fi
  20. In last version was added fix for ignore folders with [ symbol. If any problem open issue in github
  21. strange, after `touch /tmp/gpustatapps` its made blank file but no /tmp/gpuappsint . i have only : `gpudata0000:00:02.0` and `gpurawdata0000:00:02.0` in /tmp also strange that i dont have `immich pid` in intel-gpu-top . this is from immich container :
  22. seems its related to obisidian (kasm) too ...
  23. Obsidian in docker use igpu, and immich maybe represent xvnc. When play videos in immich I can see more value in watts
  24. only watts changing ....
  25. how to test if any load with plugin ? it seems not working any commands for test it ? using immich in docker with igpu

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.