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.

mattti

Members
  • Joined

  • Last visited

  1. Thanks for the script Cpt. Chaz! I adjusted it for multiple directories, in case somebody needs it: #!/bin/bash echo "Searching for (and deleting) Files older than 3 Days" echo "Should Only Take a Second" # Array of directories to clean directories=( "/mnt/user/Downloads/completed/f1/" "/mnt/user/Downloads/completed/f2/" "/mnt/user/Downloads/completed/f3/" # Add more directories as needed ) # Iterate through each directory for dir in "${directories[@]}"; do echo "Processing directory: $dir" find "$dir" -mtime +3 -exec rm -rfv {} + done echo "Done for Now" echo "See Ya Tomorrow"
  2. I sent a pull request with the new version id to spaceinvaderOne. In the mean time, as a work-around until he has updated his docker, you can change the docker repository of the template to mattti/macinabox . The only change is the working Catalina version.

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.