add insta compose

This commit is contained in:
decentral1se 2022-08-17 14:48:07 +02:00
parent b7fe99b0f5
commit 34e04c8a94
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
3 changed files with 37 additions and 1 deletions

View File

@ -1,4 +1,12 @@
TYPE=rsshub
DOMAIN=rsshub.example.com
DOMAIN={{ .Domain }}
LETS_ENCRYPT_ENV=production
COMPOSE_FILE="compose.yml"
# instagram
#COMPOSE_FILE="$COMPOSE_FILE:compose.instagram.yml"
#IG_ENABLED=1
#IG_USERNAME=
#SECRET_IG_PASSWORD_VERSION=v1

View File

@ -23,3 +23,17 @@
* `abra app deploy <app-name>`
For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech).
## Tips & Tricks
### Instgram scraping
Use the provided username/password/proxy env vars.
```
# instagram
#COMPOSE_FILE="$COMPOSE_FILE:compose.instagram.yml"
#IG_ENABLED=1
#IG_USERNAME=
#SECRET_IG_PASSWORD_VERSION=v1
```

14
compose.instagram.yml Normal file
View File

@ -0,0 +1,14 @@
---
version: "3.8"
services:
app:
environment:
- IG_USERNAME
- IG_PASSWORD
- IG_PROXY="socks://proxy:9050"
proxy:
image: palnabarun/tor
networks:
- internal