From 75da0feca66290ccb2c5bf95afe32806ae16b351 Mon Sep 17 00:00:00 2001 From: Thijs van Loef Date: Mon, 12 Feb 2024 18:47:14 +0100 Subject: [PATCH 01/11] update api key --- docusaurus/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docusaurus.config.js b/docusaurus/docusaurus.config.js index c332d10bb..e2ae6b736 100644 --- a/docusaurus/docusaurus.config.js +++ b/docusaurus/docusaurus.config.js @@ -175,7 +175,7 @@ const config = { appId: 'MVCUXHA7XU', // Public API key: it is safe to commit it - apiKey: 'b7e35eb305f1beef4ba2217366cf471a', + apiKey: 'ad6126a58694472f7bf477ca386697b0', indexName: 'palworld-server-ker', From ee49200c3d1f4f495eb1a4ed551304b8df6ecf8d Mon Sep 17 00:00:00 2001 From: Thijs van Loef Date: Mon, 12 Feb 2024 18:50:46 +0100 Subject: [PATCH 02/11] revert api key --- docusaurus/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docusaurus.config.js b/docusaurus/docusaurus.config.js index e2ae6b736..c332d10bb 100644 --- a/docusaurus/docusaurus.config.js +++ b/docusaurus/docusaurus.config.js @@ -175,7 +175,7 @@ const config = { appId: 'MVCUXHA7XU', // Public API key: it is safe to commit it - apiKey: 'ad6126a58694472f7bf477ca386697b0', + apiKey: 'b7e35eb305f1beef4ba2217366cf471a', indexName: 'palworld-server-ker', From f2528b7dd7ae3c621e65f141c59e392d4b8dcdd4 Mon Sep 17 00:00:00 2001 From: Thijs van Loef Date: Mon, 12 Feb 2024 19:43:10 +0100 Subject: [PATCH 03/11] replace api key --- docusaurus/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docusaurus.config.js b/docusaurus/docusaurus.config.js index c332d10bb..059afb518 100644 --- a/docusaurus/docusaurus.config.js +++ b/docusaurus/docusaurus.config.js @@ -175,7 +175,7 @@ const config = { appId: 'MVCUXHA7XU', // Public API key: it is safe to commit it - apiKey: 'b7e35eb305f1beef4ba2217366cf471a', + apiKey: '0ca6a3850b4a44a153523f0028fc73e3', indexName: 'palworld-server-ker', From d33c95416916261cef42ca9dc030ef8d9558cd55 Mon Sep 17 00:00:00 2001 From: Thijs van Loef Date: Mon, 12 Feb 2024 19:45:54 +0100 Subject: [PATCH 04/11] remove additional params --- docusaurus/docusaurus.config.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docusaurus/docusaurus.config.js b/docusaurus/docusaurus.config.js index 059afb518..d08e64468 100644 --- a/docusaurus/docusaurus.config.js +++ b/docusaurus/docusaurus.config.js @@ -178,19 +178,9 @@ const config = { apiKey: '0ca6a3850b4a44a153523f0028fc73e3', indexName: 'palworld-server-ker', - - // Optional: see doc section below - contextualSearch: true, - - // Optional: Algolia search parameters - searchParameters: {}, - - // Optional: path for search page that enabled by default (`false` to disable it) - searchPagePath: 'search', insights: true, - //... other Algolia params }, }), }; From 5c96801127176110ccd7d67336e8232fb368e0f2 Mon Sep 17 00:00:00 2001 From: Thijs van Loef Date: Mon, 12 Feb 2024 20:03:25 +0100 Subject: [PATCH 05/11] remove contextual search --- docusaurus/docusaurus.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docusaurus/docusaurus.config.js b/docusaurus/docusaurus.config.js index d08e64468..81d9828f8 100644 --- a/docusaurus/docusaurus.config.js +++ b/docusaurus/docusaurus.config.js @@ -179,6 +179,7 @@ const config = { indexName: 'palworld-server-ker', + contextualSearch: false, insights: true, }, From 72bfb53f328a5ce9cecf7f8980f219870cec67e8 Mon Sep 17 00:00:00 2001 From: Thijs van Loef Date: Tue, 13 Feb 2024 11:32:36 +0100 Subject: [PATCH 06/11] re-enable contextual search --- docusaurus/docusaurus.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docusaurus/docusaurus.config.js b/docusaurus/docusaurus.config.js index 81d9828f8..5723ee6c4 100644 --- a/docusaurus/docusaurus.config.js +++ b/docusaurus/docusaurus.config.js @@ -179,7 +179,8 @@ const config = { indexName: 'palworld-server-ker', - contextualSearch: false, + contextualSearch: true, + insights: true, }, From 8b66a31bc61ed662599c2f6effa1a12287f4e27d Mon Sep 17 00:00:00 2001 From: Thijs van Loef Date: Tue, 13 Feb 2024 18:38:01 +0100 Subject: [PATCH 07/11] update package versions --- Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6d4183626..4bacc0026 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,11 +40,11 @@ ARG SUPERCRONIC_VERSION="0.2.29" # update and install dependencies RUN apt-get update && apt-get install -y --no-install-recommends \ - procps=2:3.3.17-5 \ - wget=1.21-1+deb11u1 \ - gettext-base=0.21-4 \ - xdg-user-dirs=0.17-2 \ - jo=1.3-2 \ + procps=2:4.0.2-3 \ + wget=1.21.3-1+b2 \ + gettext-base=0.21-12 \ + xdg-user-dirs=0.18-1 \ + jo=1.9-1 \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* From 703936880b8cff4e69accf61e0c07374cef59465 Mon Sep 17 00:00:00 2001 From: Thijs van Loef <58031337+thijsvanloef@users.noreply.github.com> Date: Tue, 13 Feb 2024 18:57:06 +0100 Subject: [PATCH 08/11] Update automatic-reboots.md --- docusaurus/docs/guides/automatic-reboots.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/guides/automatic-reboots.md b/docusaurus/docs/guides/automatic-reboots.md index 55168a870..197ee4f3a 100644 --- a/docusaurus/docs/guides/automatic-reboots.md +++ b/docusaurus/docs/guides/automatic-reboots.md @@ -17,7 +17,7 @@ The example docker run command and docker compose file in [the Quicksetup](https already use the needed policy ::: -Set `AUTO_REBOOT_ENABLED` enable or disable automatic reboots (Default is disabled) +Set `AUTO_REBOOT_ENABLED` to true or false to enable or disable automatic reboots (Default is disabled) `AUTO_REBOOT_CRON_EXPRESSION` is a cron expression, in a Cron-Expression you define an interval for when to run jobs. From fb10d4f19d24c3ce17676b89ad7649ba6296747e Mon Sep 17 00:00:00 2001 From: Thijs van Loef <58031337+thijsvanloef@users.noreply.github.com> Date: Tue, 13 Feb 2024 18:57:21 +0100 Subject: [PATCH 09/11] Update automatic-reboots.md --- docusaurus/docs/guides/automatic-reboots.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/guides/automatic-reboots.md b/docusaurus/docs/guides/automatic-reboots.md index 197ee4f3a..dea79de0d 100644 --- a/docusaurus/docs/guides/automatic-reboots.md +++ b/docusaurus/docs/guides/automatic-reboots.md @@ -17,7 +17,7 @@ The example docker run command and docker compose file in [the Quicksetup](https already use the needed policy ::: -Set `AUTO_REBOOT_ENABLED` to true or false to enable or disable automatic reboots (Default is disabled) +Set `AUTO_REBOOT_ENABLED` to `true` or `false` to enable or disable automatic reboots (Default is disabled) `AUTO_REBOOT_CRON_EXPRESSION` is a cron expression, in a Cron-Expression you define an interval for when to run jobs. From ddfa205c7ab1850bf4aaa32edf6bca03f2463bed Mon Sep 17 00:00:00 2001 From: Thijs van Loef Date: Tue, 13 Feb 2024 19:27:01 +0100 Subject: [PATCH 10/11] sadly no matching package for wget --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4bacc0026..fe3c7d677 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,8 @@ ARG SUPERCRONIC_VERSION="0.2.29" # update and install dependencies RUN apt-get update && apt-get install -y --no-install-recommends \ procps=2:4.0.2-3 \ - wget=1.21.3-1+b2 \ + # hadolint ignore=DL3008 + wget \ gettext-base=0.21-12 \ xdg-user-dirs=0.18-1 \ jo=1.9-1 \ From 613b01d5fcc9b51611fd2b8f915303eb685b1e03 Mon Sep 17 00:00:00 2001 From: Thijs van Loef Date: Tue, 13 Feb 2024 19:28:05 +0100 Subject: [PATCH 11/11] move ignore --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fe3c7d677..2ecb85ad9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,10 +39,10 @@ ARG SUPERCRONIC_SHA1SUM_AMD64="cd48d45c4b10f3f0bfdd3a57d054cd05ac96812b" ARG SUPERCRONIC_VERSION="0.2.29" # update and install dependencies +# hadolint ignore=DL3008 RUN apt-get update && apt-get install -y --no-install-recommends \ procps=2:4.0.2-3 \ - # hadolint ignore=DL3008 - wget \ + wget \ gettext-base=0.21-12 \ xdg-user-dirs=0.18-1 \ jo=1.9-1 \