.. | ||
gluetun.container | ||
pointspend.container | ||
port-forward.container | ||
protonvpn.network | ||
qbittorrent.container | ||
README.md | ||
seedboxapi.container |
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"
Secrets
printf $mam_id | podman secret create --replace --label STACK=MAM mam_id -