|
|
@ -16,11 +16,7 @@ Know when ...
|
|
|
|
- Realestate listing changes
|
|
|
|
- Realestate listing changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Get monitoring now! super simple.
|
|
|
|
|
|
|
|
|
|
|
|
![Alt text](screenshot.png?raw=true "Self-hosted web page change monitoring screenshot")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Get monitoring! super simple.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
```
|
|
|
|
$ mkdir ./datastore
|
|
|
|
$ mkdir ./datastore
|
|
|
@ -29,9 +25,12 @@ $ docker run -d --restart always -p "127.0.0.1:5000:5000" -v "$(pwd)"/datastore:
|
|
|
|
|
|
|
|
|
|
|
|
Now visit http://127.0.0.1:5000 , You should now be able to access the UI.
|
|
|
|
Now visit http://127.0.0.1:5000 , You should now be able to access the UI.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(The `/datastore` `-v` is optional, I prefer to have the files on my local disk instead of in a docker volume)
|
|
|
|
(The `/datastore` `-v` is optional, I prefer to have the files on my local disk instead of in a docker volume)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
![Alt text](screenshot.png?raw=true "Self-hosted web page change monitoring screenshot")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Future plans
|
|
|
|
### Future plans
|
|
|
|
|
|
|
|
|
|
|
|
- Greater configuration of check interval times, page request headers.
|
|
|
|
- Greater configuration of check interval times, page request headers.
|
|
|
|