mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 01:22:54 +00:00
docs: update gitlab links
This commit is contained in:
committed by
Rainer Killinger
parent
bf5eeb6a5a
commit
30a2d3dcf4
@@ -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").
|
[dockerode](https://github.com/apocas/dockerode "GitHub").
|
||||||
|
|
||||||
**Important:**
|
**Important:**
|
||||||
|
|
||||||
The proxy expects your backend containers to provide following structure:
|
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....
|
* `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
|
## 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.
|
and SMTP-Configuration via environment-variables for monitoring in production use.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
@@ -52,7 +53,7 @@ and SMTP-Configuration via environment-variables for monitoring in production us
|
|||||||
Without ssl:
|
Without ssl:
|
||||||
|
|
||||||
```sh
|
```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:
|
With ssl:
|
||||||
@@ -64,7 +65,7 @@ docker run --rm --net="host" \
|
|||||||
-v <path to *.key-file>:/etc/nginx/certs/ssl.key \
|
-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 certificate chain (*.crt) file>:/etc/nginx/certs/chain.crt \
|
||||||
-v <path to dhparam.pem file>:/etc/nginx/certs/dhparam.pem \
|
-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`)
|
## Static Folder (docker run option: `-v <path to static folder>:/static`)
|
||||||
|
|||||||
Reference in New Issue
Block a user