diff --git a/Jenkinsfile b/Jenkinsfile index bb533a66..e4b1c689 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -720,7 +720,7 @@ pipeline { -e DO_REGION="ams3" \ -e DO_BUCKET="lsio-ci" \ -t ghcr.io/linuxserver/ci:latest \ - python /ci/ci.py''' + python3 test_build.py''' } } } diff --git a/README.md b/README.md index 858fa5df..91ba5fc5 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Access the webui at `:8080`, for more information check out [Snipe-it]( This container also generates an SSL certificate and stores it in ``` /config/keys/cert.crt -/config/keys/key.crt +/config/keys/cert.key ``` To use your own certificate swap these files with yours. To use SSL forward your port to 443 inside the container IE: diff --git a/readme-vars.yml b/readme-vars.yml index ac3d9828..1e6426f7 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -41,7 +41,7 @@ app_setup_block: | This container also generates an SSL certificate and stores it in ``` /config/keys/cert.crt - /config/keys/key.crt + /config/keys/cert.key ``` To use your own certificate swap these files with yours. To use SSL forward your port to 443 inside the container IE: