Skip to content
Merged
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
1 change: 1 addition & 0 deletions docs/.vitepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ const sidebar: DefaultTheme.SidebarItem[] = [
collapsed: true,
items: [
// auto-generated-release-notes-start
{ text: '2026-05-20', link: '/release-notes/command-deck/2026-05-20' },
{ 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' },
Expand Down
35 changes: 35 additions & 0 deletions docs/release-notes/command-deck/2026-05-20.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# May 20, 2026 - App install script v4, New app curations, Curation beta program

## Introducing our V4 installation scripts.

This new iteration of app install scripts has a focus of improving application stability.

- We have updated our curation process to reduce the likelihood of bugs in curated apps.
- We are now automatically creating temporary snapshots prior to updating applications.
- This will help eliminate the chances of apps with breaking updates damaging your data.
- We have also implemented a system that will heal permissions modified in TrueNAS.
- Modified permissions in TrueNAS previously could have unintended consequences such as preventing curated app installation.



## App Curations

We have committed to doubling our curations over the next few months, starting with these 6 releasing today.

[LubeLogger](https://lubelogger.com) - LubeLogger assists users in keeping track of their car maintenance records.

[Navidrome](https://www.navidrome.org) - Navidrome helps facilitate hosting your own music server.

[Excalidraw](https://github.com/excalidraw/excalidraw) - Excalidraw is a Virtual whiteboard for sketching hand-drawn like diagrams.

[Blinko](https://github.com/blinkospace/blinko) - Blinko is a lightweight note taking app.

[Dozzle](https://dozzle.dev) - Dozzle is a realtime log viewer for docker apps running on your server

[Portracker](https://github.com/mostafa-wahied/portracker) - Portracker is a realtime port monitoring tool.

## Curation beta test program

We are now recruiting users to beta test future curations prior to full release.
If you are interested please register using the [signup form](https://forms.gle/EKZenkWFFzFNKKxu5).

1 change: 1 addition & 0 deletions docs/release-notes/command-deck/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ For users who are actively connected during an update, there may be a brief down
<!-- auto-generated-year-sections-start -->
## 2026 Releases

- [**2026-05-20**](./2026-05-20) - App install script v4, New app curations, Curation beta program
- [**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
Expand Down
2 changes: 1 addition & 1 deletion docs/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-13TrueNAS Compatibility, App Install Improvements & Buddy Backup Foundations](/release-notes/command-deck/2026-05-13)
**Latest:** [2026-05-20App install script v4, New app curations, Curation beta program](/release-notes/command-deck/2026-05-20)

## TrueNAS

Expand Down
Loading