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.

WebUI SSH Authorized Keys (bug in validation of entered key)

  • Minor

The WebUI element to add ssh keys to the management user has a bug that it is too restrictive and does not support advanced ssh keys. Please modify the regex or validation function to account for the additional valid options present in an authorized_key file.

from="192.168.1.0/24,host.example.com"

Restrict login to keys coming from specific IPs or hostnames. You can specify multiple sources and CIDR ranges.

command="/home/user/system/exec_check.sh"

Force a command to be run on login, ignoring anything provided by the client.

no-port-forwarding 

Disables TCP forwarding capabilities (e.g., -L, -R, -D options in SSH).

no-X11-forwarding 

Disables X11 forwarding.

no-agent-forwarding 

Disables SSH agent forwarding.

no-pty 

Prevents the allocation of a pseudo-terminal. Useful to lock down command-executing keys.

permitopen="127.0.0.1:3306" 

Restricts port forwarding to only specific hosts/ports.

environment="FORCE_COLOR=true" 

Set environment variables for the session.

tunnel="1" 

Request a tun device when logging in. Used for VPN-like behavior.

Current workaround is to manually edit the root.pubkey file in terminal.

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.