https://github.com/davidwinter/phonehome
https://github.com/davidwinter/phonehome
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidwinter/phonehome
- Owner: davidwinter
- Created: 2019-02-10T21:44:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-10T21:46:22.000Z (over 6 years ago)
- Last Synced: 2025-01-13T08:46:17.568Z (4 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
```sh
AUTH_KEY="XXXXXXX" \
AUTH_EMAIL="[email protected]" \
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](https://davidwinter.me)