# restic/rest-server

Rest Server is a high performance HTTP server that implements restic's REST backend API.

Repository: https://github.com/restic/rest-server
Canonical: https://ross.abutalabs.com/products/rest-server
Language: Go
License: BSD-2-Clause
License Family: permissive
Last push: 2026-07-22T20:00:04+00:00

## Health v2 (maintenance only)
Score: 65/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 93, release rhythm 8, longevity 100
- inputs: {"age_days": 3588, "days_push": 42, "days_rel": 459, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1488, forks 178 (observed 2026-08-28T04:04:52.219504+00:00)

## What it is
A high-performance HTTP server written in Go that implements restic's REST backend API, allowing the restic backup client to store backups remotely via rest: URLs. It supports authentication via htpasswd files, append-only mode, private repositories, and Prometheus metrics.

## Use cases
- self-host a remote backup server for restic
- serve restic repositories over HTTP
- set up append-only backup storage to protect against ransomware
- give multiple users private restic repositories on one server
- expose prometheus metrics for backup server monitoring
- limit repository disk usage with a max size quota

## When to choose
- you use restic and want a dedicated, efficient remote repository server instead of generic SFTP or S3
- you need append-only storage semantics for backup immutability
- you want lightweight self-hosted backup infrastructure with per-user access control

## When to avoid
- you back up to cloud object storage like S3 or B2 directly, which restic already supports
- you need a general-purpose file server rather than a restic-specific backend
- you use a different backup tool that doesn't speak restic's REST backend API

## Facets
- artifact type: service
- maturity: active
- function: http-server, backup, auth, monitoring
- domain: self-hosted, developer-tools, security
- platform: windows, go, self-hosted, cli
- tags: restic, backup-server, rest-api, append-only, htpasswd, prometheus-metrics, backup, linux, macos

## Member repositories
- restic/rest-server (main) score 65

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:52.219504+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:33:45.495451+00:00, confidence not recorded.
  - readme: https://github.com/restic/rest-server (fetched 2026-08-28T04:04:52.219504+00:00, sha dcf7010389c5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
