13 lines
466 B
Plaintext
13 lines
466 B
Plaintext
|
<services>
|
||
|
<service name="download_url" mode="disabled">
|
||
|
<param name="protocol">https</param>
|
||
|
<param name="host">github.com</param>
|
||
|
<param name="path">/containous/traefik/releases/download/v1.7.7/traefik-v1.7.7.src.tar.gz</param>
|
||
|
<param name="filename">traefik-v1.7.7.tar.gz</param>
|
||
|
</service>
|
||
|
<service name="recompress" mode="disabled">
|
||
|
<param name="file">*.tar.gz</param>
|
||
|
<param name="compression">xz</param>
|
||
|
</service>
|
||
|
</services>
|