APT Proxy¶
This plugin creates a proxy configuration file for APT, so you could
enjoy the benefits of using cached packages instead of downloading them
from the mirror every time. You could just install apt-cacher-ng on
the host machine and then add "address": "127.0.0.1" and
"port": 3142 to the manifest file.
Settings¶
address: The IP or host of the proxy server.requiredport: The port (integer) of the proxy server.requiredusername: The username for authentication against the proxy server. This is ignored ifpasswordis not also set.optionalpassword: The password for authentication against the proxy server. This is ignored ifusernameis not also set.optionalpersistent: Whether the proxy configuration file should remain on the machine or not. Valid values:true,falseDefault:false.optional