Skip to content

Commit 6a6e13c

Browse files
authored
Merge pull request #239 from eshtek/dev
dev -> main
2 parents 08bbd61 + e7069f3 commit 6a6e13c

6 files changed

Lines changed: 72 additions & 6 deletions

File tree

docs/.vitepress/sidebar.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ const sidebar: DefaultTheme.SidebarItem[] = [
155155
collapsed: true,
156156
items: [
157157
// auto-generated-release-notes-start
158+
{ text: '2026-05-13', link: '/release-notes/command-deck/2026-05-13' },
158159
{ text: '2026-04-21', link: '/release-notes/command-deck/2026-04-21' },
159160
{ text: '2026-03-27', link: '/release-notes/command-deck/2026-03-27' },
160161
{ text: '2026-03-24', link: '/release-notes/command-deck/2026-03-24' },

docs/features/apps/install-scripts/curated/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
| `radarr` | [radarr.json](/install-scripts/radarr.json) | 1.2 KB | 2025-12-04 |
2020
| `scrutiny` | [scrutiny.json](/install-scripts/scrutiny.json) | 1.3 KB | 2026-03-15 |
2121
| `sonarr` | [sonarr.json](/install-scripts/sonarr.json) | 1.2 KB | 2025-12-04 |
22-
| `syncthing` | [syncthing.json](/install-scripts/syncthing.json) | 2.1 KB | 2026-03-15 |
22+
| `syncthing` | [syncthing.json](/install-scripts/syncthing.json) | 2.5 KB | 2026-05-05 |
2323
<!-- curated:index:end -->

docs/public/install-scripts/syncthing.json

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"version": 3,
33
"script": {
4-
"version": "1.0.1",
5-
"changeLog": "Updated requirements"
4+
"version": "1.0.2",
5+
"changeLog": "add access to media, movies, shows"
66
},
77
"requirements": {
88
"locations": [
@@ -12,7 +12,10 @@
1212
"Downloads",
1313
"Photos",
1414
"Music",
15-
"Videos"
15+
"Videos",
16+
"Media",
17+
"Movies",
18+
"Shows"
1619
],
1720
"specifications": [
1821
"2CORE",
@@ -52,6 +55,18 @@
5255
"path": "$LOCATION(Music)",
5356
"network_share": true
5457
},
58+
{
59+
"path": "$LOCATION(Media)",
60+
"network_share": true
61+
},
62+
{
63+
"path": "$LOCATION(Movies)",
64+
"network_share": true
65+
},
66+
{
67+
"path": "$LOCATION(Shows)",
68+
"network_share": true
69+
},
5570
"$LOCATION(ApplicationsPerformance)/syncthing/config"
5671
],
5772
"app_values": {
@@ -66,7 +81,10 @@
6681
"$MOUNTED_HOST_PATH($LOCATION(Downloads), /sync/Downloads)",
6782
"$MOUNTED_HOST_PATH($LOCATION(Photos), /sync/Photos)",
6883
"$MOUNTED_HOST_PATH($LOCATION(Videos), /sync/Videos)",
69-
"$MOUNTED_HOST_PATH($LOCATION(Music), /sync/Music)"
84+
"$MOUNTED_HOST_PATH($LOCATION(Music), /sync/Music)",
85+
"$MOUNTED_HOST_PATH($LOCATION(Photos), /sync/Media)",
86+
"$MOUNTED_HOST_PATH($LOCATION(Videos), /sync/Movies)",
87+
"$MOUNTED_HOST_PATH($LOCATION(Music), /sync/Shows)"
7088
]
7189
},
7290
"network": {
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# May 13, 2026 - TrueNAS Compatibility, App Install Improvements & Buddy Backup Foundations
2+
3+
Here is a summary of changes shipped since the [HexOS 1.0 Local rollout](/release-notes/command-deck/2026-04-21).
4+
5+
### Preparing for the Next Major TrueNAS Release
6+
7+
- Updated SMB service control to support the new job-based API while maintaining backward compatibility
8+
- Optimized dataset property retrieval for newer TrueNAS versions
9+
- Fixed dataset encryption and locked status reporting
10+
11+
### Apps
12+
13+
- Refactored app install dialogs to properly handle curated, experimental, and not-curated flows
14+
- Added curation request system so users can signal interest in having an app officially curated
15+
16+
### Storage
17+
18+
- Pool name suggestions are now guaranteed unique
19+
- Disks smaller than 1 GiB are excluded from pool creation
20+
- Folder creation now continues with SMB share setup even if the dataset already exists
21+
- Resolved slow folder loading performance issue
22+
23+
### Server Certificates
24+
25+
- Continued rollout of per-server SSL certificates. Individual stored certificates are now preferred over the shared wildcard certificate.
26+
27+
### Notifications & Health Alerts
28+
29+
- Reduced notification noise from HexOS app update alerts
30+
- Fixed empty HexOS-app alerts appearing both server-side and client-side
31+
- Added friendly, human-readable TrueNAS alert titles
32+
- Redesigned server message dialogs and activity items
33+
- Added friendly error mapping for common TrueNAS errors
34+
- Added a remote launch warning badge when opening apps remotely
35+
- Fixed alerts being dismissed on TrueNAS but still generating a local notification and email
36+
37+
### Buddy Backups Groundwork
38+
39+
Behind the scenes, we are laying the foundation for [Buddy Backups](/blog/2026-04-02) (HexOS 1.1). The per-server certificate infrastructure, dataset encryption improvements, and server lifecycle work in this release are all building toward peer-to-peer encrypted replication between HexOS servers.
40+
41+
### Misc
42+
43+
- Fixed session date display defaulting to Unix epoch
44+
- Fixed LAN IP not being used when overridden by the user
45+
46+
**NOTE:** All of these updates are applied automatically to your Command Deck. You may need to clear your cache. Help with clearing your cache is available [here](/troubleshooting/common-issues/ClearCache).

docs/release-notes/command-deck/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ For users who are actively connected during an update, there may be a brief down
1111
<!-- auto-generated-year-sections-start -->
1212
## 2026 Releases
1313

14+
- [**2026-05-13**](./2026-05-13) - TrueNAS Compatibility, App Install Improvements & Buddy Backup Foundations
1415
- [**2026-04-21**](./2026-04-21) - HexOS 1.0 Local Rollout Complete
1516
- [**2026-03-27**](./2026-03-27) - Hotfix : Apps Newly Curated
1617
- [**2026-03-24**](./2026-03-24) - Local Foundations & UI Polish

docs/release-notes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The Command Deck is the HexOS web interface. Updates are automatically deployed
88

99
**[View Command Deck Release Notes →](/release-notes/command-deck/)**
1010

11-
**Latest:** [2026-04-21HexOS 1.0 Local Rollout Complete](/release-notes/command-deck/2026-04-21)
11+
**Latest:** [2026-05-13TrueNAS Compatibility, App Install Improvements & Buddy Backup Foundations](/release-notes/command-deck/2026-05-13)
1212

1313
## TrueNAS
1414

0 commit comments

Comments
 (0)