podbox/stacks/mam/README.md
2024-11-08 18:58:06 -06:00

613 B

MAM Stack

[!TIP] Get protonvpn user/pass OpenVpnIKEv2

/etc/systemd/system/volumes-books.mount

[Unit]
Description=Mount LVM for storage

[Mount]
What=/dev/library/books
Where=/volumes/books
Type=ext4

[Install]
WantedBy=default.target

/volumes/books/gluetun/auth/config.toml

This allows us to query the gluetun API for the forwarded port without needing an API user and password.

[!WARNING] Do not expose the API to the internet.

[[roles]]
name = "qbittorrent"
routes = ["GET /v1/openvpn/portforwarded"]
auth = "none"