8 lines
253 B
TOML
8 lines
253 B
TOML
[[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"
|