phd59fr/netflix-household-autovalidator

By phd59fr

Updated 1 day ago

Netflix HouseHold AutoValidator

Image
Networking
Content management system
Monitoring & observability
2

6.0K

phd59fr/netflix-household-autovalidator repository overview

Netflix Household Auto-Validator

📝 Description

Automatically validates Netflix household verification links received by email.


⚡ Quick Start

Run with environment variables
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

Run with config file

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

🔧 Environment Variables

VariableDescription
EMAIL_IMAPIMAP server
EMAIL_LOGINEmail login
EMAIL_PASSWORDEmail password
EMAIL_MAILBOXMailbox
TARGET_FROMExpected sender
TARGET_SUBJECTExpected subject

📂 Source

https://github.com/PHD59fr/Netflix-HouseHold-AutoValidator

Tag summary

Content type

Image

Digest

sha256:63612185a

Size

294 MB

Last updated

1 day ago

docker pull phd59fr/netflix-household-autovalidator:sha-0780873