ENV_OVPN_USER: Specify your user account on ovpn.com (required)
ENV_OVPN_PASS: Specify your user password on ovpn.com (required)
ENV_OVPN_PROTOCOL: Specify which protocol you would like to use for openvpn, can be tcp or udp (default udp)
ENV_OVPN_INTERFACE: Specify openvpn interface name here (default ovpn)
ENV_OVPN_REMOTE_POOL_01: Specify first pool to use for ovpn here (default pool.prd.se.ovpn.com 1194)
ENV_OVPN_REMOTE_POOL_02: Specify secondary pool to use for ovpn here (default pool.prd.se.ovpn.com 1195)
ENV_PHP_MEM: Specify max memory usage for php-fpm here (default 512M)
ENV_RTORRENT_UID: Specify uid for rtorrent user here (default 1000)
ENV_RTORRENT_GID: Specify gid for rtorrent user here (default 1000)
ENV_RTORRENT_PORT_RANGE: Specify port range to use for rtorrent here (default 61300-61300)
ENV_RTORRENT_DHT_PORT: Specify dht port for rtorrent here (disabled by default)
ENV_RTORRENT_MEM_USAGE: Specify max memory usage for rtorrent here (default 1g)
ENV_RTORRENT_DOWNLOAD_RATE: Specify download rate for rtorrent here (default 1000 = 10 mbit)
ENV_RTORRENT_UPLOAD_RATE: Specify upload rate for rtorrent here (default 1000 = 10 mbit)
ENV_RTORRENT_MAX_UPLOADS: Specify max upload for rtorrent here (default 0)
ENV_RTORRENT_MAX_DOWNLOADS: Specify max download for rtorrent here (default 0)
ENV_RTORRENT_MAX_UPLOADS_PER_TORRENT: Specify max uploads per torrent for rtorrent here (default 10)
ENV_RTORRENT_MIN_PEERS_PER_TORRENT: Specify min peers per torrent for rtorrent here (default 10)
ENV_RTORRENT_MAX_PEERS_PER_TORRENT: Specify max peers per torrent for rtorrent here (default 50)
ENV_RTORRENT_EXECUTE: Will add this to rtorrent.rc: execute = $ENV_RTORRENT_EXECUTE (disabled by default)
ENV_RTORRENT_EXECUTE_DOWNLOAD_FINISHED: Will add this to rtorrent.rc: event.download.finished,fileprocessing,"execute=$ENV_RTORRENT_EXECUTE_DOWNLOAD_FINISHED" (disabled by default)
Put htpasswd into your /data/nginx folder, the container will re-read htpasswd each time it starts. To remote auth, simply remove /data/nginx/htpasswd and restart your container.