Sign inSign up

jefftadashi/webstringer

By jefftadashi

•Updated over 6 years ago

See Github for more info!

Image
0

910

jefftadashi/webstringer repository overview

⁠webstringer

Monitor a website continuously for certain text/changes!

Exmaple docker:

(create webstringer subdirectory with apikey)
docker run -it --rm -v $(pwd)/webstringer/:/vol/ jefftadashi/webstringer
docker run -d --restart unless-stopped -v $(pwd)/webstringer/:/vol/ jefftadashi/webstringer

(for building on my master machine)
docker buildx build --no-cache --platform linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/386,linux/arm/v7,linux/arm/v6 -t jefftadashi/webstringer:latest -t jefftadashi/webstringer:multi-arch --push .

Tag summary

Content type

Image

Digest

Size

22.1 MB

Last updated

over 6 years ago

docker pull jefftadashi/webstringer