Update Project for Gitea; Add More Reverse Proxy Examples. #1

Merged
me merged 8 commits from dev into main 2025-01-04 09:10:41 -07:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 486cd7cf21 - Show all commits

View File

@ -15,7 +15,7 @@ file always has the latest IP address.
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

View File

@ -17,7 +17,7 @@ RUN npm install
# Install + Run Website
CMD cd /var/www/api && \
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 && \
mv -v website/* ./ && \
rm -rfv website && \

View File

@ -24,7 +24,7 @@ apt install git bash
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.