From d0d8a624b946f2eeee8bd0fac643cdb883fcb776 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20Sander?= Date: Mon, 22 Jul 2024 13:18:48 +0000 Subject: [PATCH 1/2] build: Update to use latest release-please action --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c19c2b47..d1d0327f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: - name: Show github.ref run: echo "$GITHUB_REF" - - uses: google-github-actions/release-please-action@v4 + - uses: googleapis/release-please-action@v4 id: release if: github.repository_owner == 'ptarmiganlabs' with: From 81fea11a7a6f5d601e49fd1d10d0f44c1ea36453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20Sander?= Date: Mon, 22 Jul 2024 13:20:06 +0000 Subject: [PATCH 2/2] Update API gen config file to include config visualisation settings --- src/config/config-gen-api-docs.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/config/config-gen-api-docs.yaml b/src/config/config-gen-api-docs.yaml index c382b3a9..d86e43b7 100644 --- a/src/config/config-gen-api-docs.yaml +++ b/src/config/config-gen-api-docs.yaml @@ -805,6 +805,13 @@ Butler: webhook: enable: false + # Should Butler start a web server that serves an obfuscated view of the Butler config file? + configVisualisation: + enable: false + host: localhost # Hostname or IP address where the web server will listen. Should be localhost in most cases. + port: 3100 # Port where the web server will listen. Change if port 3100 is already in use. + obfuscate: true # Should the config file shown in the web UI be obfuscated? + # Certificates to use when connecting to Sense. Get these from the Certificate Export in QMC. cert: clientCert: ...