Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.97 KB

File metadata and controls

55 lines (37 loc) · 1.97 KB

Refity

Docker private registry with SFTP backend storage.

Refity stores image blobs and manifests on any SFTP server (e.g. Hetzner Storage Box) while keeping the standard Docker Registry v2 API (docker push / docker pull).

Dashboard

Docker pulls (backend) Docker pulls (frontend) GitHub stars Website Docs

Documentation

Key features

  • Docker Registry HTTP API v2 (/v2/*)
  • SFTP storage backend
  • Web UI + REST API (/api/*) with JWT auth
  • Multi-arch support (manifest lists)
  • Async upload (optional sync mode)

Quick start

git clone https://github.com/troke12/refity.git
cd refity
cp .env.example .env
docker-compose up -d

Open:

Default user:

  • Username: admin
  • Password: admin

Change it after first login.

License

MIT. See LICENSE.