Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v5

- name: Setup Node.js
uses: actions/setup-node@v5
uses: actions/setup-node@v6
with:
node-version-file: '.nvmrc'
cache: "npm"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
ref: ${{ github.head_ref }}

- name: Setup Node.js
uses: actions/setup-node@v5
uses: actions/setup-node@v6
with:
node-version-file: '.nvmrc'
cache: npm
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
uses: actions/checkout@v5

- name: Setup Node.js
uses: actions/setup-node@v5
uses: actions/setup-node@v6
with:
node-version-file: '.nvmrc'
cache: npm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ The [forum announcement on counterfeit SanDisk drives](https://forums.unraid.net

:::

:::

---

## Replacing your USB flash device
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Some users report intermittent issues with Time Machine and network shares on ma

:::

:::

## Creating a Time Machine share

:::caution[Before you begin]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ USB 闪存设备对您的 Unraid 服务器至关重要,因为它存储操作
- 在传输许可证之前,请在您的服务器上测试新驱动器。
- 即使是知名品牌的产品,也要注意假冒产品。
:::注
2022 年 1 月发布的[关于假冒 SanDisk 驱动的论坛公告](https://forums.unraid.net/topic/119052-psa-on-sandisk-usbs/)确认,由于假冒设备和制造变更导致生成非唯一 GUID,SanDisk 不被推荐。这影响了假冒和正品 SanDisk 驱动。
2022 年 1 月发布的[关于假冒 SanDisk 驱动的论坛公告](https://forums.unraid.net/topic/119052-psa-on-sandisk-usbs/)确认,由于假冒设备和制造变更导致生成非唯一 GUID,SanDisk 不被推荐。这影响了假冒和正品 SanDisk 驱动。
:::

:::
Expand Down