diff --git a/docs/admin/configuration/web-applications.md b/docs/admin/configuration/web-applications.md index 175b7116..d3d6783e 100644 --- a/docs/admin/configuration/web-applications.md +++ b/docs/admin/configuration/web-applications.md @@ -54,13 +54,13 @@ Once the app is copied to the correct location, it will automatically appear in Some OpenCloud apps require additional configuration — for example, the External Sites app. -These configurations can be managed in the following file: +This particular app can be configured by creating the file config.json in the web apps directory: ```bash -opencloud-compose/config/opencloud/apps/external-sites/manifest.json +/web/assets/apps/external-sites/config.json ``` :::note Configuration details vary between apps. -For specific setup instructions, please refer to the official documentation of the respective app. +For specific setup instructions, please refer to the [official documentation](https://github.com/opencloud-eu/web-extensions/tree/main) of the respective app. :::