Merge pull request #196 from linuxserver/nextcloud

Nextcloud: change to swag
This commit is contained in:
Eric Nemchik 2020-08-19 10:51:16 -05:00 committed by GitHub
commit 64499676be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# make sure that your dns has a cname set for nextcloud # 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 ");": # 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/', # 'overwrite.cli.url' => 'https://nextcloud.your-domain.com/',
# 'overwritehost' => 'nextcloud.your-domain.com', # 'overwritehost' => 'nextcloud.your-domain.com',
# 'overwriteprotocol' => 'https', # 'overwriteprotocol' => 'https',

View file

@ -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 ");": # located at /config/www/nextcloud/config/config.php and add the following lines before the ");":
# 'trusted_proxies' => ['letsencrypt'], # 'trusted_proxies' => ['swag'],
# 'overwritewebroot' => '/nextcloud', # 'overwritewebroot' => '/nextcloud',
# 'overwrite.cli.url' => 'https://your-domain.com/nextcloud', # 'overwrite.cli.url' => 'https://your-domain.com/nextcloud',
# #