From ea4f7f2c8751f14eda3ea877e0792b4acbf29150 Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 18 Aug 2025 11:59:13 +0200 Subject: [PATCH] docs: clarify publicurl requirements --- config-raw.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-raw.json b/config-raw.json index 6c183d656..5691e7004 100644 --- a/config-raw.json +++ b/config-raw.json @@ -36,7 +36,7 @@ { "key": "publicurl", "default_value": "", - "comment": "The public facing URL where your users can reach Vikunja. Used in emails and for the communication between api and frontend." + "comment": "The public facing URL where your users can reach Vikunja. Used in emails and for the communication between api and frontend. The url must be a valid http or https url." }, { "key": "rootpath",