Skip to content

Commit 537db2d

Browse files
committed
testing update
1 parent 9e99a25 commit 537db2d

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ pipeline {
3232
MULTIARCH = 'false'
3333
CI = 'true'
3434
CI_WEB = 'true'
35-
CI_PORT = '3000'
36-
CI_SSL = 'false'
35+
CI_PORT = '3001'
36+
CI_SSL = 'true'
3737
CI_DELAY = '120'
3838
CI_DOCKERENV = 'TZ=US/Pacific'
3939
CI_AUTH = 'user:password'

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ The application can be accessed at:
6060

6161
* https://yourhost:3001/
6262

63+
### Strict reverse proxies
64+
65+
This image uses a self-signed certificate by default. This naturally means the scheme is `https`.
66+
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).
67+
6368
**Modern GUI desktop apps may have compatibility issues with the latest Docker syscall restrictions. You can use Docker with the `--security-opt seccomp=unconfined` setting to allow these syscalls on hosts with older Kernels or libseccomp versions.**
6469

6570
### Security

jenkins-vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ repo_vars:
2727
- MULTIARCH = 'false'
2828
- CI = 'true'
2929
- CI_WEB = 'true'
30-
- CI_PORT = '3000'
31-
- CI_SSL = 'false'
30+
- CI_PORT = '3001'
31+
- CI_SSL = 'true'
3232
- CI_DELAY = '120'
3333
- CI_DOCKERENV = 'TZ=US/Pacific'
3434
- CI_AUTH = 'user:password'

0 commit comments

Comments
 (0)