Added new post about webhooks
This commit is contained in:
parent
4bb822e8b2
commit
6689523335
27
1699564352-webhooks.wiki
Normal file
27
1699564352-webhooks.wiki
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
%title Webhooks
|
||||||
|
|
||||||
|
|
||||||
|
---------------------------
|
||||||
|
[[index.wiki|Index]]
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
last 5 posts
|
||||||
|
---------------------------
|
||||||
|
|
||||||
|
- [[1699558725-ref-290-submitted.wiki|REF-290 Submitted]]
|
||||||
|
- [[1699375988-ref-209-start.wiki|REF-290: Start]]
|
||||||
|
- [[1698642000-first-ticket.wiki|First Ticket]]
|
||||||
|
- [[1693890000-blog-issue.wiki|Blog Issue]]
|
||||||
|
- [[1693630800-hello-world.wiki|Hello World]]
|
||||||
|
|
||||||
|
*Date:* 2023/11/09
|
||||||
|
*Author:* Tristan Ancelet
|
||||||
|
|
||||||
|
= Webhooks =
|
||||||
|
== gitea ==
|
||||||
|
I just recently started hosting my own gitserver (gitea). Had a few issues setting it up due to some default values in the gitea.service file (that prevented the program from using port 80).
|
||||||
|
|
||||||
|
After getting that dealt with I decided to see what I could do with gitea's support for webhooks. So I decided to setup a webhook that will handle updating my blog when I push to my [[https://git.arcanium.tech/tristan/blog-site|Blog Repo]].
|
||||||
|
|
||||||
|
Once I push a new addition to the repo it now automatically makes a post request to my webhook server that will automatically update my website without intervention.
|
||||||
|
|
@ -7,6 +7,8 @@
|
|||||||
## Blog Posts
|
## Blog Posts
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
- [[1699564352-webhooks.wiki|2023/11/09 - Webhooks ]]
|
||||||
|
|
||||||
- [[1699558725-ref-290-submitted.wiki|2023/11/09 - REF-290 Submitted ]]
|
- [[1699558725-ref-290-submitted.wiki|2023/11/09 - REF-290 Submitted ]]
|
||||||
|
|
||||||
- [[1699375988-ref-209-start.wiki|2023/11/07 - REF-290: Start ]]
|
- [[1699375988-ref-209-start.wiki|2023/11/07 - REF-290: Start ]]
|
||||||
|
Loading…
Reference in New Issue
Block a user