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.

JoeArny

Members
  • Joined

  • Last visited

  1. Old post, but since I was having the same problem I'll post what solved the issue for me. You have to add the tailscale IP to the trusted_domains section in the config.php, as can be seeing in many places. This file is in the appdata folder of the nextcloud, in my case in here: /mnt/user/appdata/nextcloud-ffmpeg/config/config.php What no one says is that if you add like this (not real IPs...): 'trusted_domains' => array ( 0 => '192.168.0.10:8084', 1 => '100.100.48.99:80', ), It's NOT going to work, I have no idea why! On the other hand, if you add like this: 'trusted_domains' => array ( 0 => '192.168.0.10:8084', 1 => '100.100.48.99', ), It works just fine. Note that the only difference is that on the tailscale IP I removed the port.
  2. Hope this can help anyone else with the same problem... When you create the docker you set the location of your files in "User Files" Note that the container is going to access this path through /var/www/html/data . When you are setupping the account you are now asked where to add the Data folder: If you change this path you will not point to the data folder you defined earlier, this will cause the interface to issue the message you are seeing. PS: Other problems may cause the same, but I dare to say this is a common mistake.
  3. I'm experiencing the exact same error using an Odroid H2+ board and the eMMC card... Is anyone using the Odroid H2+ with eMMC, or this has some sort of known issue?

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.