Quellcode durchsuchen

README tweaks

tags/v0.3.3
Russ Garrett vor 5 Jahren
Ursprung
Commit
370adf6006
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 5 neuen und 1 gelöschten Zeilen
  1. 5
    1
      README.md

+ 5
- 1
README.md Datei anzeigen

@@ -64,7 +64,7 @@ Grafana alerts can be sent to `/grafana`. They will be sent to the
64 64
 channel defined in `http.listeners.grafana`. Note that this endpoint is currently
65 65
 unauthenticated.
66 66
 
67
-### GitHub Webhooks
67
+### GitHub Webhook
68 68
 ```json
69 69
 "github": {
70 70
 	"secret": "my_secret",
@@ -87,6 +87,10 @@ If `http.listeners.github.default_channel` is set, received notifications will b
87 87
 sent to this channel unless overriden in `http.listeners.github.repositories`. Otherwise,
88 88
 unrecognised repositories will be ignored.
89 89
 
90
+GitHub can be configured to deliver webhooks to irccat on an organisation level which, combined
91
+with the `default_channel` setting, significantly reduces configuration effort compared to
92
+GitHub's old integrations system.
93
+
90 94
 ## IRC → Shell
91 95
 You can use irccat to execute commands from IRC:
92 96
 

Laden…
Abbrechen
Speichern