davidwinter / phonehome

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phone home

Docker image to determine your public IP address and update a DNS record hosted on Cloudflare. Great for hosting your own webserver at home!

Usage

Update the environment variable values and then make run which handles the building and running of the docker image.

AUTH_KEY="XXXXXXX" \
AUTH_EMAIL="me@blah.com" \
ZONE_NAME="example.com" \
RECORD_NAME="home.example.com" \
make run

Have a look within the Makefile if you want to run the image yourself.

Licence

MIT


By David Winter

About


Languages

Language:Shell 83.2%Language:Makefile 9.2%Language:Dockerfile 7.6%