docs: update gitlab links

This commit is contained in:
Michel Jonathan Schmitz
2020-11-03 12:18:41 +01:00
committed by Rainer Killinger
parent bf5eeb6a5a
commit 30a2d3dcf4

View File

@@ -12,6 +12,7 @@ The Node.js script reads out the `/var/run/docker.sock` to get the containers of
[dockerode](https://github.com/apocas/dockerode "GitHub").
**Important:**
The proxy expects your backend containers to provide following structure:
* `stapps.version`-label of docker container to be set to a valid active version. See configuration....
@@ -44,7 +45,7 @@ Config files can be added by multiple universities (adding files like `config/de
## Logger
The proxy uses [@stapps/logger](https://gitlab.tubit.tu-berlin.de/stapps/logger). You can provide `NODE_ENV=production`
The proxy uses [@openstapps/logger](https://gitlab.com/openstapps/logger). You can provide `NODE_ENV=production`
and SMTP-Configuration via environment-variables for monitoring in production use.
## Usage
@@ -52,7 +53,7 @@ and SMTP-Configuration via environment-variables for monitoring in production us
Without ssl:
```sh
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock --net="host" gitlab-registry.tubit.tu-berlin.de/stapps/proxy/master
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock --net="host" registry.gitlab.com/openstapps/proxy/master
```
With ssl:
@@ -64,7 +65,7 @@ docker run --rm --net="host" \
-v <path to *.key-file>:/etc/nginx/certs/ssl.key \
-v <path to certificate chain (*.crt) file>:/etc/nginx/certs/chain.crt \
-v <path to dhparam.pem file>:/etc/nginx/certs/dhparam.pem \
gitlab-registry.tubit.tu-berlin.de/stapps/proxy/master
registry.gitlab.com/openstapps/proxy/master
```
## Static Folder (docker run option: `-v <path to static folder>:/static`)