fix(obsidian-livesync): allow /_up probe without auth via require_valid_user_except_for_up

This commit is contained in:
funman300
2026-05-18 13:05:47 -07:00
parent dc6e8384d5
commit 70ab699c04
@@ -12,6 +12,7 @@ data:
bind_address = any bind_address = any
port = 5984 port = 5984
require_valid_user = true require_valid_user = true
require_valid_user_except_for_up = true
[httpd] [httpd]
enable_cors = true enable_cors = true