28 lines
872 B
XML
28 lines
872 B
XML
<schemalist gettext-domain="ukui-control-center">
|
|
<schema id="org.ukui.control-center.apt.proxy" path="/org/ukui/control-center/apt/proxy/">
|
|
<key name="enabled" type="b">
|
|
<default>false</default>
|
|
<summary>Whether open</summary>
|
|
<description>
|
|
This key is used to control whether to open apt-proxy.
|
|
</description>
|
|
</key>
|
|
<key name="host" type="s">
|
|
<default>''</default>
|
|
<summary>APT proxy host name</summary>
|
|
<description>
|
|
The machine name to proxy APT through.
|
|
</description>
|
|
</key>
|
|
<key name="port" type="i">
|
|
<range min="0" max="65535"/>
|
|
<default>8080</default>
|
|
<summary>APT proxy port</summary>
|
|
<description>
|
|
The port on the machine defined by “/apt/proxy/host” that you
|
|
proxy through.
|
|
</description>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|