From 529a1833eabe37c4a42c302d9c540150e452ab49 Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 3 Oct 2024 14:34:50 +0200 Subject: [PATCH] Update deployments/examples/ocis_full/README.md --- deployments/examples/ocis_full/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/deployments/examples/ocis_full/README.md b/deployments/examples/ocis_full/README.md index cb31c0c242..a9a42ed672 100644 --- a/deployments/examples/ocis_full/README.md +++ b/deployments/examples/ocis_full/README.md @@ -8,8 +8,11 @@ This deployment example is documented in two locations for different audiences: * In the [Admin Documentation](https://doc.owncloud.com/ocis/latest/index.html)\ Providing two variants using detailed configuration step by step guides:\ - [Local Production Setup](https://doc.owncloud.com/ocis/next/depl-examples/ubuntu-compose/ubuntu-compose-prod.html) and [Deploy Infinite Scale on the Hetzner Cloud](https://doc.owncloud.com/ocis/next/depl-examples/ubuntu-compose/ubuntu-compose-hetzner.html). + [Local Production Setup](https://doc.owncloud.com/ocis/next/depl-examples/ubuntu-compose/ubuntu-compose-prod.html) and [Deploy Infinite Scale on the Hetzner Cloud](https://doc.owncloud.com/ocis/next/depl-examples/ubuntu-compose/ubuntu-compose-hetzner.html).\ + Note that these examples use LetsEncrypt certificates and are intended for production use. * In the [Developer Documentation](https://owncloud.dev/ocis/deployment/ocis_full/)\ - Providing details which are more developer focused. This description can also be used when deviating from the default. + Providing details which are more developer focused. This description can also be used when deviating from the default.\ + Note that this examples uses self signed certificates and is intended for testing purposes. +