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.

dangle

Members
  • Joined

  • Last visited

  1. I've gone ahead and made a couple of small changes to the gist that should hopefully help. I've removed the 200 status code check and added a log line for when it successfully finds the cookie.
  2. That's a Python gotcha. When you have a tuple with a single item, you have to put a comma after it; otherwise the parentheses are treated as grouping, rather than a tuple.
  3. Well, that indicates that it couldn't find the cookie. I'd try logging out all cookies before the for loop just to see what you're actually getting back. Another thing to try would be removing "200" from the list of good statuses. As far as I know, it should always be a 302. It's possible that if you're getting a 200 it's not setting the cookie. One final note is that your external host shouldn't have "http://" in it. Just the host name. It takes a hash of the domain name, not a URL.
  4. For anyone looking for this, I created a gist with the code and instructions on how to set Unraid up behind Authentik. I'm pretty new to both Unraid and Authentik, so if anyone has suggestions for changing it, I'll gladly make them.

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.