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.

Tom7320

Members
  • Joined

  • Last visited

  1. Ok. I think it should be enough to keep my old backup script for the new setup: mkdir -p /mnt/backup if mount UUID=6A09-DB37 /mnt/backup; then echo "Backup Unraid..." /usr/local/emhttp/webGui/scripts/flash_backup echo echo "Move to destination..." mv /unraid-*-boot-backup-*.zip /mnt/backup echo "Cleanup..." find /mnt/backup/ -name "unraid-*-boot-backup-*.zip" -type f -mtime +30 -delete find /usr/local/emhttp -maxdepth 1 -name "unraid-*-boot-backup-*.zip" -delete umount /mnt/backup else echo "Error: no backup device found..." fiBare metal recovery is done by creating a bootable usb flash drive with the USB creator and the backup zip file.
  2. Hi! I successfully updated to 7.3.0 and moved to internal boot and TPM licensing. Now I'm wondering what a smart backup and restore strategy of the boot SSD might look like?! Is it enough/safe to sanoid/syncoid my boot dataset like all my other datasets to an external drive once a day? How would a bare metal recovery from a failed boot SSD work? Thanks a lot! Thorsten
  3. Meanwhile, I simply use Unraid as the LT Server URL: http://unraid.funny-name.ts.net:8123/v2 Another way would be to use Tailscale Services: With Tailscale Services you just do a simple # tailscale serve --service=svc:languagetool --https=443 127.0.0.1:8123 on your Unraid server. Then your LT Server URL would be https://languagetool.funny-name.ts.net/v2 Personally I quit using the build in Unraid Docker integration completely. Tailscale Services is much more reliable and so much simpler to work with...
  4. Good question which I can't answer unfortunately... I do not use the build in Tailscale mechanism anymore. I switched all my Dockers to Tailscale services. This way I can use Joplin for example without being root (-u 0:0): TailscaleTailscale Services ยท Tailscale DocsSecurely connect to and manage access to your internal resources using Tailscale Services.
  5. Extra parameter -u 0:0 (or --user 0:0) does work but makes Joplin run with root permissions. For a home lab this might be acceptable...
  6. Why not just use the mentioned CNAF container? It's also just a bash script wrapped in a container: GitHubcontainernetwork-autofix/entrypoint.sh at main ยท buxxdev/...ContainerNetwork AutoFix (CNAF) - Automatically recreates dependent containers when master container restarts - buxxdev/containernetwork-autofix
  7. Yeah. That's true. I was so stupid to click them one by one... ๐Ÿคช
  8. Yes, thanks! That's exactly what I did. It worked, but I wanted to avoid it, since I had to re-install 45+ containers by hand which took me about two hours of clicking around. But at least there was no data loss AFAIK.... ๐Ÿ™ƒ
  9. For all the newbies like me who missed it: Tailscale ACL within the "grants" section: "src": ["autogroup:admin"], "dst": ["*"], "app": { "tailscale.com/cap/tsidp": [ { "allow_admin_ui": true, "allow_dcr": true, "users": ["*"], "resources": ["*"], "includeInUserInfo": true, }, ], }, },Then go to https://unraid.your-tailnet.ts.net:1025 I missed port 1025... ๐Ÿ˜‰ Have a nice weekend! Thorsten
  10. Hi! After a reboot of my server a couple of arbitrary Docker containers did not start automatically: I tried to start them from the GUI and got a "Error code 403". So I delete the containers in question and tried to recreate them. But this time I got a "docker: Error response from daemon: Address already in use.". I also tried to stop and start the Docker daemon again with and without a reboot. No luck. The problem is, that I am very sure, that the port is not in use (lsof -i :8088 reports nothing in case of nginx configured on that port)?! And it worked before the reboot without change. What am I doing wrong? Help would be very much appreciated.... Thanks a lot! Thorsten unraid-diagnostics-20260314-1737.zip
  11. Thanks! I just copy/pasted the ACLs from here: https://github.com/tailscale/tsidp But how do I reach tsidp admin console? I still don't get it....
  12. Good question! Did you find an answer?

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.