Update Project for Gitea; Add More Reverse Proxy Examples. #1
@@ -15,7 +15,7 @@ file always has the latest IP address.
 | 
				
			|||||||
1. Install this project.
 | 
					1. Install this project.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    ```
 | 
					    ```
 | 
				
			||||||
    git clone https://github.com/Hyperling/docker $PROJECT_DIR
 | 
					    git clone https://git.hyperling.com/me/env-docker $PROJECT_DIR
 | 
				
			||||||
    ```
 | 
					    ```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
1. Add your user key to `$PROJECT_DIR/Config/DynamicDNS/private.key`. The key can
 | 
					1. Add your user key to `$PROJECT_DIR/Config/DynamicDNS/private.key`. The key can
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -17,7 +17,7 @@ RUN npm install
 | 
				
			|||||||
# Install + Run Website
 | 
					# Install + Run Website
 | 
				
			||||||
CMD cd /var/www/api && \
 | 
					CMD cd /var/www/api && \
 | 
				
			||||||
    rm -rfv pages main.js run.sh && \
 | 
					    rm -rfv pages main.js run.sh && \
 | 
				
			||||||
    git clone https://github.com/Hyperling/Website website && \
 | 
					    git clone https://git.hyperling.com/me/nodejs-website website && \
 | 
				
			||||||
    rm -rfv website/files && \
 | 
					    rm -rfv website/files && \
 | 
				
			||||||
    mv -v website/* ./ && \
 | 
					    mv -v website/* ./ && \
 | 
				
			||||||
    rm -rfv website && \
 | 
					    rm -rfv website && \
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -24,7 +24,7 @@ apt install git bash
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
Clone the project. You may choose anywhere, but `/opt/Docker` is recommended.
 | 
					Clone the project. You may choose anywhere, but `/opt/Docker` is recommended.
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
git clone https://github.com/Hyperling/Docker /opt/Docker
 | 
					git clone https://git.hyperling.com/me/env-docker /opt/Docker
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Load the environment variables from wherever you chose to put the project.
 | 
					Load the environment variables from wherever you chose to put the project.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user