update readme
This commit is contained in:
parent
2bdab68c93
commit
49701c8430
1 changed files with 9 additions and 2 deletions
11
README.md
11
README.md
|
|
@ -6,11 +6,12 @@ It implements the webhook triggered when a new message is posted in the chat. It
|
|||
|
||||
## Installation
|
||||
|
||||
Requirements: nodejs (tested with >=22), golang (tested with >=1.24)
|
||||
|
||||
```
|
||||
git clone https://gitnet.fr/deblan/owncast-webhook
|
||||
npm i
|
||||
./node_modules/.bin/webpack
|
||||
go run ./cmd/server/
|
||||
make build
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
|
@ -31,3 +32,9 @@ Add a webhook (Integration > Webhooks):
|
|||
### OBS
|
||||
|
||||
You can embed the chat using this URL: `{server.base_url}/chat/messages`
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
./owncast-webhook -c ./config.ini
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue