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.

deeks

Members
  • Joined

  • Last visited

  1. Could you please add Yq? Love to automate backup/restore my containers using https://blog.linuxserver.io/2019/10/01/updating-and-backing-up-docker-containers-with-version-control/
  2. Most appreciated ! Big thanks for responding so faaaaaaaaaaaaast !! 🙂
  3. Hi dmacias, Thanks for your plug-in, love it! Could the docker compose be updated please?
  4. Hi Dadarara - check out mobile apps that like Evernote scannable or even Apple Notes (standard IOS app) if you want easy scanning with reasonable quality. These cover 99% of my document scanning needs. Its easy to setup and use, super fast and uses built-in sharing to mail, filefolders or printer. But thats another topic as well
  5. Hi there, not sure - i didn't get any replies so decided to reinstall CUPS on another rPI. This works better for me anyway since my printer is not directly connected via USB to the unraid server. Getting the rPI to do its CUPS thing is a breeze, lots of tutorials online but thats another forum ?
  6. Hi there, I have an rPI with CUPS and Brother HL-5240 laserprinter connected via USB that worked fine until the rPI died (rip). I decided to install the CUPS docker and hook up the printer to my Airport. CUPS sees the printer, installs it with the Gutenprint ppd. However CUPS does not print and returns status :"Unable to locate printer "Airport-Router.local". How can this be fixed?
  7. My tests with only one VM went fine. Be careful to check the results if you want to use the script with multiple VM's. I have set the script to run every night, even though the server will not be running 24x7 in practice. It takes about 1,5 hours to create a zipped backup of my VM plus xml file and always leaves at least one backupfile in the folder. I have added the the script for those interested. Feel free to comment and improve. script
  8. More fine tuning in the works ... Tidy up of old backups was somewhat too rigid as it cleans out all backups older than a predefined number of days. The new script should leave at least one backup in place. Fix a small personal niggle : changing the date/timestamp to european dateformat (yyyymmdd) since I keep mixing up months and days with US notation. First tests with small sample files went well. Will let the script run with production setting for a while and post back results in this thread.
  9. Thanks for pointing this out, probably would not have found out to disable both options straight away.
  10. Hi all, When I stop the services I find the plugin is back on after reboot. How do I turn it off a little more permanently (other than uninstalling)? Cheers, Deeks
  11. Also tweaked further to clean out old zip files in order to to fill up too much diskspace. Look for this piece of code (around line 1075): echo "information: finished attempt to backup "$vms_to_backup" to $backup_location." Then add this extra code directly beneath: # Send location where it wants to clean out the backed up files echo "information: cleaning out backups older than 2 days in location " $backup_location/$vm/ # Delete all files older than two 24hr periods find $backup_location/$vm/ -mtime +2 -exec rm -f {} \; I tested it with the -mmin command in stead of -mtime in order speed up testing.
  12. Hi there - this works well but have tweaked it slightly to include the name of the virtual machine in the filename. rsync -av$rsync_dry_run_option "$disk" "$backup_location/$vm/$timestamp$new_disk" && zip -j "$backup_location/$vm/$timestamp$vm".zip "$backup_location/$vm/$timestamp"* && rm "$backup_location/$vm/$timestamp"*.img "$backup_location/$vm/$timestamp"*.xml
  13. Good to hear Gizzo :-)
  14. Gizmer, Not sure if my ssh issue had abrelations to the plug-ins. Try editing the known hosts as suggested by Gubbhnutten. It worked for me. deeks
  15. I kinda guessed that you did not fix my issue, but hey the code got more robust AND my problem was solved anyhow. Best of both I guess! :-)

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.