Added new post about webhooks
This commit is contained in:
parent
ec6cbc4011
commit
2d5673b91d
62
1699564352-webhooks.html
Normal file
62
1699564352-webhooks.html
Normal file
@ -0,0 +1,62 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="Stylesheet" type="text/css" href="style.css">
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.xml">
|
||||
<title>Webhooks</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<hr />
|
||||
<p>
|
||||
<a href="index.html">Index</a>
|
||||
<hr />
|
||||
</p>
|
||||
|
||||
<p>
|
||||
last 5 posts
|
||||
<hr />
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<a href="1699558725-ref-290-submitted.html">REF-290 Submitted</a>
|
||||
|
||||
<li>
|
||||
<a href="1699375988-ref-209-start.html">REF-290: Start</a>
|
||||
|
||||
<li>
|
||||
<a href="1698642000-first-ticket.html">First Ticket</a>
|
||||
|
||||
<li>
|
||||
<a href="1693890000-blog-issue.html">Blog Issue</a>
|
||||
|
||||
<li>
|
||||
<a href="1693630800-hello-world.html">Hello World</a>
|
||||
|
||||
</ul>
|
||||
<p>
|
||||
<span id="-Date:"></span><strong id="Date:">Date:</strong> 2023/11/09
|
||||
<span id="-Author:"></span><strong id="Author:">Author:</strong> Tristan Ancelet
|
||||
</p>
|
||||
|
||||
<div id="Webhooks"><h1 id="Webhooks" class="header"><a href="#Webhooks">Webhooks</a></h1></div>
|
||||
<div id="Webhooks-gitea"><h2 id="gitea" class="header"><a href="#Webhooks-gitea">gitea</a></h2></div>
|
||||
<p>
|
||||
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).
|
||||
</p>
|
||||
|
||||
<p>
|
||||
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 <a href="https://git.arcanium.tech/tristan/blog-site">Blog Repo</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -22,6 +22,9 @@
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<a href="1699564352-webhooks.html">2023/11/09 - Webhooks</a>
|
||||
|
||||
<li>
|
||||
<a href="1699558725-ref-290-submitted.html">2023/11/09 - REF-290 Submitted</a>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user