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.

yyzhou

Members
  • Joined

  • Last visited

  1. 我现在是用6.11.5 还是可以用的。
  2. unraid的缓存move机制是按照时间来把cache里的内容写入磁盘,就是定时写入,不是满了就写。 所以一旦cache满了,下载啊什么的就停了,要手工去点那个Mover按钮,等move完了继续开始下载或其他任务! 如果要满了就写的,或者达到一定比例就写入的话,要装插件Mover Tuning。可以设置达到某一个比例,就自动mover。
  3. 我是这样实现的,就是要写代码!在go文件里加下面这两句。 sudo tee -a /etc/samba/smb.conf <<-'EOF' include = /boot/samba/%U.smb-shares.conf EOF #这个/boot/samba/%U.smb-shares.conf,你可以自己找地方放文件,看我下面的内容。%U是登录的用户名,后面的文件名可以自己随便取。 功能是把自己编写的smb内容添加到smb的设置文件里面去。 我在/boot/samba/里的文件有三个,对应我的三个账户。 这是三个文件的内容,我拿一个举例,这是我自己的账号,可以访问并看见"yyzhou"文件夹。 path,是的文件夹地址,comment是描述,可以空着。browseable,是是否能读取目录,weiteable是否可写入,write list 允许写入文件夹的用户,read list 允许读取文件夹的用户,valid users 是允许访问文件夹的用户。下面是tv账号的截图,你看着对比着写。

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.