From 1e8b39fcbf6fa2246360a38888828fd51ada62ee Mon Sep 17 00:00:00 2001 From: aptalca Date: Wed, 19 Aug 2020 11:35:50 -0400 Subject: [PATCH 1/2] nextcloud: change to swag --- nextcloud.subdomain.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextcloud.subdomain.conf.sample b/nextcloud.subdomain.conf.sample index ab2281c..16c7285 100644 --- a/nextcloud.subdomain.conf.sample +++ b/nextcloud.subdomain.conf.sample @@ -1,7 +1,7 @@ # make sure that your dns has a cname set for nextcloud -# assuming this container is called "letsencrypt", edit your nextcloud container's config +# assuming this container is called "swag", edit your nextcloud container's config # located at /config/www/nextcloud/config/config.php and add the following lines before the ");": -# 'trusted_proxies' => ['letsencrypt'], +# 'trusted_proxies' => ['swag'], # 'overwrite.cli.url' => 'https://nextcloud.your-domain.com/', # 'overwritehost' => 'nextcloud.your-domain.com', # 'overwriteprotocol' => 'https', From e4b6dae239045b756a3205233ecec3238dfea130 Mon Sep 17 00:00:00 2001 From: aptalca Date: Wed, 19 Aug 2020 11:36:26 -0400 Subject: [PATCH 2/2] nextcloud: change to swag (subfolder) --- nextcloud.subfolder.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextcloud.subfolder.conf.sample b/nextcloud.subfolder.conf.sample index 7b14687..2ee4393 100644 --- a/nextcloud.subfolder.conf.sample +++ b/nextcloud.subfolder.conf.sample @@ -1,6 +1,6 @@ -# Assuming this container is called "letsencrypt", edit your nextcloud container's config +# Assuming this container is called "swag", edit your nextcloud container's config # located at /config/www/nextcloud/config/config.php and add the following lines before the ");": -# 'trusted_proxies' => ['letsencrypt'], +# 'trusted_proxies' => ['swag'], # 'overwritewebroot' => '/nextcloud', # 'overwrite.cli.url' => 'https://your-domain.com/nextcloud', #