# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ### Fixed - fixed repo url in `org.opencontainers.image.source` label - `docker-compose`: increased memory limit (`64MiB` was insufficient for two parallel operations, e.g. `borg create` & `borg list`) ## [0.1.0] - 2021-04-04 ### Added - openssh server listening on tcp port `2200` - single user `borg` - public keys in env var `SSH_CLIENT_PUBLIC_KEYS` and `SSH_CLIENT_PUBLIC_KEYS_APPEND_ONLY` will be authorized - launching borgbackup backend when ssh client connects - only granting access to borgbackup repository at `/repository` - keys in `SSH_CLIENT_PUBLIC_KEYS_APPEND_ONLY` are restricted to [append-only mode](https://borgbackup.readthedocs.io/en/stable/usage/notes.html#append-only-mode) [Unreleased]: https://github.com/fphammerle/docker-borgbackup-sshd/compare/v0.1.0...master [0.1.0]: https://github.com/fphammerle/docker-borgbackup-sshd/tree/v0.1.0