From a16b4f71ccc1949b7e9191a5b389436de45b0424 Mon Sep 17 00:00:00 2001 From: Melvin mngmt-02 Date: Fri, 13 Oct 2023 16:14:17 +0200 Subject: [PATCH] making NEXTCLOUD_TRUSTED_DOMAINS after install Signed-off-by: Melvin mngmt-02 Signed-off-by: Melvin Suter --- 25/apache/config/trusteddomains.config.php | 7 +++++++ 25/fpm-alpine/config/trusteddomains.config.php | 7 +++++++ 25/fpm/config/trusteddomains.config.php | 7 +++++++ 26/apache/config/trusteddomains.config.php | 7 +++++++ 26/fpm-alpine/config/trusteddomains.config.php | 7 +++++++ 26/fpm/config/trusteddomains.config.php | 7 +++++++ 27/apache/config/trusteddomains.config.php | 7 +++++++ 27/fpm-alpine/config/trusteddomains.config.php | 7 +++++++ 27/fpm/config/trusteddomains.config.php | 7 +++++++ 9 files changed, 63 insertions(+) create mode 100644 25/apache/config/trusteddomains.config.php create mode 100644 25/fpm-alpine/config/trusteddomains.config.php create mode 100644 25/fpm/config/trusteddomains.config.php create mode 100644 26/apache/config/trusteddomains.config.php create mode 100644 26/fpm-alpine/config/trusteddomains.config.php create mode 100644 26/fpm/config/trusteddomains.config.php create mode 100644 27/apache/config/trusteddomains.config.php create mode 100644 27/fpm-alpine/config/trusteddomains.config.php create mode 100644 27/fpm/config/trusteddomains.config.php diff --git a/25/apache/config/trusteddomains.config.php b/25/apache/config/trusteddomains.config.php new file mode 100644 index 00000000..32019f32 --- /dev/null +++ b/25/apache/config/trusteddomains.config.php @@ -0,0 +1,7 @@ + array_map(function($domain){return trim($domain);},explode(",",getenv('NEXTCLOUD_TRUSTED_DOMAINS'))) + ); +} diff --git a/25/fpm-alpine/config/trusteddomains.config.php b/25/fpm-alpine/config/trusteddomains.config.php new file mode 100644 index 00000000..32019f32 --- /dev/null +++ b/25/fpm-alpine/config/trusteddomains.config.php @@ -0,0 +1,7 @@ + array_map(function($domain){return trim($domain);},explode(",",getenv('NEXTCLOUD_TRUSTED_DOMAINS'))) + ); +} diff --git a/25/fpm/config/trusteddomains.config.php b/25/fpm/config/trusteddomains.config.php new file mode 100644 index 00000000..32019f32 --- /dev/null +++ b/25/fpm/config/trusteddomains.config.php @@ -0,0 +1,7 @@ + array_map(function($domain){return trim($domain);},explode(",",getenv('NEXTCLOUD_TRUSTED_DOMAINS'))) + ); +} diff --git a/26/apache/config/trusteddomains.config.php b/26/apache/config/trusteddomains.config.php new file mode 100644 index 00000000..32019f32 --- /dev/null +++ b/26/apache/config/trusteddomains.config.php @@ -0,0 +1,7 @@ + array_map(function($domain){return trim($domain);},explode(",",getenv('NEXTCLOUD_TRUSTED_DOMAINS'))) + ); +} diff --git a/26/fpm-alpine/config/trusteddomains.config.php b/26/fpm-alpine/config/trusteddomains.config.php new file mode 100644 index 00000000..32019f32 --- /dev/null +++ b/26/fpm-alpine/config/trusteddomains.config.php @@ -0,0 +1,7 @@ + array_map(function($domain){return trim($domain);},explode(",",getenv('NEXTCLOUD_TRUSTED_DOMAINS'))) + ); +} diff --git a/26/fpm/config/trusteddomains.config.php b/26/fpm/config/trusteddomains.config.php new file mode 100644 index 00000000..32019f32 --- /dev/null +++ b/26/fpm/config/trusteddomains.config.php @@ -0,0 +1,7 @@ + array_map(function($domain){return trim($domain);},explode(",",getenv('NEXTCLOUD_TRUSTED_DOMAINS'))) + ); +} diff --git a/27/apache/config/trusteddomains.config.php b/27/apache/config/trusteddomains.config.php new file mode 100644 index 00000000..32019f32 --- /dev/null +++ b/27/apache/config/trusteddomains.config.php @@ -0,0 +1,7 @@ + array_map(function($domain){return trim($domain);},explode(",",getenv('NEXTCLOUD_TRUSTED_DOMAINS'))) + ); +} diff --git a/27/fpm-alpine/config/trusteddomains.config.php b/27/fpm-alpine/config/trusteddomains.config.php new file mode 100644 index 00000000..32019f32 --- /dev/null +++ b/27/fpm-alpine/config/trusteddomains.config.php @@ -0,0 +1,7 @@ + array_map(function($domain){return trim($domain);},explode(",",getenv('NEXTCLOUD_TRUSTED_DOMAINS'))) + ); +} diff --git a/27/fpm/config/trusteddomains.config.php b/27/fpm/config/trusteddomains.config.php new file mode 100644 index 00000000..32019f32 --- /dev/null +++ b/27/fpm/config/trusteddomains.config.php @@ -0,0 +1,7 @@ + array_map(function($domain){return trim($domain);},explode(",",getenv('NEXTCLOUD_TRUSTED_DOMAINS'))) + ); +}