diff --git a/README.md b/README.md index e06605f..f8d41ac 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech). ### Instgram scraping -Use the provided username/password/proxy env vars. +Use the provided username/password env vars. ``` # instagram @@ -37,3 +37,7 @@ Use the provided username/password/proxy env vars. #IG_USERNAME= #SECRET_IG_PASSWORD_VERSION=v1 ``` + +We used to Tor proxying but then the accounts started getting blocked due to +each request arriving from a new IP address (exit nodes). So, it ie best to +rely on caching and reducing access. diff --git a/compose.instagram.yml b/compose.instagram.yml index 05183a2..5a2e9ac 100644 --- a/compose.instagram.yml +++ b/compose.instagram.yml @@ -9,13 +9,6 @@ services: - IG_ENABLED - IG_USERNAME - IG_PASSWORD_FILE=/run/secrets/ig_password - - IG_PROXY=socks://proxy:9050 - - PROXY_URI=socks://proxy:9050 - - proxy: - image: palnabarun/tor - networks: - - internal secrets: ig_password: diff --git a/compose.yml b/compose.yml index 79d854c..97ddce2 100644 --- a/compose.yml +++ b/compose.yml @@ -26,7 +26,7 @@ services: - "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)" - "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure" - "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}" - - "coop-cloud.${STACK_NAME}.version=2022-08-17+0.1.0" + - "coop-cloud.${STACK_NAME}.version=0.1.0+2022-09-02" browserless: image: browserless/chrome