Skip to content

gph03n1x/warden

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Notifier on IP Changes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published