Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 584 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 584 Bytes

Warden

Warden is a simple periodic service which notifies a discord channel through a webhook when your IP address changes. This can be quite useful when you have Machines that are not assigned a static IP address but, they include a bunch of services which can be accessed through the web.

Deployment

You can build the steward agent image with the following command:

docker build -t warden:latest .

After the image is built you can deploy the agent like this:

docker run --restart always --env-file .env --name warden -d warden:latest