fix the url to include https
This commit is contained in:
parent
56690ad45f
commit
8761834442
|
@ -6,7 +6,7 @@
|
||||||
environmentFile = config.sops.secrets."mollysocket-vapid-key".path;
|
environmentFile = config.sops.secrets."mollysocket-vapid-key".path;
|
||||||
settings = {
|
settings = {
|
||||||
port = 4381;
|
port = 4381;
|
||||||
allowed_endpoints = ["molly.gladtherescake.eu" "nextcloud.gladtherescake.eu"];
|
allowed_endpoints = ["https://molly.gladtherescake.eu" "https://nextcloud.gladtherescake.eu"];
|
||||||
allowed_uuids = ["*"];
|
allowed_uuids = ["*"];
|
||||||
webserver = true;
|
webserver = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue