add changelog
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
# Auto generated binary variables helper managed by https://github.com/bwplotka/bingo v0.6. DO NOT EDIT.
|
||||
# Auto generated binary variables helper managed by https://github.com/bwplotka/bingo v0.5.2. DO NOT EDIT.
|
||||
# All tools are designed to be build inside $GOBIN.
|
||||
BINGO_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
|
||||
GOPATH ?= $(shell go env GOPATH)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Auto generated binary variables helper managed by https://github.com/bwplotka/bingo v0.6. DO NOT EDIT.
|
||||
# Auto generated binary variables helper managed by https://github.com/bwplotka/bingo v0.5.2. DO NOT EDIT.
|
||||
# All tools are designed to be build inside $GOBIN.
|
||||
# Those variables will work only until 'bingo get' was invoked, or if tools were installed via Makefile's Variables.mk.
|
||||
GOBIN=${GOBIN:=$(go env GOBIN)}
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
Change: Introduce `ocis init` and remove all default secrets
|
||||
|
||||
We've removed all default secrets. This means you can't start oCIS any longer
|
||||
without setting these via environment variable or configuration file.
|
||||
|
||||
In order to make this easy for you, we introduced a new command: `ocis init`.
|
||||
You can run this command before starting oCIS with `ocis server` and it will
|
||||
bootstrap you a configuration file for a secure oCIS instance.
|
||||
|
||||
https://github.com/owncloud/ocis/pull/3551
|
||||
Reference in New Issue
Block a user