From c31d9b4b65b719e81ecc39cd8ef5dc245ed274d5 Mon Sep 17 00:00:00 2001 From: David Christofas Date: Tue, 10 May 2022 10:43:43 +0200 Subject: [PATCH] add info about config change to changelog snippet --- changelog/unreleased/thumbnails-env-doc.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/changelog/unreleased/thumbnails-env-doc.md b/changelog/unreleased/thumbnails-env-doc.md index e7651cd493..4131e0c069 100644 --- a/changelog/unreleased/thumbnails-env-doc.md +++ b/changelog/unreleased/thumbnails-env-doc.md @@ -2,4 +2,16 @@ Enhancement: Add description tags to the thumbnails config structs Added description tags to the config structs in the thumbnails service so they will be included in the config documentation. +**Important** +If you ran `ocis init` with the `v2.0.0-alpha*` version then you have to manually add the `transfer_secret` to the ocis.yaml. + +Just open the `ocis.yaml` config file and look for the thumbnails section. +Then add a random `transfer_secret` so that it looks like this: + +```yaml +thumbnails: + thumbnail: + transfer_secret: +``` + https://github.com/owncloud/ocis/pull/3752