diff --git a/quadlets/gluetun/config.toml b/quadlets/gluetun/config.toml new file mode 100644 index 0000000..9ffaa1a --- /dev/null +++ b/quadlets/gluetun/config.toml @@ -0,0 +1,8 @@ +[[roles]] +name = "qbittorrent" +# Define a list of routes with the syntax "Http-Method /path" +routes = ["GET /v1/openvpn/portforwarded"] +# Define an authentication method with its parameters +auth = "basic" +username = "myusername" +password = "mypassword"