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
2 changes: 2 additions & 0 deletions docs/.vitepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ const sidebar: DefaultTheme.SidebarItem[] = [
collapsed: true,
items: [
{ text: 'All Posts', link: '/blog/' },
{ text: 'Apps Overhaul', link: '/blog/2025-12-26' },
{ text: 'HexOS Roadmap Update', link: '/blog/2025-11-26' },
{ text: 'Introducing HexOS Local', link: '/blog/2025-11-25' },
{ text: 'E2E Testing Suite', link: '/blog/2025-10-21' },
Expand All @@ -130,6 +131,7 @@ const sidebar: DefaultTheme.SidebarItem[] = [
collapsed: true,
items: [
// auto-generated-release-notes-start
{ text: '2025-12-28', link: '/release-notes/command-deck/2025-12-28' },
{ text: '2025-12-26', link: '/release-notes/command-deck/2025-12-26' },
{ text: '2025-11-25', link: '/release-notes/command-deck/2025-11-25' },
{ text: '2025-11-12', link: '/release-notes/command-deck/2025-11-12' },
Expand Down
2 changes: 1 addition & 1 deletion docs/features/apps/install-scripts/curated/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
| `immich` | [immich.json](/install-scripts/immich.json) | 1.7 KB | 2025-12-12 |
| `jellyfin` | [jellyfin.json](/install-scripts/jellyfin.json) | 2.2 KB | 2025-12-12 |
| `lidarr` | [lidarr.json](/install-scripts/lidarr.json) | 1.3 KB | 2025-12-25 |
| `nextcloud` | [nextcloud.json](/install-scripts/nextcloud.json) | 3.4 KB | 2025-12-25 |
| `nextcloud` | [nextcloud.json](/install-scripts/nextcloud.json) | 3.4 KB | 2025-12-28 |
| `peanut` | [peanut.json](/install-scripts/peanut.json) | 823 B | 2025-12-25 |
| `plex` | [plex.json](/install-scripts/plex.json) | 3.4 KB | 2025-12-12 |
| `prowlarr` | [prowlarr.json](/install-scripts/prowlarr.json) | 766 B | 2025-12-04 |
Expand Down
14 changes: 11 additions & 3 deletions docs/public/install-scripts/nextcloud.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,17 @@
"changeLog": "Initial Script"
},
"requirements": {
"locations": ["ApplicationsPerformance", "ApplicationsCapacity"],
"specifications": ["2CORE", "2048MB"],
"permissions": ["READ_WRITE_LOCATIONS"],
"locations": [
"ApplicationsPerformance",
"ApplicationsCapacity"
],
"specifications": [
"2CORE",
"2048MB"
],
"permissions": [
"READ_WRITE_LOCATIONS"
],
"ports": []
},
"installation_questions": [
Expand Down
5 changes: 5 additions & 0 deletions docs/release-notes/command-deck/2025-12-28.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# December 26, 2025 - Hotfix : Apps Overhaul

This hotfix fixes CPU spikes and performance issues when browsing installed apps following the Apps Overhaul. It also improves compatibility for users who installed apps or modified settings in TrueNAS before updating or resetting app configurations.

If you experienced issues during a configuration update, please run **Options → Reset | Update** from Deck on the affected app. Support is always available free of charge to lend you a hand if you need assistance.
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 -->
## 2025 Releases

- [**2025-12-28**](./2025-12-28) - Hotfix : Apps Overhaul
- [**2025-12-26**](./2025-12-26) - Apps Overhaul, 2FA, GPU Detection, Goldeye Compatibility
- [**2025-11-25**](./2025-11-25) - New Apps Sonarr, Radarr and Prowlarr
- [**2025-11-12**](./2025-11-12) - Hotfix : Fangtooth Compatiblity, Server Actions
Expand Down