Created some empty idea pages. Also finished up a quick-hit post about OpenResty.

This commit is contained in:
Norm Rasmussen
2023-12-04 16:24:46 -05:00
parent 10af358d4d
commit b55aa03260
46 changed files with 1032 additions and 163 deletions

View File

@ -3,7 +3,6 @@
<head><meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<script defer data-domain="selfhosted.rsmsn.co" src="https://analytics.rsmsn.co/js/script.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="robots" content="index, follow">
<title>Posts | Norm-working Packets 💾</title>
@ -20,6 +19,8 @@
<meta name="theme-color" content="#2e2e33">
<meta name="msapplication-TileColor" content="#2e2e33">
<link rel="alternate" type="application/rss+xml" href="./posts/index.xml">
<script defer data-domain="selfhosted.rsmsn.co" src="https://analytics.rsmsn.co/js/script.js"></script>
<noscript>
<style>
#theme-toggle,
@ -106,8 +107,19 @@
</header>
<article class="post-entry">
<figure class="entry-cover"><img loading="lazy" src="./nvim_searching_replacing.png" alt="Neovim logo with the beginnings of some commands involve search and global">
</figure>
<header class="entry-header">
<h2>QuickHits: OpenResty and Package Updates
</h2>
</header>
<div class="entry-content">
<p>Turns out I wrote this back in November, but on a different machine and I never pushed my changes up to git. So here it is now!
The last two times Ive run apt update &amp;&amp; apt upgrade -y on my web server and OpenResty has an update to push out, I will get some errors including Openresty is not setup correctly. There are a few other errors in the systemctl status openresty output such as process 223478 [nginx] is still running....</p>
</div>
<footer class="entry-footer"><span title='2023-12-04 10:32:58 -0500 EST'>December 4, 2023</span>&nbsp;·&nbsp;3 min&nbsp;·&nbsp;492 words&nbsp;·&nbsp;Me</footer>
<a class="entry-link" aria-label="post link to QuickHits: OpenResty and Package Updates" href="./posts/openresty_and_package_update_issues.html"></a>
</article>
<article class="post-entry">
<header class="entry-header">
<h2>Neovim Subtitute Magic
</h2>
@ -121,8 +133,6 @@ In order to greatly reduce the number of nodes needed in the single recipe, I cr
</article>
<article class="post-entry">
<figure class="entry-cover"><img loading="lazy" src="./neovim-to-neovim-mini.png" alt="Large Neovim logo, partly out of frame with a chalk arrow pointing to a smaller neovim logo with the word &#39;mini&#39;.">
</figure>
<header class="entry-header">
<h2>Mini Neovim
</h2>
@ -135,8 +145,6 @@ In order to greatly reduce the number of nodes needed in the single recipe, I cr
</article>
<article class="post-entry">
<figure class="entry-cover"><img loading="lazy" src="./esp_medicine_indicator.png" alt="ESP8266 Logo with a Medicine Icon, Colorized">
</figure>
<header class="entry-header">
<h2>ESP8266 Medicine Indicator Light
</h2>
@ -149,8 +157,6 @@ In order to greatly reduce the number of nodes needed in the single recipe, I cr
</article>
<article class="post-entry">
<figure class="entry-cover"><img loading="lazy" src="./birdnet-homeassistant-part2.png" alt="Part 2 of my foray into HomeAssistant dashboard featuring BirdNET-Pi Sensors">
</figure>
<header class="entry-header">
<h2>BirdNET-PI &amp; HomeAssistant: Part 2
</h2>
@ -164,8 +170,6 @@ The best way to do this is by just type e from any screen in the HomeAssistant U
</article>
<article class="post-entry">
<figure class="entry-cover"><img loading="lazy" src="./birdnet-homeassistant.png" alt="BirdNET-Pi and HomeAssistant: Happier together!">
</figure>
<header class="entry-header">
<h2>Creating a BirdNetPi Dashboard in HomeAssistant - Part 1
</h2>
@ -180,8 +184,6 @@ What you will need BirdNET-Pi HomeAssistant AppDaemon MQTT Broker (I use Mosquit
</article>
<article class="post-entry">
<figure class="entry-cover"><img loading="lazy" src="./multiple-git-cover-img.png" alt="git commands">
</figure>
<header class="entry-header">
<h2>Pushing a Single Local Git Repo to Multiple Remote Repos
</h2>
@ -193,20 +195,6 @@ I really enjoy self-hosting services that I use everyday. One of those includes
<footer class="entry-footer"><span title='2023-09-22 15:07:10 -0400 EDT'>September 22, 2023</span>&nbsp;·&nbsp;2 min&nbsp;·&nbsp;403 words&nbsp;·&nbsp;Me</footer>
<a class="entry-link" aria-label="post link to Pushing a Single Local Git Repo to Multiple Remote Repos" href="./posts/multiple_git_remotes.html"></a>
</article>
<article class="post-entry">
<figure class="entry-cover"><img loading="lazy" src="./hugo-nginx-trouble.png" alt="Hugo Logo, Nginx Logo, Tired Face emoji">
</figure>
<header class="entry-header">
<h2>Trouble Hosting Hugo with Nginx
</h2>
</header>
<div class="entry-content">
<p>Intro For the last 3 days, I have been spending a few hours after working trying to figure out why my brand new Hugo site was not loading correctly on my sub-domain. For context, I use Nginx to host all my apps and servers, most of them using reverse proxy protocols such as $proxy_host, $forward_scheme, and $port. There are a few more and Im happy to share some reverse proxy nginx config files....</p>
</div>
<footer class="entry-footer"><span title='2023-09-20 11:33:22 -0400 EDT'>September 20, 2023</span>&nbsp;·&nbsp;5 min&nbsp;·&nbsp;888 words&nbsp;·&nbsp;Me</footer>
<a class="entry-link" aria-label="post link to Trouble Hosting Hugo with Nginx" href="./posts/hosting_hugo_troubles.html"></a>
</article>
<footer class="page-footer">
<nav class="pagination">
<a class="next" href="./posts/page/2.html">Next&nbsp;&nbsp;»