-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,12 @@ | ||
# Docker mod for PRoot | ||
# Docker mod for Oxylabs proxy | ||
|
||
This mod installs a list of [PRoot Apps](https://github.com/linuxserver/proot-apps) at runtime. | ||
This mod sets up a proxy via [Oxylabs](https://oxylabs.io) at runtime and directs all container traffic through it. It requires an Oxylabs account. | ||
|
||
In the [Webtop](https://github.com/linuxserver/docker-webtop) docker arguments, set an environment variable `DOCKER_MODS=throneless-tech/docker-mods:webtop-proot` | ||
In the [Webtop](https://github.com/linuxserver/docker-webtop) docker arguments, set an environment variable `DOCKER_MODS=throneless-tech/docker-mods:webtop-oxylabs` | ||
|
||
Then, specify a list of PRoot Apps separated by `|` via an environment variable `INSTALL_APPS=app1|app2` | ||
Then, specify the following environment variables: | ||
``` | ||
OXYLABS_USER=<oxylabs user account> | ||
OXYLABS_PASS=<oxylabs password> | ||
OXYLABS_EXIT=<residential exit code from https://developers.oxylabs.io/proxies/residential-proxies/location-settings> | ||
``` |