A free, open, self-hosted app platform (GNU AGPLv3): one-click app deploys, Traefik reverse proxy with automatic SSL, rootless Docker support, gluetun VPN routing, and a web dashboard to manage it all. Free & open forever to self-host; optional paid hosted services fund it. See PROMISE.md. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Signed-off-by: librelad <librelad@digitalangels.vip>
25 lines
1.0 KiB
JSON
25 lines
1.0 KiB
JSON
{
|
|
"id": "borg",
|
|
"name": "BorgBackup",
|
|
"tagline": "Encrypted, deduplicated, compressed — the original.",
|
|
"logo": "/icons/config/backup.svg",
|
|
"supported_types": ["local", "sftp"],
|
|
"properties": [
|
|
{"label": "Encryption", "value": "AES-256-CTR + HMAC-SHA-256"},
|
|
{"label": "Key derivation", "value": "PBKDF2-SHA-256"},
|
|
{"label": "Deduplication", "value": "Content-defined chunking (CDC)"},
|
|
{"label": "Compression", "value": "lz4 / zstd / lzma"},
|
|
{"label": "Integrity", "value": "Cryptographic on every read"},
|
|
{"label": "License", "value": "BSD-3-Clause"}
|
|
],
|
|
"features": [
|
|
"Battle-tested — ~10 years in production at scale.",
|
|
"Aggressive deduplication, often beats restic on local-only repos.",
|
|
"Native SFTP transport, append-only flag for ransomware safety.",
|
|
"Repository check verifies every chunk cryptographically.",
|
|
"Python-based; widely packaged (apt, dnf, pacman, brew)."
|
|
],
|
|
"docs_url": "https://borgbackup.readthedocs.io/",
|
|
"version_command": "borg --version"
|
|
}
|