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.

joz

Members
  • Joined

  • Last visited

Solutions

  1. Allright, based on other Authelia client configurations I have, I started trial and erroring with Authelia's config for unraid.

    I was missing this bit claims_policy: 'default' Which is essential getting it going.
    For other people running into this, this is my working config in Authelia
    identity_providers: oidc: claims_policies: default: id_token: ['groups', 'email', 'email_verified', 'alt_emails', 'preferred_username', 'name'] clients: - client_id: 'someid' client_name: UnRAID client_secret: 'somesecret' public: false authorization_policy: two_factor consent_mode: implicit redirect_uris: - 'https://unraid/graphql/api/auth/oidc/callback' scopes: - openid - profile - email - groups token_endpoint_auth_method: client_secret_post claims_policy: 'default'

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.