From 343ba5025a3616b2cfcb97ce840089f809810f7a Mon Sep 17 00:00:00 2001 From: Ilja Neumann Date: Thu, 12 Mar 2020 15:44:33 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac30b39bb0..6fe4007888 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Summary * Change - Initial release of basic version: [#2](https://github.com/owncloud/ocis/issues/2) +* Change - Start ocis-proxy with the ocis server command: [#119](https://github.com/owncloud/ocis/issues/119) ## Details @@ -13,3 +14,12 @@ https://github.com/owncloud/ocis/issues/2 + +* Change - Start ocis-proxy with the ocis server command: [#119](https://github.com/owncloud/ocis/issues/119) + + Starts the proxy in single binary mode (./ocis server) on port 9200. The proxy serves as a + single-entry point for all http-clients. + + https://github.com/owncloud/ocis/issues/119 + https://github.com/owncloud/ocis/issues/136 +