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.

bthoven

Members
  • Joined

  • Last visited

  1. Just started my redis journey. After hours of experimentation, I use following template to make Redis use my customs redis.conf file: My redis.conf settings are: # NETWORKING bind 0.0.0.0 port 6379 protected-mode no # SECURITY requirepass ..yourpass... # MEMORY MANAGEMENT maxmemory 512mb maxmemory-policy allkeys-lru # PERSISTENCE save 900 1 save 300 10 save 60 10000 appendonly yes appendfilename "appendonly.aof" appendfsync everysec # LOGGING loglevel notice logfile "" # DATABASES databases 16 # SNAPSHOT LOCATION dir /data Please note that your password should not have any special characters to use it easily with redit command line to run redis command line from unraid host, you can start with command: docker exec -it redis redis-cli -u redis://default:yourpassword@localhost:6379/0 It will give the following prompt, and you are now ready to issue Redis command, e.g. config get maxmemory redis-cli -u redis://default:yourpassword/0 Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe. localhost:6379> CONFIG GET maxmemory 1) "maxmemory" 2) "536870912" localhost:6379>
  2. I've been using Luckybackup for years and I really love it. When I run it interactively, I can see the elapsed time reported at the end of the output display after the backup has completed. However, this information is missing in the email log file. How can I include the elapsed time for each backup job within a profile, as well as the total elapsed time for the entire profile, in the email log file? Thank you.
  3. I'm running the latest plugin. Recently, I have lost my internet connection twice. When the internet was restored, I also lost the Tailscale connection. Restarting Tailscale through the plugin GUI did not resolve the issue, so I had to reboot my Unraid system to restore the connection. I'm using Headscale 0.26.1 as its controller on Unraid. Is there a way to reconnect it without rebooting Unraid? Thank you.
  4. The container that I run (tailscale DERP), if running on a VPS server, needs to map var/run/tailscale/tailscaled.sock to the bare-metal tailscale client on the same VPS, to make the "verify clients" function work. That is working fine on VPS. However, if I want to run the same DERP server as a container on Unraid, initially, I thought I could map the socket to the Tailscale plugin's socket, but I can't because Docker can't access/see the Tailscale plugin socket. The solution could be to turn "Tailscale Use" on in my DERP docker template in order to have another Tailscale client running alongside my derp server inside the same container. By checking the DERP container console, the socket is stored at /opt/unraid/tailscale/tailscaled.sock My question is how to make derp container use tailscale socket at /opt/unraid/tailscale/tailscaled.sock instead of at /var/run/tailscale/tailscaled.sock
  5. I use Haproxy on pfSense to reverse proxy my nextcloud container on Unraid. I got the same error if I access it by nextcloud.mydomain.com; but no such error if using its local IP to access. Still can't find a solution to this.
  6. If your Calibre container "web server" port is 8086 and you map port, say, 8088 to container port 8086, "Sharing on the Net", in Calibre GUI, has to be with container port 8086; but in your MoonReader app, you have to specify "your unraid server local IP:8088/opds". So if your Unraid server local IP is 192.168.2.99, put 192.168.99:8088/opds in MoonReader app. This setting will work, if your device is connected to your local network. If you are outside and VPN to your local network, it still works. If you are outside and you don't VPN to your local network, you have to have a public domain name that points to your home public IP. There are extra steps to set it up.
  7. Thanks a lot. I got stuck for hours due to this setting.
  8. From the log, your mail sent from your corporate mail reaches your mail server, but can't find the receiver address there. How did you add your account to your local mailserver? Are you able to send a mail to yourself with your @athome email address, i.e., from [email protected] to xxxx or [email protected]?
  9. have you checked the mail log of your mailserver?
  10. Today I use tailscale command to accept routes (tailscale set --accept-routes), after entering the command, my unraid did not respond to the command and I no longer be able to access my unraid either my its local IP or tailnet IP. What should I do?
  11. here it is...thanks. bthoven-unraid-tailscale-diag-20241108-091212.zip
  12. Just installed tailscale plugins. Set network bios to no. While my tailnet devices can now see all SMB drives on other devices, the "SMB Shares" on Unraid can no longer see smb share by device names. Instead, unraid can see those devices only by their hostnames as defined on my pfsense static IP setting. Is it a normal behavior when running tailscale on unraid?
  13. Running the Tailscale client on pfSense has been smooth, and with it set as a subnet router, accessing local services remotely is a breeze. Currently, there's no need for it to function as an exit node. I'm tempted by the idea of trying out Tailscale plugins on Unraid, despite some users reporting side effects. It seems these issues can be mitigated and avoided. I'm curious about the extra advantages of installing the Tailscale plugin on my Unraid system. Could you shed some light on this? Thank you.
  14. Thank a lot for your script at https://github.com/Emilien-Lambert/Unraid-VM-Backup-Plugin-Restoration-Script I messed up my Windows VM and used your script to recover it successfully. After restoring completed, stop and start array. Here are the screenshots of the process Note: My VM backup is in a folder /mnt/user/VMBackup/Windows 11 LTSC

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.