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.

Emil80

Members
  • Joined

  • Last visited

  1. I did it a little bit different, but i like the idea with a user script so that you can temporarily disable without having to change config files. For reference, i'll write how i did it (i read a tutorial "back-in-the-day", about 7 years ago) : edit the /boot/config/go file and add the following lines : # Persistent /root folder if [ -f /boot/config/root.persist ]; then mkdir /tmp/overlay mount /boot/config/root.persist /tmp/overlay mount -t overlay -o lowerdir=/root,upperdir=/tmp/overlay/upper,workdir=/tmp/overlay/workdir none /root fi I have some other stuff, but that is the only relevant part. You need to create the root.persist file, that will be your root folder, for that you can execute : dd if=/dev/zero of=/boot/config/root.persist bs=1M count=2000 (2000 means aobut 2Gb of space, i don't think you need more). The major difference is i use the go file to mount the file if it's present, while you use a userscript, yours is better because you can disable mounting the root folder. Also a note, the /boot/config/go file is the hearth of starting UnRaid, make sure you don't break it 😅

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.