From 801e573214a0e95cd78cf2c29dfd732a16bef1df Mon Sep 17 00:00:00 2001 From: acknologia <64101826+acknologia@users.noreply.github.com> Date: Tue, 5 May 2026 11:14:11 -0400 Subject: [PATCH 1/3] added access to media, shows and movies to syncthing --- .../apps/install-scripts/curated/index.md | 2 +- docs/public/install-scripts/syncthing.json | 26 ++++++++++++++++--- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/docs/features/apps/install-scripts/curated/index.md b/docs/features/apps/install-scripts/curated/index.md index 66a848c..d94ad4c 100644 --- a/docs/features/apps/install-scripts/curated/index.md +++ b/docs/features/apps/install-scripts/curated/index.md @@ -19,5 +19,5 @@ | `radarr` | [radarr.json](/install-scripts/radarr.json) | 1.2 KB | 2025-12-04 | | `scrutiny` | [scrutiny.json](/install-scripts/scrutiny.json) | 1.3 KB | 2026-03-15 | | `sonarr` | [sonarr.json](/install-scripts/sonarr.json) | 1.2 KB | 2025-12-04 | -| `syncthing` | [syncthing.json](/install-scripts/syncthing.json) | 2.1 KB | 2026-03-15 | +| `syncthing` | [syncthing.json](/install-scripts/syncthing.json) | 2.5 KB | 2026-03-15 | diff --git a/docs/public/install-scripts/syncthing.json b/docs/public/install-scripts/syncthing.json index 0ee3b04..010a034 100644 --- a/docs/public/install-scripts/syncthing.json +++ b/docs/public/install-scripts/syncthing.json @@ -1,8 +1,8 @@ { "version": 3, "script": { - "version": "1.0.1", - "changeLog": "Updated requirements" + "version": "1.0.2", + "changeLog": "add access to media, movies, shows" }, "requirements": { "locations": [ @@ -12,7 +12,10 @@ "Downloads", "Photos", "Music", - "Videos" + "Videos", + "Media", + "Movies", + "Shows" ], "specifications": [ "2CORE", @@ -52,6 +55,18 @@ "path": "$LOCATION(Music)", "network_share": true }, + { + "path": "$LOCATION(Media)", + "network_share": true + }, + { + "path": "$LOCATION(Movies)", + "network_share": true + }, + { + "path": "$LOCATION(Shows)", + "network_share": true + }, "$LOCATION(ApplicationsPerformance)/syncthing/config" ], "app_values": { @@ -66,7 +81,10 @@ "$MOUNTED_HOST_PATH($LOCATION(Downloads), /sync/Downloads)", "$MOUNTED_HOST_PATH($LOCATION(Photos), /sync/Photos)", "$MOUNTED_HOST_PATH($LOCATION(Videos), /sync/Videos)", - "$MOUNTED_HOST_PATH($LOCATION(Music), /sync/Music)" + "$MOUNTED_HOST_PATH($LOCATION(Music), /sync/Music)", + "$MOUNTED_HOST_PATH($LOCATION(Photos), /sync/Media)", + "$MOUNTED_HOST_PATH($LOCATION(Videos), /sync/Movies)", + "$MOUNTED_HOST_PATH($LOCATION(Music), /sync/Shows)" ] }, "network": { From f06e9742f78d52499c47f2ade2a9539ef350a162 Mon Sep 17 00:00:00 2001 From: Jerod Fritz Date: Thu, 7 May 2026 14:10:00 -0400 Subject: [PATCH 2/3] Add 2026-05-07 Command Deck Release Notes --- docs/.vitepress/sidebar.ts | 1 + .../apps/install-scripts/curated/index.md | 2 +- docs/release-notes/command-deck/2026-05-07.md | 46 +++++++++++++++++++ docs/release-notes/command-deck/index.md | 1 + docs/release-notes/index.md | 2 +- 5 files changed, 50 insertions(+), 2 deletions(-) create mode 100644 docs/release-notes/command-deck/2026-05-07.md diff --git a/docs/.vitepress/sidebar.ts b/docs/.vitepress/sidebar.ts index 6c2c6c8..83237c8 100644 --- a/docs/.vitepress/sidebar.ts +++ b/docs/.vitepress/sidebar.ts @@ -155,6 +155,7 @@ const sidebar: DefaultTheme.SidebarItem[] = [ collapsed: true, items: [ // auto-generated-release-notes-start + { text: '2026-05-07', link: '/release-notes/command-deck/2026-05-07' }, { text: '2026-04-21', link: '/release-notes/command-deck/2026-04-21' }, { text: '2026-03-27', link: '/release-notes/command-deck/2026-03-27' }, { text: '2026-03-24', link: '/release-notes/command-deck/2026-03-24' }, diff --git a/docs/features/apps/install-scripts/curated/index.md b/docs/features/apps/install-scripts/curated/index.md index d94ad4c..cb671c5 100644 --- a/docs/features/apps/install-scripts/curated/index.md +++ b/docs/features/apps/install-scripts/curated/index.md @@ -19,5 +19,5 @@ | `radarr` | [radarr.json](/install-scripts/radarr.json) | 1.2 KB | 2025-12-04 | | `scrutiny` | [scrutiny.json](/install-scripts/scrutiny.json) | 1.3 KB | 2026-03-15 | | `sonarr` | [sonarr.json](/install-scripts/sonarr.json) | 1.2 KB | 2025-12-04 | -| `syncthing` | [syncthing.json](/install-scripts/syncthing.json) | 2.5 KB | 2026-03-15 | +| `syncthing` | [syncthing.json](/install-scripts/syncthing.json) | 2.5 KB | 2026-05-05 | diff --git a/docs/release-notes/command-deck/2026-05-07.md b/docs/release-notes/command-deck/2026-05-07.md new file mode 100644 index 0000000..55f827d --- /dev/null +++ b/docs/release-notes/command-deck/2026-05-07.md @@ -0,0 +1,46 @@ +# May 7, 2026 - TrueNAS Compatibility, App Install Improvements & Buddy Backup Foundations + +Here is a summary of changes shipped since the [HexOS 1.0 Local rollout](/release-notes/command-deck/2026-04-21). + +### Preparing for the Next Major TrueNAS Release + +- Updated SMB service control to support the new job-based API while maintaining backward compatibility +- Optimized dataset property retrieval for newer TrueNAS versions +- Fixed dataset encryption and locked status reporting + +### Apps + +- Refactored app install dialogs to properly handle curated, experimental, and not-curated flows +- Added curation request system so users can signal interest in having an app officially curated + +### Storage + +- Pool name suggestions are now guaranteed unique +- Disks smaller than 1 GiB are excluded from pool creation +- Folder creation now continues with SMB share setup even if the dataset already exists +- Resolved slow folder loading performance issue + +### Server Certificates + +- Continued rollout of per-server SSL certificates. Individual stored certificates are now preferred over the shared wildcard certificate. + +### Notifications & Health Alerts + +- Reduced notification noise from HexOS app update alerts +- Fixed empty HexOS-app alerts appearing both server-side and client-side +- Added friendly, human-readable TrueNAS alert titles +- Redesigned server message dialogs and activity items +- Added friendly error mapping for common TrueNAS errors +- Added a remote launch warning badge when opening apps remotely +- Fixed alerts being dismissed on TrueNAS but still generating a local notification and email + +### Buddy Backups Groundwork + +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. + +### Misc + +- Fixed session date display defaulting to Unix epoch +- Fixed LAN IP not being used when overridden by the user + +**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). diff --git a/docs/release-notes/command-deck/index.md b/docs/release-notes/command-deck/index.md index 7ecf515..cb37245 100644 --- a/docs/release-notes/command-deck/index.md +++ b/docs/release-notes/command-deck/index.md @@ -11,6 +11,7 @@ For users who are actively connected during an update, there may be a brief down ## 2026 Releases +- [**2026-05-07**](./2026-05-07) - TrueNAS Compatibility, App Install Improvements & Buddy Backup Foundations - [**2026-04-21**](./2026-04-21) - HexOS 1.0 Local Rollout Complete - [**2026-03-27**](./2026-03-27) - Hotfix : Apps Newly Curated - [**2026-03-24**](./2026-03-24) - Local Foundations & UI Polish diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index 54d1dd1..f62cb33 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -8,7 +8,7 @@ The Command Deck is the HexOS web interface. Updates are automatically deployed **[View Command Deck Release Notes →](/release-notes/command-deck/)** -**Latest:** [2026-04-21 — HexOS 1.0 Local Rollout Complete](/release-notes/command-deck/2026-04-21) +**Latest:** [2026-05-07 — TrueNAS Compatibility, App Install Improvements & Buddy Backup Foundations](/release-notes/command-deck/2026-05-07) ## TrueNAS From ca284d04eda4bf8eb25f541f0a79d5f25ad7636d Mon Sep 17 00:00:00 2001 From: Jerod Fritz Date: Tue, 12 May 2026 16:51:57 -0400 Subject: [PATCH 3/3] Update date for release --- docs/.vitepress/sidebar.ts | 2 +- .../release-notes/command-deck/{2026-05-07.md => 2026-05-13.md} | 2 +- docs/release-notes/command-deck/index.md | 2 +- docs/release-notes/index.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename docs/release-notes/command-deck/{2026-05-07.md => 2026-05-13.md} (95%) diff --git a/docs/.vitepress/sidebar.ts b/docs/.vitepress/sidebar.ts index 83237c8..d2dbf9f 100644 --- a/docs/.vitepress/sidebar.ts +++ b/docs/.vitepress/sidebar.ts @@ -155,7 +155,7 @@ const sidebar: DefaultTheme.SidebarItem[] = [ collapsed: true, items: [ // auto-generated-release-notes-start - { text: '2026-05-07', link: '/release-notes/command-deck/2026-05-07' }, + { text: '2026-05-13', link: '/release-notes/command-deck/2026-05-13' }, { text: '2026-04-21', link: '/release-notes/command-deck/2026-04-21' }, { text: '2026-03-27', link: '/release-notes/command-deck/2026-03-27' }, { text: '2026-03-24', link: '/release-notes/command-deck/2026-03-24' }, diff --git a/docs/release-notes/command-deck/2026-05-07.md b/docs/release-notes/command-deck/2026-05-13.md similarity index 95% rename from docs/release-notes/command-deck/2026-05-07.md rename to docs/release-notes/command-deck/2026-05-13.md index 55f827d..0100f67 100644 --- a/docs/release-notes/command-deck/2026-05-07.md +++ b/docs/release-notes/command-deck/2026-05-13.md @@ -1,4 +1,4 @@ -# May 7, 2026 - TrueNAS Compatibility, App Install Improvements & Buddy Backup Foundations +# May 13, 2026 - TrueNAS Compatibility, App Install Improvements & Buddy Backup Foundations Here is a summary of changes shipped since the [HexOS 1.0 Local rollout](/release-notes/command-deck/2026-04-21). diff --git a/docs/release-notes/command-deck/index.md b/docs/release-notes/command-deck/index.md index cb37245..d7f5610 100644 --- a/docs/release-notes/command-deck/index.md +++ b/docs/release-notes/command-deck/index.md @@ -11,7 +11,7 @@ For users who are actively connected during an update, there may be a brief down ## 2026 Releases -- [**2026-05-07**](./2026-05-07) - TrueNAS Compatibility, App Install Improvements & Buddy Backup Foundations +- [**2026-05-13**](./2026-05-13) - TrueNAS Compatibility, App Install Improvements & Buddy Backup Foundations - [**2026-04-21**](./2026-04-21) - HexOS 1.0 Local Rollout Complete - [**2026-03-27**](./2026-03-27) - Hotfix : Apps Newly Curated - [**2026-03-24**](./2026-03-24) - Local Foundations & UI Polish diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index f62cb33..bfcd977 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -8,7 +8,7 @@ The Command Deck is the HexOS web interface. Updates are automatically deployed **[View Command Deck Release Notes →](/release-notes/command-deck/)** -**Latest:** [2026-05-07 — TrueNAS Compatibility, App Install Improvements & Buddy Backup Foundations](/release-notes/command-deck/2026-05-07) +**Latest:** [2026-05-13 — TrueNAS Compatibility, App Install Improvements & Buddy Backup Foundations](/release-notes/command-deck/2026-05-13) ## TrueNAS