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.

CallumHauber

Members
  • Joined

  • Last visited

  1. I was having the webfinger issue with a similar-ish setup, and what worked for me (for the webfinger warning at least, hopefully the other well-known warnings too) was deleting the nginx default.conf and letting it regenerate after restarting nextcloud (`/config/nginx/site-confs/default.conf`). I also had to clear cache since the 301 response gets cached and so the warning won't clear. You need to Open Dev Tools (F12), and while this is open right click on refresh button and select Empty cache and hard reload. More context here: https://github.com/linuxserver/docker-nextcloud/issues/189 I realize you might not be using the linuxserver.io nexcloud docker image, but I hope this helps! Edit: To fix the "Strict-Transport-Security" HTTP header warning, add these lines to your `default.conf` (`/config/nginx/site-confs/default.conf`): # Add headers to serve security related headers # Before enabling Strict-Transport-Security headers please read into this # topic first. add_header Strict-Transport-Security "max-age=15552000; includeSubDomains; preload;" always; # # WARNING: Only add the preload option once you read about # the consequences in https://hstspreload.org/. This option # will add the domain to a hardcoded list that is shipped # in all major browsers and getting removed from this list # could take several months. You'll want to do this after regenerating `default.conf` or you'll have to re-add the lines.

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.