You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Customize your storage pools with granular control over drive participation. This even includes the ability to create 1-drive pools (without redundancy or expandability). This applies to both our setup wizard and the main storage page itself. Proper warnings are displayed based on the risk profile of the pool being configured. In addition, users that previously "disconnected" (this process is now referred to as "Unclaiming") their server from HexOS can easily reconnect through the setup wizard without being forced to recreate their storage pools from scratch (just click "skip" when on the storage configuration page of the wizard).
7
+
8
+
### New Activity Center
9
+
The Health card has been replaced with Activity. Activity tracks everything you do in HexOS: our custom orchestration, server events, alerts, updates, and dismissals. Dismissed activities are reviewable from the activity archive.
10
+
11
+
### Update to TrueNAS SCALE 24.10.2.2
12
+
Another benefit of the new activity center is the ability to update the OS running on your local server itself. You will find the ability to update the OS also in the new Activity Center on the Dashboard.
13
+
14
+
### User Settings & Preferences Improvements
15
+
Light or dark theme, preferred language, hidden dashboard cards, these all now sync and persist across browser sessions. The dashboard is yours to shape and customize as you see fit.
16
+
17
+
### UI and Stability Improvements
18
+
Improved card layout and polish across the UI, the password field now supports toggling visibility, username character limit raised to 30, and plenty of behind the scenes stability fixes.
19
+
20
+
### Customizable Location Preferences
21
+
You can now set exactly your performance versus capacity pools, app locations and other storage preferences that allow our one click installs to work. Works across all curated and custom apps.
22
+
23
+
## How to Update
24
+
25
+
Updating the Command Deck itself is an action performed by the HexOS development team. Users are not required to perform any action to receive the update. It will appear automatically upon login after it goes live.
26
+
27
+
For users still running the 24.10.0.0 build of TrueNAS SCALE, you will see an "Update Available" notification under the Activity Center once you login. Once you engage the update, **do NOT power off your system**. Wait for the update to download and restart your server automatically. Your system will automatically reconnect to the Command Deck when complete. The time this process can take will vary based on your Internet connection.
28
+
29
+
## Known Issues
30
+
31
+
- There is a TrueNAS SCALE bug that affects HexOS users when switching your network configuration from DHCP to Static; manually setting DNS before making this change will prevent the issue; we have a planned hotfix for this as well.
32
+
- Skipping storage pool creation in the wizard allows users to create pools within TrueNAS and they will show up in HexOS; **WARNING:** we have not tested all pool layouts (or sub-pools either), experiment with great caution.
We recently merged a few updates to our command deck to improve observability around request timing. This new instrumentation gives us better insight into performance and will help us identify and resolve issues more precisely.
4
+
5
+
No changes were made to the Command Deck UX in this release.
6
+
7
+
You might already notice things feel a bit snappier 😉 ... let us know.
We've just added Jellyfin, Home Assistant, and qBittorrent! And this is just the beginning, thanks to our new curation process, we expect many more apps to come online soon.
7
+
8
+
## Intro to App Curation
9
+
We've added an interface to the HexOS frontend to make iterating on apps easier and to let the community contribute their own curations. By enabling Dev Mode in Preferences, you'll unlock the Custom Script option for app installs. From there, you can tweak existing install scripts or create new ones then share them with friends or submit them to the official HexOS curation templates.
10
+
11
+
Right now, the feature focuses on streamlining the app install process. Soon we plan to surface installer questions directly in the UI and automate post-install steps (such as in-app setup wizards). That work depends on the in-development Local UI project, we will share more news about this in the future.
12
+
13
+
We'd love your feedback as we refine this, let us know what's working well and where you're running into friction.
14
+
15
+
If you would like to contribute your curation to the official HexOS app curations you can follow this guide, or just share your install script in our [forums](https://hub.hexos.com/):
16
+
1. Test your custom curation in HexOS and verify it works
17
+
2. Click Here
18
+
3. Click the green "Fork this repository"
19
+
4. Paste the contents of your install script into the editor and press the green "Commit Changes"
20
+
5. Click the green "Create pull request" on the following page
21
+
6. In your PR description, include any callouts (unique mounts, GPU usage, special env, etc.)
22
+
23
+
## Folder Wizard Arrives
24
+
We've extended our simple folder creation interface with a new wizard-driven process that unlocks specialized use cases like encrypted folders and Time Machine backups. With this foundation in place, we're now ready to move forward on bigger features including Snapshots, Replication, and Buddy Backup.
25
+
26
+
---
27
+
28
+
**NOTE:** This update was applied automatically. You may need to clear your cache. Help with clearing you cache is available [here](/troubleshooting/common-issues/ClearCache).
Stay up to date with HexOS Command Deck updates, new features, and improvements.
98
+
99
+
## How Updates Work
100
+
101
+
Command Deck updates are automatically deployed by the HexOS development team. You don't need to take any action to receive these updates - they will appear automatically when you next visit the Command Deck.
102
+
103
+
For users who are actively connected during an update, there may be a brief downtime of a minute or two as the new version is deployed.
104
+
105
+
${YEAR_SECTIONS_START}
106
+
${YEAR_SECTIONS_END}
107
+
108
+
## Need Help?
109
+
110
+
If you encounter any issues after an update:
111
+
- Try [clearing your browser cache](/troubleshooting/common-issues/ClearCache) first
112
+
- Check the [troubleshooting guide](/troubleshooting/) for common solutions
113
+
- Visit the [HexOS Community](https://hub.hexos.com/) for additional support
114
+
`
115
+
fs.writeFileSync(INDEX_MD,boilerplate)
116
+
}
117
+
}
118
+
119
+
functionupdateIndexPage(){
120
+
ensureIndexPage()
121
+
letmd=fs.readFileSync(INDEX_MD,'utf8')
122
+
123
+
// Ensure year sections markers exist
124
+
if(!md.includes(YEAR_SECTIONS_START)){
125
+
// If no markers, add them after "How Updates Work" section
0 commit comments