Software /
code /
prosody-modules
Comparison
mod_pubsub_github/README.markdown @ 3514:8811b7dbe6e2
mod_pubsub_github: Add support for specifying an actor with less privileges
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 31 Mar 2019 17:59:17 +0200 |
parent | 3512:5fb14ae57b4c |
child | 3515:f756e051fa02 |
comparison
equal
deleted
inserted
replaced
3513:9556e92b2ec4 | 3514:8811b7dbe6e2 |
---|---|
24 | 24 |
25 Name Default Description | 25 Name Default Description |
26 ----------------------- ------------------- ------------------------------------------------------------ | 26 ----------------------- ------------------- ------------------------------------------------------------ |
27 `github_node` `"github"`{.lua} The pubsub node to publish commits on. | 27 `github_node` `"github"`{.lua} The pubsub node to publish commits on. |
28 `github_secret` *not set* Shared secret used to sign HTTP requests. | 28 `github_secret` *not set* Shared secret used to sign HTTP requests. |
29 `github_actor` *superuser* Which actor to do the publish as (used for access control) | |
29 | 30 |
30 The URL for Github to post to would be either: | 31 The URL for Github to post to would be either: |
31 | 32 |
32 - http://pubsub.example.com:5280/pubsub\_github | 33 - http://pubsub.example.com:5280/pubsub\_github |
33 - https://pubsub.example.com:5281/pubsub\_github | 34 - https://pubsub.example.com:5281/pubsub\_github |