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:
parent
c434f513cd
commit
1d6ba77c7c
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
||||||
POSTGRES_USER = "nextcloud";
|
POSTGRES_USER = "nextcloud";
|
||||||
POSTGRES_HOST = "nextcloud-postgres";
|
POSTGRES_HOST = "nextcloud-postgres";
|
||||||
POSTGRES_PASSWORD = "rI7t7Nek1yGA9ucrRc7Uhy0jcjwPjnXa8me4o8tJON8=";
|
POSTGRES_PASSWORD = "rI7t7Nek1yGA9ucrRc7Uhy0jcjwPjnXa8me4o8tJON8=";
|
||||||
|
OVERWRITEPROTOCOL = "https";
|
||||||
};
|
};
|
||||||
networks = [
|
networks = [
|
||||||
"nextcloud"
|
"nextcloud"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue