diff --git a/docs/.vitepress/sidebar.ts b/docs/.vitepress/sidebar.ts index 79911361..da79f595 100644 --- a/docs/.vitepress/sidebar.ts +++ b/docs/.vitepress/sidebar.ts @@ -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' }, @@ -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' }, diff --git a/docs/features/apps/install-scripts/curated/index.md b/docs/features/apps/install-scripts/curated/index.md index 79b059e4..9faed7a7 100644 --- a/docs/features/apps/install-scripts/curated/index.md +++ b/docs/features/apps/install-scripts/curated/index.md @@ -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 | diff --git a/docs/public/install-scripts/nextcloud.json b/docs/public/install-scripts/nextcloud.json index 924d566a..dd261082 100644 --- a/docs/public/install-scripts/nextcloud.json +++ b/docs/public/install-scripts/nextcloud.json @@ -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": [ diff --git a/docs/release-notes/command-deck/2025-12-28.md b/docs/release-notes/command-deck/2025-12-28.md new file mode 100644 index 00000000..5023524e --- /dev/null +++ b/docs/release-notes/command-deck/2025-12-28.md @@ -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. \ No newline at end of file diff --git a/docs/release-notes/command-deck/index.md b/docs/release-notes/command-deck/index.md index 07ae41ec..c4032a58 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 ## 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