Skip to content

Commit 7c5e2f4

Browse files
committed
use https in ci test
1 parent 3bfc058 commit 7c5e2f4

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

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 = '8080'
34-
CI_SSL = 'false'
33+
CI_PORT = '8181'
34+
CI_SSL = 'true'
3535
CI_DELAY = '120'
3636
CI_DOCKERENV = ''
3737
CI_AUTH = ''

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ The container can be accessed at:
6161
* http://yourhost:8080/
6262
* https://yourhost:8181/
6363

64+
### Strict reverse proxies
65+
66+
This image uses a self-signed certificate by default. This naturally means the scheme is `https`.
67+
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).
68+
6469
### Hardware Acceleration
6570

6671
Many desktop applications need access to a GPU to function properly and even some Desktop Environments have compositor effects that will not function without a GPU. However this is not a hard requirement and all base images will function without a video device mounted into the container.

jenkins-vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ repo_vars:
2020
- MULTIARCH = 'true'
2121
- CI = 'true'
2222
- CI_WEB = 'true'
23-
- CI_PORT = '8080'
24-
- CI_SSL = 'false'
23+
- CI_PORT = '8181'
24+
- CI_SSL = 'true'
2525
- CI_DELAY = '120'
2626
- CI_DOCKERENV = ''
2727
- CI_AUTH = ''

0 commit comments

Comments
 (0)