Browse Source

release v0.1.0

Fabian Peter Hammerle 3 years ago
parent
commit
f13f2a68f9
1 changed files with 15 additions and 0 deletions
  1. 15 0
      CHANGELOG.md

+ 15 - 0
CHANGELOG.md

@@ -0,0 +1,15 @@
+# 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).
+
+## [0.1.0] - 2021-03-20
+### Added
+- openssh server listening on tcp port `2200`
+- only sftp access enabled, chrooted to `/data`
+- single user `nonroot`
+- `authorized_keys` configured via `SSH_CLIENT_PUBLIC_KEYS` env var
+
+[Unreleased]: https://github.com/fphammerle/docker-sftpd/compare/v0.1.0...master
+[0.1.0]: https://github.com/fphammerle/docker-sftpd/tree/v0.1.0