Netflix HouseHold AutoValidator
6.0K
Automatically validates Netflix household verification links received by email.
docker run -d \
--name netflix-autovalidator \
--restart unless-stopped \
-e EMAIL_IMAP=imap.example.com:993 \
-e [email protected] \
-e EMAIL_PASSWORD=your-email-password \
-e EMAIL_MAILBOX=INBOX \
-e [email protected] \
-e TARGET_SUBJECT="Important : comment mettre à jour votre foyer Netflix" \
phd59fr/netflix-household-autovalidator:latest
Create a config.yaml:
email:
imap: "imap.example.com:993"
login: "[email protected]"
password: "your-email-password"
mailbox: "INBOX"
targetFrom: "[email protected]"
targetSubject: "Important : comment mettre à jour votre foyer Netflix"
Run:
docker run -d \
--name netflix-autovalidator \
--restart unless-stopped \
-v /path/to/config.yaml:/app/config.yaml \
phd59fr/netflix-household-autovalidator:latest
| Variable | Description |
|---|---|
| EMAIL_IMAP | IMAP server |
| EMAIL_LOGIN | Email login |
| EMAIL_PASSWORD | Email password |
| EMAIL_MAILBOX | Mailbox |
| TARGET_FROM | Expected sender |
| TARGET_SUBJECT | Expected subject |
Content type
Image
Digest
sha256:63612185a…
Size
294 MB
Last updated
1 day ago
docker pull phd59fr/netflix-household-autovalidator:sha-0780873