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.

xuelei

Members
  • Joined

  • Last visited

  1. 可以通过修改代码或者添加php模块 gettext 来修复这个bug
  2. here is a bug in the file "/usr/local/emhttp/plugins/dynamix.file.manager/include/Browse.php" line number 36. the stack trace is below: [25-Jul-2023 14:16:18 Asia/Shanghai] PHP Fatal error: Uncaught ValueError: Unknown format specifier "" in /usr/local/emhttp/plugins/dynamix.file.manager/include/Browse.php:36 Stack trace: #0 /usr/local/emhttp/plugins/dynamix.file.manager/include/Browse.php(36): sprintf('% \xE5\xB9\xB4\xE5\x89\x8D', 2) #1 /usr/local/emhttp/plugins/dynamix.file.manager/include/Browse.php(42): age(2, 'year') #2 /usr/local/emhttp/plugins/dynamix.file.manager/include/Browse.php(110): my_age('1624877877') #3 {main} thrown in /usr/local/emhttp/plugins/dynamix.file.manager/include/Browse.php on line 36 source code is below: function age($number,$time) { return sprintf(_('%s '.($number==1 ? $time : $time.'s').' ago'),$number); } please fix it by: function age($number,$time) { return sprintf('%s '.($number==1 ? $time : $time.'s').' ago',$number); } or add php extension module "gettext". because of the syntax “_()” need it ! thanks !

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.