dev -> main#271
Merged
Merged
Conversation
…and recovery This release introduces the V4 install script schema, centralizing directory creation, ownership, and ZFS snapshot declarations under `ensure_directories_exists` in preparation for buddy backups. Key changes include: - `ensure_directories_exists` entries must now be objects and can specify `owner` and `snapshot` fields. - The separate `ensure_permissions_exists` section is deprecated and removed. - V4 is now the required schema version for all new install scripts. This simplifies script development by unifying directory configuration and improves data safety with automatic pre-update snapshots. All example install scripts have been migrated to the new V4 format.
The `owner` field in `ensure_directories_exists` now accepts an object `{ "user": "...", "group": "..." }` instead of a simple username string. This provides more granular control over directory permissions, crucial for applications with specific ownership requirements. All public install scripts and documentation examples have been updated to reflect this new format, including transitioning database data directories to `netdata:docker` ownership.
Update install script schema to V4 with better permission management and recovery
blinko v4 script
dozzle v4 script
excalidraw v4 script
lubelogger install script
navidrome install script
portracker v4 script
v4 install scripts, new app curations, curation beta test program
changed nexcloud folder owner, changed paths for blinko
updates to blinko and nextcloud
5/20/26 release notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.