Update project to use new Gitea server.
This commit is contained in:
parent
c2667399ea
commit
486cd7cf21
@ -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
|
||||
|
@ -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 && \
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user