Add current dir keyword

This commit is contained in:
askiiart 2024-02-20 12:04:52 -06:00
parent 219bcf8a12
commit caba45a27f
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
4 changed files with 16 additions and 3 deletions

View file

@ -62,6 +62,12 @@ Optional arguments:
- `name`: A human-friendly name for the service; currently unused.
#### Keywords
Keywords get replaced with their value.
- `%dir%`: The directory Updog is located in.
---
This example uses the template extensions, [askiiart/updog-checker_template](https://git.askiiart.net/askiiart/updog-checker_template), [askiiart/updog-logging_template](https://git.askiiart.net/askiiart/updog-logging_template), and [askiiart/updog-alerts_template](https://git.askiiart.net/askiiart/updog-alerts_template), so the arguments for them are mostly irrelevant. For each extension, check its docs for what arguments to use.