linuxserver / docker-jackett

GNU General Public License v3.0
394 stars 95 forks source link

Allow passing arguments to JacketConsole.exe. Resolves #10. #15

Closed cmer closed 7 years ago

cmer commented 7 years ago

Give more flexibility and allow passing arguments to Jackett by setting the ARGS environment variable.

This allows, for example, specifying a proxy: "-j 10.0.0.100:1234"

LinuxServer-CI commented 7 years ago

Can an admin please whisper to jenkins to test this PR.

CHBMB commented 7 years ago

Jenkins test this please

sparklyballs commented 7 years ago

ARGS is too close a name to a docker reserved name of ARG, should probably use RUN_OPTS as per linuxserver/minisatip

It should also be quoted like this "${RUN_OPTS}"

cmer commented 7 years ago

There you go.

sparklyballs commented 7 years ago

jenkins, retest this please

cmer commented 7 years ago

Is this OK?

j0nnymoe commented 7 years ago

Hi @cmer , unfortunately we haven't had chance to test this in house. Have you tried this yourself? if so can you confirm its working? Thanks

cmer commented 7 years ago

Yes I have and it's working fine!