librelad 875a60f90f LibrePortal v0.1.0 — initial release
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>
2026-05-21 20:37:54 +01:00

25 lines
1.0 KiB
JSON

{
"id": "restic",
"name": "restic",
"tagline": "Modern encrypted backup with native deduplication.",
"logo": "/icons/config/backup.svg",
"supported_types": ["local", "sftp", "rest", "s3", "b2", "gs", "azure", "rclone"],
"properties": [
{"label": "Encryption", "value": "AES-256-CTR + Poly1305-AES authentication"},
{"label": "Key derivation", "value": "scrypt"},
{"label": "Deduplication", "value": "Content-defined chunking (CDC)"},
{"label": "Compression", "value": "zstd (auto)"},
{"label": "Integrity", "value": "Cryptographic on every read"},
{"label": "License", "value": "BSD-2-Clause"}
],
"features": [
"Snapshots are immutable and content-addressed.",
"Deduplicates across hosts and apps without configuration.",
"Same binary speaks SFTP, REST, S3, B2, GCS, Azure, rclone.",
"Built-in repository verification via `restic check`.",
"Single static Go binary — no runtime dependencies."
],
"docs_url": "https://restic.readthedocs.io/",
"version_command": "restic version"
}