Browse Source

no idea what I changed

main
Gharke 6 months ago
parent
commit
0a9f268917
  1. 34
      .obsidian/workspace.json
  2. 4
      Linux/Other Linux based servers.md

34
.obsidian/workspace.json

@ -13,7 +13,7 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "Linux/Virtual Web Sites in Apache.md", "file": "Linux/Install Apache web server.md",
"mode": "source", "mode": "source",
"source": false "source": false
} }
@ -42,16 +42,6 @@
"source": false "source": false
} }
} }
},
{
"id": "e4faf857f016f4db",
"type": "leaf",
"state": {
"type": "image",
"state": {
"file": "Networking/FortiNet/Pasted image 20240503073354.png"
}
}
} }
], ],
"currentTab": 2 "currentTab": 2
@ -183,23 +173,25 @@
}, },
"active": "d54e3308dbfb89cb", "active": "d54e3308dbfb89cb",
"lastOpenFiles": [ "lastOpenFiles": [
"Finished blog post from ChatGPT.md", "Linux/Install Apache web server.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/Install Wordpress Behind an NPM Reverse Proxy.md", "Linux/Install Wordpress Behind an NPM Reverse Proxy.md",
"Linux/Install PHP on Apache.md",
"Linux/Install phpMyAdmin.md",
"Linux/Install Ubuntu Linux.md",
"Linux/Virtual Web Sites in Apache.md", "Linux/Virtual Web Sites in Apache.md",
"Linux/linux-commands.md", "Networking/FortiNet/Pasted image 20240503073354.png",
"Linux/Other Linux based servers.md", "Linux/Other Linux based servers.md",
"Linux/Install phpMyAdmin.md", "Docker/docker.md",
"Linux/Install Apache web server.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",
"Networking/Self Hosting Web Sites.md", "Networking/Self Hosting Web Sites.md",
"Networking/NGINX Proxy Manager.md", "Networking/NGINX Proxy Manager.md",
"Generative AI/Setup Local LLM.md",
"Generative AI/Stable Diffusion WebUI AUTOMATIC1111 A Beginner's Guide - Stable Diffusion Art.md", "Generative AI/Stable Diffusion WebUI AUTOMATIC1111 A Beginner's Guide - Stable Diffusion Art.md",
"Generative AI/How to Run LLama3 Locally with Ollama and OpenwebUI.md", "Generative AI/How to Run LLama3 Locally with Ollama and OpenwebUI.md",
"Generative AI/How to get prompts from images for Stable Diffusion - Stable Diffusion Art.md", "Generative AI/How to get prompts from images for Stable Diffusion - Stable Diffusion Art.md",
@ -208,11 +200,9 @@
"Generative AI/FAQ - Tips & Tricks - Automatic1111 (SD 1.5) Civitai.md", "Generative AI/FAQ - Tips & Tricks - Automatic1111 (SD 1.5) Civitai.md",
"Generative AI/A curated list of Stable Diffusion Tips, Tricks, and Guides Civitai.md", "Generative AI/A curated list of Stable Diffusion Tips, Tricks, and Guides Civitai.md",
"Linux/ssh.md", "Linux/ssh.md",
"Networking/FortiNet/Pasted image 20240503073354.png",
"Networking/FortiNet/Pasted image 20240503081344.png", "Networking/FortiNet/Pasted image 20240503081344.png",
"Networking/FortiNet/Pasted image 20240503073452.png", "Networking/FortiNet/Pasted image 20240503073452.png",
"Networking/FortiNet/Pasted image 20240503073435.png", "Networking/FortiNet/Pasted image 20240503073435.png",
"Networking/FortiNet/Self Hosting.md",
"Networking/FortiNet/Pasted image 20240503081230.png", "Networking/FortiNet/Pasted image 20240503081230.png",
"Networking/FortiNet/Pasted image 20240503081241.png", "Networking/FortiNet/Pasted image 20240503081241.png",
"Networking/FortiNet/Pasted image 20240503081047.png", "Networking/FortiNet/Pasted image 20240503081047.png",

4
Linux/Other Linux based servers.md

@ -130,3 +130,7 @@ sudo nano /etc/gitea/app.ini
``` ```
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.
Loading…
Cancel
Save