diff --git a/manifests/media/qbittorrent.yaml b/manifests/media/qbittorrent.yaml index 0ea410c..bb828f5 100644 --- a/manifests/media/qbittorrent.yaml +++ b/manifests/media/qbittorrent.yaml @@ -30,7 +30,9 @@ data: config.toml: | [[roles]] name = "public" - auth = "none" + + [roles.auth] + method = "none" [[roles.routes]] method = "GET"