Rename weblug.yaml to weblug.yml

Make the nomenclature consistent.
This commit is contained in:
Felix Niederwanger 2023-04-22 10:52:31 +02:00
parent 6a94260c15
commit 5715b9c399
Signed by: phoenix
GPG key ID: 6E77A590E3F6D71C
2 changed files with 2 additions and 2 deletions

View file

@ -2,13 +2,13 @@
Simple webhook receiver program. `weblug` is is a configurable webhook receiver that allows users to define custom programs and script to be executed when a webhook is triggered.
The configuration happens via a simple [yaml file](weblug.yaml).
The configuration happens via a simple [yaml file](weblug.yml).
`weblug` supports multiple webhooks, limitations for concurrent web hooks to be executed, background execution and running webhooks as separate user (`uid`/`gid`). And all of this in a tidy, easy-to-use yaml file!
## Usage
To use `weblug` you need to define webooks in a yaml file. See [weblug.yaml](weblug.yaml) for an example configuration. Then run
To use `weblug` you need to define webooks in a yaml file. See [weblug.yml](weblug.yml) for an example configuration. Then run
./weblug YAML-FILE