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.

rp1989

Members
  • Joined

  • Last visited

Everything posted by rp1989

  1. Apologies deleted the comment as it seemed to work after trying again :)
  2. I have temporarily solved my issue by adding the below to my /boot/config/go file. This was a major issue for me as I have homeassistant connecting to my unraid server via SSH every 30 seconds to update a state. Being honest, I don't truly understand the consequences of this work around so would appreciate if anyone has any feedback. # Update pam_elogind.so - This will prevent cgroup folders being created for each SSH session. sed -i 's/^-session optional pam_elogind.so/#-session optional pam_elogind.so/' /etc/pam.d/sshd # Restart SSHD service - This will ensure the above changes get applied. /etc/rc.d/rc.sshd restart # Add Filters to 01-blocklist.conf - The below text will stop being added to the syslog as it fills up the sys log rapidly. cat << 'EOF' | sudo tee -a /etc/rsyslog.d/01-blocklist.conf if $msg contains "Accepted publickey for root from 192.168.1.5" \ or $msg contains "Postponed publickey for root from 192.168.1.5" \ or $msg contains "Accepted key ED25519" \ or $msg contains "pam_unix(sshd:session): session opened for user root(uid=0) by (uid=0)" \ or $msg contains "New session" \ or $msg contains "Removed session" \ or $msg contains "Received disconnect from 192.168.1.5" \ or $msg contains "Disconnected from user root 192.168.1.5" \ or $msg contains "pam_unix(sshd:session): session closed for user root" \ or $msg contains "Close session: user root from 192.168.1.5" \ or $msg contains "Connection from 192.168.1.5" \ or $msg contains "Starting session: command for root from 192.168.1.5" then stop EOF # Restart syslog service - This will ensure the above changes get applied. /etc/rc.d/rc.syslog restart
  3. I am also getting the exact same issue. Did you find a solution to this please?

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.