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.

smccloud

Members
  • Joined

  • Last visited

  1. I get a login screen for it so it somewhat works. No errors in my nginx log though Reading online it can be hard to get working through a reverse proxy. Don't really need it outside the house, just thought it would be fun to do it.
  2. Just set this up today, works great if I access it directly on port 8668, but I want to use the Linuxserver.io letsencrypt container. Does not seem to work correctly behind it. Below is my config for it, any ideas? # make sure that your dns has a cname set for observium and that your observium container is not using a base url server { listen 443 ssl; server_name observium.*; include /config/nginx/ssl.conf; client_max_body_size 0; # enable for ldap auth, fill in ldap details in ldap.conf #include /config/nginx/ldap.conf; location / { # enable the next two lines for http auth # auth_basic "Restricted"; # auth_basic_user_file /config/nginx/.htpasswd; # enable the next two lines for ldap auth #auth_request /auth; #error_page 401 =200 /login; include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_observium observium; proxy_pass http://$upstream_observium:8668; } }

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.