drop proxy, bump version, fix label

This commit is contained in:
decentral1se 2022-09-06 00:50:06 +02:00
parent c70515e2fa
commit 565be125e9
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
3 changed files with 6 additions and 9 deletions

View File

@ -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.

View File

@ -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:

View File

@ -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