added index to readme
This commit is contained in:
parent
a0dfb7a2f7
commit
ef082f9028
2 changed files with 49 additions and 2 deletions
48
README.md
48
README.md
|
@ -2,6 +2,54 @@
|
||||||
[](https://drone.broodjeaap.net/broodjeaap/go-watch)
|
[](https://drone.broodjeaap.net/broodjeaap/go-watch)
|
||||||
|
|
||||||
A change detection server that can notify through various services, written in Go
|
A change detection server that can notify through various services, written in Go
|
||||||
|
|
||||||
|
- [Intro](#intro)
|
||||||
|
- [Run](#run)
|
||||||
|
- [Binary](#binary)
|
||||||
|
- [Docker](#docker)
|
||||||
|
- [Database](#database)
|
||||||
|
- [Pruning](#pruning)
|
||||||
|
- [Proxy](#proxy)
|
||||||
|
- [Proxy Pools](#proxy-pools)
|
||||||
|
- [Browserless](#browserless)
|
||||||
|
- [Authentication](#Authentication)
|
||||||
|
- [Compose Templates](#compose-templates)
|
||||||
|
- [Filters](#filters)
|
||||||
|
- [Cron](#cron)
|
||||||
|
- [Get URL](#get-url)
|
||||||
|
- [Get URLs](#get-urls)
|
||||||
|
- [CSS](#css)
|
||||||
|
- [XPath](#xpath)
|
||||||
|
- [JSON](#json)
|
||||||
|
- [Replace](#replace)
|
||||||
|
- [Match](#match)
|
||||||
|
- [Substring](#substring)
|
||||||
|
- [Contains](#contains)
|
||||||
|
- [Store](#store)
|
||||||
|
- [Notify](#notify)
|
||||||
|
- [Math](#math)
|
||||||
|
- [Sum](#sum)
|
||||||
|
- [Minimum](#minimum)
|
||||||
|
- [Maximum](#maximum)
|
||||||
|
- [Average](#average)
|
||||||
|
- [Count](#count)
|
||||||
|
- [Round](#round)
|
||||||
|
- [Condition](#condition)
|
||||||
|
- [Different Than Last](#different-than-last)
|
||||||
|
- [Lower Than Last](#lower-than-last)
|
||||||
|
- [Lowest](#lowest)
|
||||||
|
- [Lower Than](#lower-than)
|
||||||
|
- [Higher Than Last](#higher-than-last)
|
||||||
|
- [Highest](#highest)
|
||||||
|
- [Higher Than](#higher-than)
|
||||||
|
- [Lua](#lua)
|
||||||
|
- [Notifiers](#notifiers)
|
||||||
|
- [Shoutrrr](#shoutrrr)
|
||||||
|
- [Apprise](#apprise)
|
||||||
|
- [Build/Development](#builddevelopment)
|
||||||
|
- [Typescript compilation](#type-script-compilation)
|
||||||
|
- [Dependencies](#dependencies)
|
||||||
|
|
||||||
# Intro
|
# Intro
|
||||||
|
|
||||||
GoWatch works through filters, a filter performs operations on the input it recieves.
|
GoWatch works through filters, a filter performs operations on the input it recieves.
|
||||||
|
|
3
todo.md
3
todo.md
|
@ -1,4 +1,3 @@
|
||||||
# Todo
|
# Todo
|
||||||
- comments
|
- comments
|
||||||
- add kube yaml example?
|
- add kube yaml example?
|
||||||
- add index to readme
|
|
Loading…
Add table
Reference in a new issue