Skip to content

Commit 213b97c

Browse files
committed
fix ci
1 parent b2d84ef commit 213b97c

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ pipeline {
3030
MULTIARCH = 'true'
3131
CI = 'true'
3232
CI_WEB = 'true'
33-
CI_PORT = '3000'
34-
CI_SSL = 'false'
33+
CI_PORT = '3001'
34+
CI_SSL = 'true'
3535
CI_DELAY = '120'
3636
CI_DOCKERENV = 'TZ=US/Pacific'
3737
CI_AUTH = 'user:password'

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ services:
104104
capabilities: [compute,video,graphics,utility]
105105
```
106106

107+
### Strict reverse proxies
108+
109+
This image uses a self-signed certificate by default. This naturally means the scheme is `https`.
110+
If you are using a reverse proxy which validates certificates, you need to [disable this check for the container](https://docs.linuxserver.io/faq#strict-proxy).
111+
107112
## Usage
108113

109114
To help you get started creating a container from this image you can either use docker-compose or the docker cli.

0 commit comments

Comments
 (0)