From 2d5673b91d637400d1e593c02578001e988f4229 Mon Sep 17 00:00:00 2001 From: Tristan Ancelet Date: Thu, 9 Nov 2023 15:20:07 -0600 Subject: [PATCH] Added new post about webhooks --- 1699564352-webhooks.html | 62 ++++++++++++++++++++++++++++++++++++++++ index.html | 3 ++ 2 files changed, 65 insertions(+) create mode 100644 1699564352-webhooks.html diff --git a/1699564352-webhooks.html b/1699564352-webhooks.html new file mode 100644 index 0000000..d781e4d --- /dev/null +++ b/1699564352-webhooks.html @@ -0,0 +1,62 @@ + + + + + +Webhooks + + + + + + + +
+

+Index +


+

+ +

+last 5 posts +


+

+ + +

+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 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. +

+ + + diff --git a/index.html b/index.html index fb61e9b..5923557 100644 --- a/index.html +++ b/index.html @@ -22,6 +22,9 @@