From 8623acba928516172ac03e2b7fd8beb6be151a01 Mon Sep 17 00:00:00 2001 From: Tristan Ancelet Date: Thu, 9 Nov 2023 15:32:03 -0600 Subject: [PATCH] Had to change a few things in webhooks --- 1699564352-webhooks.wiki | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/1699564352-webhooks.wiki b/1699564352-webhooks.wiki index 135cfd8..9b2cd56 100644 --- a/1699564352-webhooks.wiki +++ b/1699564352-webhooks.wiki @@ -19,9 +19,15 @@ last 5 posts = 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. +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 manual intervention. + + +== This Post == +--------------- +This post was simply being used to test that functionality in gitea.