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.

micko77

Members
  • Joined

  • Last visited

Everything posted by micko77

  1. There is an issue in the current container with su and sudo. As built, default user cannot sudo and cannot su to root. The container does not have SUID set for both su and sudo commands and has 0777 set for sudo.conf and sudoers. I initially tried running the fix in the init.d script, but that runs at user level and would not fix the problem. You can fix it in the unraid console, but then it will break every time the container is updated. I ended up writing a user script to fix the issue with the following commands: docker exec steam-headless chmod u+s /bin/su docker exec steam-headless chmod u+s /usr/bin/sudo docker exec steam-headless chmod 0644 /etc/sudo.conf docker exec steam-headless chmod 0644 /etc/sudoers

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.