fix the url to include https

This commit is contained in:
Lillian Violet 2025-01-14 15:03:18 +01:00
parent 56690ad45f
commit 8761834442

View file

@ -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;
}; };