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.

dopeytree

Members
  • Joined

  • Last visited

  1. Updated fine but somethings happened to homeassistant container. It's still there but not able to run it & won't let me re-add it. How can I get it back working easily? Screenshot is what happens if I click add container & choose homeassistant template. Appdata folder is all still there...
  2. Had my interest die halfway through a plugin update. Leaving in a state of limbo. Should I just manually remove the plugin file on the usb stick & reinstall?
  3. Thanks team - Upgraded my 2gb usb stick to a Swissbit 16GB stick easily & then updated to 7.2.3 Smooth like butter on pancakes. 🥞🍻
  4. Thanks yeah the gui sucks butt (slow manual browsing etc) but maybe the undying 7zip package is good. Much easier to terminal to the folder and type extract. Got grok it help me write these. Insert into go file for persistency. ``` # extract ZIP/RAR to auto-named subfolder, move to .tmp_zip/, log to extract_log.txt grep -q "extract() {" /etc/profile || echo "extract() { local ext=\\\"\\\${1##*.}\\\"; local folder=\\\"\\\${1%.*}\\\"; local log_file=\\\"extract_log.txt\\\"; local timestamp=\\\$(date \\\'+%Y-%m-%d %H:%M:%S\\\'); local moved=0; echo \\\"\\\$timestamp: Starting extract: \\\$1\\\" >> \\\"\\\$log_file\\\"; if [[ \\\"\\\$ext\\\" == \\\"zip\\\" ]]; then if unzip -o \\\"\\\$1\\\" -d \\\"\\\$folder/\\\"; then moved=1; echo \\\"\\\$timestamp: SUCCESS - Extracted \\\$1 to \\\$folder/ and moved to .tmp_zip/\\\" >> \\\"\\\$log_file\\\"; else echo \\\"\\\$timestamp: ERROR - Failed to extract \\\$1 (ZIP)\\\" >> \\\"\\\$log_file\\\"; return 1; fi; elif [[ \\\"\\\$ext\\\" == \\\"rar\\\" ]]; then if unrar x -o+ \\\"\\\$1\\\" \\\"\\\$folder/\\\"; then moved=1; echo \\\"\\\$timestamp: SUCCESS - Extracted \\\$1 to \\\$folder/ and moved to .tmp_zip/\\\" >> \\\"\\\$log_file\\\"; else echo \\\"\\\$timestamp: ERROR - Failed to extract \\\$1 (RAR)\\\" >> \\\"\\\$log_file\\\"; return 1; fi; else echo \\\"\\\$timestamp: SKIP - Unsupported format for \\\$1 (\\\$ext)\\\" >> \\\"\\\$log_file\\\"; return 1; fi; if [[ \\\$moved -eq 1 ]]; then mkdir -p .tmp_zip; mv \\\"\\\$1\\\" .tmp_zip/; fi; }" >> /etc/profile ``` ``` # batch extract all ZIP/RAR recursively (newest first), exclude .tmp_zip/, log to extract_log.txt grep -q "batch_extract() {" /etc/profile || echo "batch_extract() { local log_file=\\\"extract_log.txt\\\"; local timestamp=\\\$(date \\\'+%Y-%m-%d %H:%M:%S\\\'); local count=0; echo \\\"\\\$timestamp: BATCH START - Recursive extract of all ZIP/RAR (excluding .tmp_zip/)\\\" >> \\\"\\\$log_file\\\"; while IFS= read -r -d \\\"\\\" f; do echo \\\"Processing: \\\$f\\\"; if extract \\\"\\\$f\\\"; then ((count++)); fi; done < <(find . -type f \\$$ -name \\\"*\\\\.zip\\\" -o -name \\\"*\\\\.rar\\\" \\ $$ ! -path \\\"*/.tmp_zip/*\\\" -printf \\\'%T@ %p\\\\n\\\' | sort -nr | cut -d\\\' \\\' -f2- | tr \\\'\\\\n\\\' \\\'\\\\0\\\'); echo \\\"\\\$timestamp: BATCH END - Processed \\\$count archives total\\\" >> \\\"\\\$log_file\\\"; echo \\\"Batch complete! Processed \\\$count archives across subfolders. Check .tmp_zip/ folders for originals and extract_log.txt for details.\\\"; }" >> /etc/profile ```
  5. Is it possible to fix code quoting on the forums to use the same as normal markdown uses? e.g ``` Code ``` should create a code box etc I find when I manually press the code block button it automatically puts the entire last paragraph inside and then its a battle to fix it
  6. Add a button / right click command in the File Manager to easily extract .zip etc in situ. Go alias shortcut # extract ZIP to auto-named subfolder echo "extract() { unzip \\\"\\\$1\\\" -d \\\"\\\${1%.*}/\\\"; }" >> /etc/profile command ``` extract() { unzip "$1" -d "${1%.*}/" } ``` command in folder ``` unzip "filename.zip" -d "${filename.zip%.*}/" ``` command not in folder ``` unzip "/mnt/user/downloads/movie.zip" -d "$(dirname /mnt/user/downloads/movie.zip)/${movie.zip##*/%.*}/" ```
  7. cd /mnt/luna/appdata/ sudo ls -laMust be some bug as not showing so large in terminal. I did notice MC (midnight commander) does report the same large 5.6TB size though so must be a big somewhere. s
  8. What would a terminal command be to check folder sizes? It seems to be something in /appdata I tried below but it says no access to */ Also LS doesn't show anything du -sh */ | sort -hr
  9. Its fairly minor was just surprised. Diags attached Don't think there's snapshots (beyond a test) as never quite got it setup but here's the screenshot: ' moulin-rouge-diagnostics-20251111-1504.zip
  10. File Manager says 5.6TB used but drive is only 2TB? (Luna SSD 2TB mirrored) unraid 7.2
  11. Is it possible to get more control over the connect plugins notifications so colours etc Have the same colours used for POP Ups as in the Long List? I personally would like the sizing to the same meaning if notifications in the Long List were displayed the same as the Pop Ups then more would be visible on screen at once. Perhaps in stead of a view / archive button we have a 'Open' vs 'X' button as this takes up less space etc. Icons should be the same across both POP Ups & Long List etc
  12. In design less is more. At the moment the line not adjusting to the length of the characters is more disturbing. Could have the line be the same width and align to the left of the text. Also needs a 5px gap above the line or something its too close to the words. Other options include just changing the colour of the active nav point or fading etc. All will probably be possible with new theme engine? Perhaps swap to icons like homeassistant.
  13. Minor but in future I'd probably be inclined to change the highlighted underline nav bar to a . as a dot looks better when the length of nav bar titles changes length?
  14. Worked a treat Thanks team

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.