From 9653a97ac429a4bf103dab91b00ac7d2285b0a56 Mon Sep 17 00:00:00 2001 From: redbeardymcgee Date: Thu, 5 Dec 2024 19:05:17 -0600 Subject: [PATCH] fix(gluetun): add example config.toml --- quadlets/gluetun/config.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 quadlets/gluetun/config.toml 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"