hotio/unpackerr
Starting the container¶
1 2 3 4 5 6 7 8 9 |
|
1 2 3 4 5 6 7 8 9 10 11 12 |
|
Tags¶
Tags | Description | Last Updated | Age |
---|
Configuration¶
You can use docker environment variables or a configuration file that should be stored in /config/unpackerr.conf
. Take a look at the upstream project page for info on how to configure Unpackerr.
WireGuard¶
Info
This image includes VPN support. The cli/compose examples below are environment variables and settings complementary to the app image examples, this means you'll have to add/merge the stuff below with the stuff above. In case you are still in need of a VPN, consider using my affiliate link for Proton or Private Internet Access.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
|
-
By default a random server is used, but if you prefer a certain region you can fill in the region id. A list of available regions can be found in
/config/wireguard
after the first start. If you're seeing an error messageshuf: getrandom: Function not implemented
, you can't let it pick one randomly and are forced to fill in a region id. -
When using
VPN_PROVIDER=pia
, fill in your username and password. Awg0.conf
will be automatically downloaded. -
Fill in your DIP token here, if you've bought the dedicated ip option.
-
If you'd like to keep using the same forwarded port until it expires, set this to
true
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
|
-
By default a random server is used, but if you prefer a certain region you can fill in the region id. A list of available regions can be found in
/config/wireguard
after the first start. If you're seeing an error messageshuf: getrandom: Function not implemented
, you can't let it pick one randomly and are forced to fill in a region id. -
When using
VPN_PROVIDER=pia
, fill in your username and password. Awg0.conf
will be automatically downloaded. -
Fill in your DIP token here, if you've bought the dedicated ip option.
-
If you'd like to keep using the same forwarded port until it expires, set this to
true
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
|
-
By default a random server is used, but if you prefer a certain region you can fill in the region id. A list of available regions can be found in
/config/wireguard
after the first start. If you're seeing an error messageshuf: getrandom: Function not implemented
, you can't let it pick one randomly and are forced to fill in a region id. -
When using
VPN_PROVIDER=pia
, fill in your username and password. Awg0.conf
will be automatically downloaded. -
Fill in your DIP token here, if you've bought the dedicated ip option.
-
If you'd like to keep using the same forwarded port until it expires, set this to
true
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
|
-
By default a random server is used, but if you prefer a certain region you can fill in the region id. A list of available regions can be found in
/config/wireguard
after the first start. If you're seeing an error messageshuf: getrandom: Function not implemented
, you can't let it pick one randomly and are forced to fill in a region id. -
When using
VPN_PROVIDER=pia
, fill in your username and password. Awg0.conf
will be automatically downloaded. -
Fill in your DIP token here, if you've bought the dedicated ip option.
-
If you'd like to keep using the same forwarded port until it expires, set this to
true
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
|