From 20beb7025c36b6f0f488f501603a703b85dec7a3 Mon Sep 17 00:00:00 2001 From: Tristan Ancelet Date: Thu, 9 Nov 2023 15:32:02 -0600 Subject: [PATCH] Had to change a few things in webhooks --- 1699564352-webhooks.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/1699564352-webhooks.html b/1699564352-webhooks.html index d781e4d..0cd7aa1 100644 --- a/1699564352-webhooks.html +++ b/1699564352-webhooks.html @@ -46,6 +46,7 @@ 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).

@@ -55,7 +56,14 @@ After getting that dealt with I decided to see what I could do with gitea's supp

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