2015-04-11 16:15:49 +02:00
|
|
|
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.
|
2015-04-28 01:29:41 -03:00
|
|
|
``required``
|
2015-04-11 16:15:49 +02:00
|
|
|
- ``port``: The port (integer) of the proxy server.
|
2015-04-28 01:29:41 -03:00
|
|
|
``required``
|
2015-04-27 12:36:27 +10:00
|
|
|
- ``username``: The username for authentication against the proxy server.
|
|
|
|
This is ignored if ``password`` is not also set.
|
2015-04-28 01:21:07 -03:00
|
|
|
``optional``
|
2015-04-27 12:36:27 +10:00
|
|
|
- ``password``: The password for authentication against the proxy server.
|
|
|
|
This is ignored if ``username`` is not also set.
|
2015-04-28 01:21:07 -03:00
|
|
|
``optional``
|
2015-04-11 16:15:49 +02:00
|
|
|
- ``persistent``: Whether the proxy configuration file should remain on
|
|
|
|
the machine or not.
|
2015-04-28 01:29:41 -03:00
|
|
|
Valid values: ``true``, ``false``
|
|
|
|
Default: ``false``.
|
2015-04-28 01:21:07 -03:00
|
|
|
``optional``
|