From 6aa3491a6ccbd19547d7e86bb28f49fe2dee709a Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sun, 26 Apr 2026 21:10:15 +0200 Subject: [PATCH] Fix config template: host/path -> url --- dist/config.toml.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dist/config.toml.in b/dist/config.toml.in index 509d089..1105470 100644 --- a/dist/config.toml.in +++ b/dist/config.toml.in @@ -52,8 +52,7 @@ wifi_enabled = false # worker runs. # # [webdav] -# host = "https://dav.example.com" -# remote_path = "/rayhunter" +# url = "https://dav.example.com/rayhunter" # # HTTP Basic auth. Both fields are optional; a password without a username is # # rejected and the request is sent unauthenticated. # username = "user"