]> source.dussan.org Git - gitea.git/commit
Webhook support custom proxy (#8760)
authorLunny Xiao <xiaolunwen@gmail.com>
Fri, 8 Nov 2019 21:25:53 +0000 (05:25 +0800)
committertechknowlogick <techknowlogick@gitea.io>
Fri, 8 Nov 2019 21:25:53 +0000 (16:25 -0500)
commit55bdc9aa38177f75fdae4cb96e98bf465d7ecb2a
tree621333fde9de8cec79dac36bcaced0e4b499dfb3
parent016a5d0438e551d4630819683dd6dc4fccb0cb51
Webhook support custom proxy (#8760)

* Webhook support custom proxy

* Add glob support on webhook proxy host rules

* fix app.ini.sample

* improve code and app.ini.sample

* update cheetsheet about added webhook options
custom/conf/app.ini.sample
docs/content/doc/advanced/config-cheat-sheet.en-us.md
docs/content/doc/advanced/config-cheat-sheet.zh-cn.md
modules/setting/webhook.go
modules/webhook/deliver.go
modules/webhook/deliver_test.go [new file with mode: 0644]