diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index e75b9ac..685d754 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -11,12 +11,14 @@ "id": "c892fa5f5c3f77ba", "type": "leaf", "state": { - "type": "image", + "type": "markdown", "state": { - "file": "Images/screenshot_from_2025-04-08_12-04-31.png" + "file": "home.md", + "mode": "source", + "source": false }, - "icon": "lucide-image", - "title": "screenshot_from_2025-04-08_12-04-31" + "icon": "lucide-file", + "title": "home" } } ] @@ -189,10 +191,11 @@ "obsidian-git:Open Git source control": false } }, - "active": "bbdb625e70da8213", + "active": "c892fa5f5c3f77ba", "lastOpenFiles": [ - "screenshot_2024-03-23_132217.png", - "screenshot_2024-03-23_132057.png", + "Images/screenshot_2024-03-23_132057.png", + "Images/screenshot_from_2025-04-08_12-04-31.png", + "Images/screenshot_2024-03-23_132217.png", "home.md", "Guides/reverse_proxy.md", "Guides/windows_upgrade.md", @@ -202,13 +205,13 @@ "Guides/generate-wireguard.md", "Templates/blank-template.md", "Images", - "screenshot_2024-03-23_132626.png", - "screenshot_2024-03-23_132919.png", - "screenshot_2024-03-23_133915.png", - "screenshot_2024-03-23_221508.png", - "screenshot_2024-03-23_221831.png", - "screenshot_2024-03-23_133945.png", - "screenshot_2024-03-23_134416.png", + "Images/screenshot_2024-03-23_132626.png", + "Images/screenshot_2024-03-23_132919.png", + "Images/screenshot_2024-03-23_133915.png", + "Images/screenshot_2024-03-23_221508.png", + "Images/screenshot_2024-03-23_221831.png", + "Images/screenshot_2024-03-23_133945.png", + "Images/screenshot_2024-03-23_134416.png", "Untitled.md" ] } \ No newline at end of file diff --git a/Guides/reverse_proxy.md b/Guides/reverse_proxy.md index aca8e1c..ca71dd5 100644 --- a/Guides/reverse_proxy.md +++ b/Guides/reverse_proxy.md @@ -93,9 +93,9 @@ I was then able to start the WireGuard server, however I have still not yet adde This is done in the WireGuard Instance settings in my Router: -![](/screenshot_2024-03-23_132217.png) +![](screenshot_2024-03-23_132217.png) -![](/screenshot_2024-03-31_175906.png) +![](screenshot_2024-03-31_175906.png) Be sure to check the ‘Disable routes’ option in the Instance, as I will do this manually For the gateway, it does not matter, just as long as it is unique. @@ -106,7 +106,7 @@ The Pubic Key is the Public key from the WireGuard Server on the VPS The Endpoint Address is the public IP of the VPS. -![](/screenshot_2024-03-23_132626.png) +![](screenshot_2024-03-23_132626.png) After this we can continue with the [Digital Ocean guide](https://www.digitalocean.com/community/tutorials/how-to-set-up-wireguard-on-ubuntu-20-04) from step 8. @@ -116,7 +116,7 @@ The below command is then run to add the new opnSense peer to the Wireguard serv After doing this, I can see the VPN connection is up: -![](/screenshot_2024-03-23_132057.png) +![](screenshot_2024-03-23_132057.png) In the end, my /etc/wireguard/wg0.conf file looked like: @@ -141,17 +141,17 @@ Now an interface needs to be created on my router for the new VPN connection so For opnSense, this is as simple as going to Interfaces > Assignments, and adding the new interface  -![](/screenshot_2024-03-23_133915.png) +![](screenshot_2024-03-23_133915.png) Then configure the settings as below: -![](/screenshot_2024-03-23_133945.png) +![](screenshot_2024-03-23_133945.png) You do not need to configure a IPv4 address, as this will automatically get the IP address specified of the Instance Tunnel Address. After this, I created the below firewall rule so that the new WireGuard interface could access the LAN. -![](/screenshot_2024-03-23_221508.png) +![](screenshot_2024-03-23_221508.png) If you have any strange issues, check the routing table (System > Routes > Status) to see if there are any old entries that need to be deleted.  @@ -165,11 +165,11 @@ Then I installed Portainer to give a nice webUI to manage Docker: [Install Porta Then in Portainer I made a new stack (docker compose).  -![](/screenshot_2024-03-23_222702.png) +![](screenshot_2024-03-23_222702.png) I was then able to log into Reverse Proxy Manager and create the my domains in Reverse Proxy Manager -![](/screenshot_2024-03-23_222930.png) +![](screenshot_2024-03-23_222930.png) I also needed to point these domains to the public IP of my VPS.  diff --git a/screenshot_2024-03-23_132057.png b/Images/screenshot_2024-03-23_132057.png similarity index 100% rename from screenshot_2024-03-23_132057.png rename to Images/screenshot_2024-03-23_132057.png diff --git a/screenshot_2024-03-23_132217.png b/Images/screenshot_2024-03-23_132217.png similarity index 100% rename from screenshot_2024-03-23_132217.png rename to Images/screenshot_2024-03-23_132217.png diff --git a/screenshot_2024-03-23_132626.png b/Images/screenshot_2024-03-23_132626.png similarity index 100% rename from screenshot_2024-03-23_132626.png rename to Images/screenshot_2024-03-23_132626.png diff --git a/screenshot_2024-03-23_132919.png b/Images/screenshot_2024-03-23_132919.png similarity index 100% rename from screenshot_2024-03-23_132919.png rename to Images/screenshot_2024-03-23_132919.png diff --git a/screenshot_2024-03-23_133915.png b/Images/screenshot_2024-03-23_133915.png similarity index 100% rename from screenshot_2024-03-23_133915.png rename to Images/screenshot_2024-03-23_133915.png diff --git a/screenshot_2024-03-23_133945.png b/Images/screenshot_2024-03-23_133945.png similarity index 100% rename from screenshot_2024-03-23_133945.png rename to Images/screenshot_2024-03-23_133945.png diff --git a/screenshot_2024-03-23_134416.png b/Images/screenshot_2024-03-23_134416.png similarity index 100% rename from screenshot_2024-03-23_134416.png rename to Images/screenshot_2024-03-23_134416.png diff --git a/screenshot_2024-03-23_221508.png b/Images/screenshot_2024-03-23_221508.png similarity index 100% rename from screenshot_2024-03-23_221508.png rename to Images/screenshot_2024-03-23_221508.png diff --git a/screenshot_2024-03-23_221831.png b/Images/screenshot_2024-03-23_221831.png similarity index 100% rename from screenshot_2024-03-23_221831.png rename to Images/screenshot_2024-03-23_221831.png diff --git a/screenshot_2024-03-23_222702.png b/Images/screenshot_2024-03-23_222702.png similarity index 100% rename from screenshot_2024-03-23_222702.png rename to Images/screenshot_2024-03-23_222702.png diff --git a/screenshot_2024-03-23_222930.png b/Images/screenshot_2024-03-23_222930.png similarity index 100% rename from screenshot_2024-03-23_222930.png rename to Images/screenshot_2024-03-23_222930.png diff --git a/screenshot_2024-03-31_175906.png b/Images/screenshot_2024-03-31_175906.png similarity index 100% rename from screenshot_2024-03-31_175906.png rename to Images/screenshot_2024-03-31_175906.png