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.1 KiB
JSON
25 lines
1.1 KiB
JSON
{
|
|
"id": "kopia",
|
|
"name": "Kopia",
|
|
"tagline": "Modern fast backup with policies-as-data and built-in maintenance.",
|
|
"logo": "/icons/config/backup.svg",
|
|
"supported_types": ["local", "sftp"],
|
|
"properties": [
|
|
{"label": "Encryption", "value": "AES-256-GCM or ChaCha20-Poly1305"},
|
|
{"label": "Key derivation", "value": "scrypt"},
|
|
{"label": "Deduplication", "value": "Content-defined chunking (CDC)"},
|
|
{"label": "Compression", "value": "zstd / lz4 / gzip / pgzip / s2"},
|
|
{"label": "Integrity", "value": "Cryptographic on every read"},
|
|
{"label": "License", "value": "Apache-2.0"}
|
|
],
|
|
"features": [
|
|
"Single Go binary like restic; very fast.",
|
|
"Snapshot policies are first-class data: retention, ignore patterns, compression.",
|
|
"Built-in maintenance task combines forget/prune/check.",
|
|
"Optional repository server mode for pull-style architectures.",
|
|
"Native support for SFTP, S3, B2, GCS, Azure, WebDAV (currently wired: local + sftp)."
|
|
],
|
|
"docs_url": "https://kopia.io/docs/",
|
|
"version_command": "kopia --version"
|
|
}
|