Fix nextcloud device authorization

This previously didn't work because nextcloud believed we were running
http, when in reality we were running https.

Overwrite the protocol, so that nextcloud can authorize devices.
pull/15/head
Tristan Daniël Maat 2020-07-27 18:11:30 +01:00
parent c434f513cd
commit 1d6ba77c7c
Signed by: tlater
GPG Key ID: 49670FD774E43268
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
POSTGRES_USER = "nextcloud";
POSTGRES_HOST = "nextcloud-postgres";
POSTGRES_PASSWORD = "rI7t7Nek1yGA9ucrRc7Uhy0jcjwPjnXa8me4o8tJON8=";
OVERWRITEPROTOCOL = "https";
};
networks = [
"nextcloud"