From ebc0fc592b564dd049c0c744b37241dfcd8637a4 Mon Sep 17 00:00:00 2001 From: Jannik Stehle Date: Tue, 28 Jan 2025 14:35:25 +0100 Subject: [PATCH] chore: debrand leftovers in deployment examples --- deployments/examples/README.md | 2 +- deployments/examples/opencloud_full/README.md | 8 ++++---- .../examples/opencloud_full/config/opencloud/apps.yaml | 8 ++++---- .../config/opencloud/banned-password-list.txt | 4 ++-- deployments/examples/opencloud_full/opencloud.yml | 4 ++-- .../opencloud_full/web_extensions/progressbars.yml | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/deployments/examples/README.md b/deployments/examples/README.md index 57c1beb4e8..4fd87c428e 100644 --- a/deployments/examples/README.md +++ b/deployments/examples/README.md @@ -1,3 +1,3 @@ # Deployment Examples -These docker-compose deployment examples are referenced in the documentation on [doc.owncloud.com](https://doc.owncloud.com/ocis/next/). Therefore, please create an issue on the documentation [issue tracker](https://github.com/owncloud/docs-ocis/issues) prior to major changes like moving, renaming or massively changing deployment examples. +These docker-compose deployment examples are referenced in the documentation on [docs.opencloud.eu](https://docs.opencloud.eu/opencloud/next/). Therefore, please create an issue on the documentation [issue tracker](https://github.com/opencloud-eu/docs/issues) prior to major changes like moving, renaming or massively changing deployment examples. diff --git a/deployments/examples/opencloud_full/README.md b/deployments/examples/opencloud_full/README.md index b0959c2b16..7cc90d9b04 100644 --- a/deployments/examples/opencloud_full/README.md +++ b/deployments/examples/opencloud_full/README.md @@ -1,17 +1,17 @@ --- -document this deployment example in: docs/ocis/deployment/opencloud_full.md +document this deployment example in: docs/opencloud/deployment/opencloud_full.md --- # OpenCloud WOPI Deployment Example This deployment example is documented in two locations for different audiences: -* In the [Admin Documentation](https://doc.owncloud.com/ocis/latest/index.html)\ +* In the [Admin Documentation](https://docs.opencloud.eu/opencloud/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 OpenCloud on the Hetzner Cloud](https://doc.owncloud.com/ocis/next/depl-examples/ubuntu-compose/ubuntu-compose-hetzner.html).\ + [Local Production Setup](https://docs.opencloud.eu/opencloud/next/depl-examples/ubuntu-compose/ubuntu-compose-prod.html) and [Deploy OpenCloud on the Hetzner Cloud](https://docs.opencloud.eu/opencloud/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/)\ +* In the [Developer Documentation](https://docs.opencloud.eu/opencloud/deployment/opencloud_full/)\ 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. diff --git a/deployments/examples/opencloud_full/config/opencloud/apps.yaml b/deployments/examples/opencloud_full/config/opencloud/apps.yaml index 63f17ef1c4..29a470af88 100644 --- a/deployments/examples/opencloud_full/config/opencloud/apps.yaml +++ b/deployments/examples/opencloud_full/config/opencloud/apps.yaml @@ -1,6 +1,6 @@ importer: config: - companionUrl: https://${COMPANION_DOMAIN|companion.owncloud.test} + companionUrl: https://${COMPANION_DOMAIN|companion.opencloud.test} supportedClouds: - WebdavPublicLink #- OneDrive # needs a client id and secret @@ -8,9 +8,9 @@ importer: external-sites: config: sites: - # For settings see: https://github.com/owncloud/web-extensions/tree/main/packages/web-app-external-sites - - name: ownCloud - url: "https://owncloud.dev" + # For settings see: https://github.com/opencloud-eu/web-extensions/tree/main/packages/web-app-external-sites + - name: OpenCloud + url: "https://opencloud.eu" target: embedded color: "#0D856F" icon: cloud diff --git a/deployments/examples/opencloud_full/config/opencloud/banned-password-list.txt b/deployments/examples/opencloud_full/config/opencloud/banned-password-list.txt index aff7475f22..934b1818f4 100644 --- a/deployments/examples/opencloud_full/config/opencloud/banned-password-list.txt +++ b/deployments/examples/opencloud_full/config/opencloud/banned-password-list.txt @@ -1,5 +1,5 @@ password 12345678 123 -ownCloud -ownCloud-1 +OpenCloud +OpenCloud-1 diff --git a/deployments/examples/opencloud_full/opencloud.yml b/deployments/examples/opencloud_full/opencloud.yml index a294187305..4d1acf781e 100644 --- a/deployments/examples/opencloud_full/opencloud.yml +++ b/deployments/examples/opencloud_full/opencloud.yml @@ -7,8 +7,8 @@ services: - ${OC_DOMAIN:-cloud.opencloud.test} opencloud: image: ${OC_DOCKER_IMAGE:-opencloud-eu/opencloud}:${OC_DOCKER_TAG:-latest} - # changelog: https://github.com/opencloud-eu/opencloud/tree/master/changelog - # release notes: https://doc.owncloud.com/opencloud_release_notes.html + # changelog: https://github.com/opencloud-eu/opencloud/tree/main/changelog + # release notes: https://docs.opencloud.eu/opencloud_release_notes.html networks: opencloud-net: entrypoint: diff --git a/deployments/examples/opencloud_full/web_extensions/progressbars.yml b/deployments/examples/opencloud_full/web_extensions/progressbars.yml index 668a7a867c..580fd0db7e 100644 --- a/deployments/examples/opencloud_full/web_extensions/progressbars.yml +++ b/deployments/examples/opencloud_full/web_extensions/progressbars.yml @@ -9,7 +9,7 @@ services: image: opencloud-eu/web-extensions:progress-bars-0.3.0 user: root volumes: - - ocis-apps:/apps + - opencloud-apps:/apps entrypoint: - /bin/sh command: ["-c", "cp -R /var/lib/nginx/html/progress-bars/ /apps"]