Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jheretic committed Oct 11, 2024
1 parent 727494d commit b793727
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
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>
```

0 comments on commit b793727

Please sign in to comment.