From b7937277ed786394d79e3af8bb3511fe3cbefbd4 Mon Sep 17 00:00:00 2001 From: Josh King Date: Fri, 11 Oct 2024 13:46:46 -0400 Subject: [PATCH] Update README --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 330b2b9..4ff75c9 100644 --- a/README.md +++ b/README.md @@ -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_PASS= + OXYLABS_EXIT= +```