Skip to content

Commit

Permalink
Merge branch 'main' into fix-unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsvanloef authored Feb 13, 2024
2 parents 54ce935 + 52e8d58 commit 5c68ecb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 16 deletions.
11 changes: 6 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,13 @@ 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: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 \
gettext-base=0.21-12 \
xdg-user-dirs=0.18-1 \
jo=1.9-1 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down
2 changes: 1 addition & 1 deletion docusaurus/docs/guides/automatic-reboots.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
12 changes: 2 additions & 10 deletions docusaurus/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,22 +175,14 @@ const config = {
appId: 'MVCUXHA7XU',

// Public API key: it is safe to commit it
apiKey: 'b7e35eb305f1beef4ba2217366cf471a',
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
},
}),
};
Expand Down

0 comments on commit 5c68ecb

Please sign in to comment.