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.
This commit is contained in:
Tristan Daniël Maat 2020-07-27 18:11:30 +01:00
parent c434f513cd
commit 1d6ba77c7c
Signed by: tlater
GPG key ID: 49670FD774E43268

View file

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