瀏覽代碼

Upgrade pointers from https://raw.githubusercontent.com/rmiddle/pi-hosted/npm/docs/images/ to https://raw.githubusercontent.com/novaspirit/pi-hosted/master/docs/images/

Robert Middleswarth 3 年之前
父節點
當前提交
6cb2fd6fa5
共有 1 個文件被更改,包括 20 次插入20 次删除
  1. 20 20
      docs/nginx_proxy_manager.md

+ 20 - 20
docs/nginx_proxy_manager.md

@@ -37,7 +37,7 @@ Setup complete. You can now install the stack using the App Template.
 
 Goto App Templates and install "Proxy Nginx Manager"
 
-![App Template](https://raw.githubusercontent.com/rmiddle/pi-hosted/npm/docs/images/nginx-proxy-manager-AppTemplates-Deploy.png)
+![App Template](https://raw.githubusercontent.com/novaspirit/pi-hosted/master/docs/images/nginx-proxy-manager-AppTemplates-Deploy.png)
 
 You need to enter in both a Database Password and Mysql Root Password.  These will be needed if you ever have to access the database but not needed in the day to day operations of the system.
 
@@ -50,11 +50,11 @@ This should all be good now so **Deploy the Stack**
 
 ## Stack Info
 When Complete we should see a list of all our deployed stacks sample list below.<br>
-![Stack List]((https://raw.githubusercontent.com/rmiddle/pi-hosted/npm/docs/images/nginx-proxy-manager-Stack-List.png))
+![Stack List](https://raw.githubusercontent.com/novaspirit/pi-hosted/master/docs/images/nginx-proxy-manager-Stack-List.png)
 
 We want to select nginx-proxy-manager from the list.  This will display lots of information regarding your stack but the section we are looking for is labelled Containers
 
-![Stack Container Details](https://raw.githubusercontent.com/rmiddle/pi-hosted/npm/docs/images/nginx-proxy-manager-Stack-Details.png)
+![Stack Container Details](https://raw.githubusercontent.com/novaspirit/pi-hosted/master/docs/images/nginx-proxy-manager-Stack-Details.png)
 
 You will notice 3 ports listed.  Port 80, 443, and port 81.  Ports 80 and 443 are for managing your services and really shouldn't be changed.  Port 81 is for managing your lists of hosts.  It can be changed but for the reminder of this install we are going to assume it to be port 81.
 
@@ -66,7 +66,7 @@ You will notice 3 ports listed.  Port 80, 443, and port 81.  Ports 80 and 443 ar
 
 Now that it is installed lets setup our first proxy host.  First thing we need to do is login to the site.  Click on port 81 in the list and you will see the login screen below.
 
-![Login](https://raw.githubusercontent.com/rmiddle/pi-hosted/npm/docs/images/nginx-proxy-manager-Login.png)
+![Login](https://raw.githubusercontent.com/novaspirit/pi-hosted/master/docs/images/nginx-proxy-manager-Login.png)
 
 The Default Email Address is: admin@example.com
 The Default Password is: changeme
@@ -75,25 +75,25 @@ Please login and we will then change those to our own settings.
 
 > If you get a Bad Gateway error you likely forgot to run the script on the host to setup the folders / files first although it can also happen if you leave one of the database password blank as well.  Delete the Stack and start back from the beginning.
 
-![First Login](https://raw.githubusercontent.com/rmiddle/pi-hosted/npm/docs/images/nginx-proxy-manager-First-Login.png)
+![First Login](https://raw.githubusercontent.com/novaspirit/pi-hosted/master/docs/images/nginx-proxy-manager-First-Login.png)
 
 ### Update Your Email address and Password
 
 First we need to select the User menu and select Edit Details
 
-![User Menu](https://raw.githubusercontent.com/rmiddle/pi-hosted/npm/docs/images/nginx-proxy-manager-User-Menu.png)
+![User Menu](https://raw.githubusercontent.com/novaspirit/pi-hosted/master/docs/images/nginx-proxy-manager-User-Menu.png)
 
 Fix your user information and save the changes.
 
 
-![User Menu](https://raw.githubusercontent.com/rmiddle/pi-hosted/npm/docs/images/nginx-proxy-manager-User-Edit-Details.png)
+![User Menu](https://raw.githubusercontent.com/novaspirit/pi-hosted/master/docs/images/nginx-proxy-manager-User-Edit-Details.png)
 
 Now it is time to change your password.  Select the User menu again and select Change Password <br>
-![User Menu](https://raw.githubusercontent.com/rmiddle/pi-hosted/npm/docs/images/nginx-proxy-manager-User-Menu.png)
+![User Menu](https://raw.githubusercontent.com/novaspirit/pi-hosted/master/docs/images/nginx-proxy-manager-User-Menu.png)
 
 Set the password to something you like and save the changes.
 
-![User Menu](https://raw.githubusercontent.com/rmiddle/pi-hosted/npm/docs/images/nginx-proxy-manager-User-Change-Password.png)
+![User Menu](https://raw.githubusercontent.com/novaspirit/pi-hosted/master/docs/images/nginx-proxy-manager-User-Change-Password.png)
 
 ## Update Default Screen
 
@@ -101,42 +101,42 @@ When going to the proxy with a new domain or in some cases where you used *wildc
 
 * Wildcard DNS can have security issues make sure you reach these before using them.
 
-![Congratulations Screen](https://raw.githubusercontent.com/rmiddle/pi-hosted/npm/docs/images/nginx-proxy-manager-Congratulations-Screen.png)
+![Congratulations Screen](https://raw.githubusercontent.com/novaspirit/pi-hosted/master/docs/images/nginx-proxy-manager-Congratulations-Screen.png)
 
 We start by going to the Settings Tab
 
-![Settings Screen](https://raw.githubusercontent.com/rmiddle/pi-hosted/npm/docs/images/nginx-proxy-manager-Menu-Settings.png)
+![Settings Screen](https://raw.githubusercontent.com/novaspirit/pi-hosted/master/docs/images/nginx-proxy-manager-Menu-Settings.png)
 
 Click on the 3 dots and select Edit from the list.
 
-![3 Dots Screen](https://raw.githubusercontent.com/rmiddle/pi-hosted/npm/docs/images/nginx-proxy-manager-Menu-Settings-Edit.png)
+![3 Dots Screen](https://raw.githubusercontent.com/novaspirit/pi-hosted/master/docs/images/nginx-proxy-manager-Menu-Settings-Edit.png)
 
 You will now be shown the different options you can select for your default screen.  You can have it display a 404 page, a Custom Page, or do simply redirect depending on your preference.  This is entirely up to you.  I prefer to use a 404 screen so I am going to set that now.
 
-![Setting Edit Screen](https://raw.githubusercontent.com/rmiddle/pi-hosted/npm/docs/images/nginx-proxy-manager-Menu-Settings-Edit-Screen.png)
+![Setting Edit Screen](https://raw.githubusercontent.com/novaspirit/pi-hosted/master/docs/images/nginx-proxy-manager-Menu-Settings-Edit-Screen.png)
 
 There we are with the default being a 404 page.
 
-![Settings Screen with 404](https://raw.githubusercontent.com/rmiddle/pi-hosted/npm/docs/images/nginx-proxy-manager-Menu-Settings-404-selected.png)
+![Settings Screen with 404](https://raw.githubusercontent.com/novaspirit/pi-hosted/master/docs/images/nginx-proxy-manager-Menu-Settings-404-selected.png)
 
 So now when someone goes to a site that isn't setup yet they will see a 404 page.
 
-![404 Page](https://raw.githubusercontent.com/rmiddle/pi-hosted/npm/docs/images/nginx-proxy-manager-404-page.png)
+![404 Page](https://raw.githubusercontent.com/novaspirit/pi-hosted/master/docs/images/nginx-proxy-manager-404-page.png)
 
 Great Nginx Proxy Manager is now all setup.  In the next sections we are going to walk though setting up your first proxy host.
 
 ## First Proxy Host Setup
 
 We are now back to the first login screen.
-![First Login](https://raw.githubusercontent.com/rmiddle/pi-hosted/npm/docs/images/nginx-proxy-manager-First-Login.png)
+![First Login](https://raw.githubusercontent.com/novaspirit/pi-hosted/master/docs/images/nginx-proxy-manager-First-Login.png)
 
 ### Select Hosts > Proxy Hosts
 
-![Proxy Hosts](https://raw.githubusercontent.com/rmiddle/pi-hosted/npm/docs/images/nginx-proxy-manager-Proxy-Host.png)
+![Proxy Hosts](https://raw.githubusercontent.com/novaspirit/pi-hosted/master/docs/images/nginx-proxy-manager-Proxy-Host.png)
 
 Select Add Proxy Hosts
 
-![Proxy Hosts](https://raw.githubusercontent.com/rmiddle/pi-hosted/npm/docs/images/nginx-proxy-manager-Menu-Add-Proxy-Host.png)
+![Proxy Hosts](https://raw.githubusercontent.com/novaspirit/pi-hosted/master/docs/images/nginx-proxy-manager-Menu-Add-Proxy-Host.png)
 
 We need to enter the proxy information.  In this example we are going to use the following information.
 
@@ -162,7 +162,7 @@ Two options you might want to enable are Cache Assets and Block Common Exploits
 Some applications will use Websockets if the app uses this you will need to enable it but very few applications do so.  To put it simply if you don't know what it is, than leave it disabled.
 
 
-![Proxy Hosts](https://raw.githubusercontent.com/rmiddle/pi-hosted/npm/docs/images/nginx-proxy-manager-New-Proxy-Host.png)
+![Proxy Hosts](https://raw.githubusercontent.com/novaspirit/pi-hosted/master/docs/images/nginx-proxy-manager-New-Proxy-Host.png)
 
 > Hint: Generating Certificates can be complicated I will be outlining one of the simplest ways to generate one.  There are other ways not outlined here.
 
@@ -174,7 +174,7 @@ I will agree to the terms after reading them you should at least review them onc
 
 It should have your correct email address listed if it doesn't please fix as this is where you will get alerts if there is an issue with the Certificate.
 
-![Proxy Hosts](https://raw.githubusercontent.com/rmiddle/pi-hosted/npm/docs/images/nginx-proxy-manager-New-Proxy-Host-SSL.png)
+![Proxy Hosts](https://raw.githubusercontent.com/novaspirit/pi-hosted/master/docs/images/nginx-proxy-manager-New-Proxy-Host-SSL.png)
 
 Once you click Save it will generate a new certificate this can take a few minutes to do.