"DALL·E 2024-05-09 14.05.14 - A steampunk style thumbnail for a blog post featuring an AI brain made of gears and circuits. The image combines mechanical elements with electronic c.png",
"Linux/Install Wordpress Behind an NPM Reverse Proxy.md",
"Linux/Install Wordpress Behind an NPM Reverse Proxy.md",
"Generative AI/Speech to Text with Whisper AI.md",
"Generative AI/Setup Local LLM.md",
"Finished blog post from ChatGPT.md",
"DALL·E 2024-05-09 14.05.14 - A steampunk style thumbnail for a blog post featuring an AI brain made of gears and circuits. The image combines mechanical elements with electronic c.png",
"Linux/linux-commands.md",
"Linux/Install Docker on Ubuntu.md",
"Linux/Install Docker on Ubuntu.md",
"Linux/Install MySQL on Ubuntu.md",
"Linux/Install MySQL on Ubuntu.md",
"Linux/Install PHP on Apache.md",
"Linux/ubuntu-server.md",
"Linux/ubuntu-server.md",
"Linux/Install Ubuntu Linux.md",
"Generative AI/Speech to Text with Whisper AI.md",
Note: I put Gitea behind Nginx Proxy where it was listening to port 3000 and redirecting to 443 for SSL with a cert. The problem was that the URLs of the repos still had port 3000 so I would get command line errors when working with repos.
The fix was to edit the /etc/gitea/app.ini file and change the base URL to a normal port 80 URL. e.g., I deleted the :3000 from the base url.