Uh oh!
There was an error while loading. Please reload this page.
feat(community): add TrueNAS Config Backup app - #5491
Open
CampAsAChamp wants to merge 2 commits into
Open
Conversation
Adds truenas-config-backup to the community train. Schedules and manages TrueNAS configuration backups via the config.save WebSocket API with retention, run history, and a web dashboard. Closestruenas#5473
CampAsAChamp
marked this pull request as draft
August 1, 2026 16:08
CampAsAChamp
marked this pull request as ready for review
August 1, 2026 16:09
CampAsAChamp
commented
Aug 31, 2026
Author
Hello just bumping this |
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 freeto 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.
App Addition
AI
Description
Adds TrueNAS Config Backup to the community train.
Schedules and manages downloads of a TrueNAS system's configuration backup via the
config.saveWebSocket API (SCALE 25.04+ flow usingcore.download), with retentionpruning, run-history logging, optional webhooks, and a password-protected web dashboard.
App Information
ghcr.io/campasachamp/truenas-config-backup:0.12.0(public GHCR)Testing
Tested locally with:
Both test files render successfully. Full container CI will run on this PR.
Icons and Screenshots
Please upload the following to the CDN:
Special Notes
https://127.0.0.1may not work depending on containernetworking; LAN IP fallback may be needed.
httpprobe on/healthz(image has no curl).Checklist
Closes#5473