Replies: 1 comment 2 replies
-
hi sorry, we do not support windows or issues with people using windows. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I need to monitoring some page. I make a CSS/JSON Filter, so I can only see the changes in the block I want. The problem is that sometimes the page is not fully loaded and the required block is loaded empty (blank), which is considered a change, while the diff shows that all the text has been deleted, which is logical. Is it possible to somehow add to exceptions, not notify if the checked element is completely empty (blank)?
And additionally I want to clarify which command can update the release when executing:
docker kill $(docker ps -a|grep changedetection.io|awk '{print $1}')
docker rm $(docker ps -a|grep changedetection.io|awk '{print $1}')
refers to the fact that grep is not a system command. I execute it on the command line in Windows. Thanks
Beta Was this translation helpful? Give feedback.
All reactions