From e3ae6cc568ca344a4c241e446578c27ad376f2b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 17:59:16 +0000 Subject: [PATCH] deploy: fb10d4f19d24c3ce17676b89ad7649ba6296747e --- 404.html | 2 +- advanced/kubernetes/index.html | 2 +- advanced/palworld-directory/index.html | 2 +- assets/js/{d506b4f4.7173b346.js => d506b4f4.efb31684.js} | 2 +- .../js/{runtime~main.51426da8.js => runtime~main.fde9c975.js} | 2 +- category/advanced/index.html | 2 +- category/backup/index.html | 2 +- category/configuration/index.html | 2 +- category/discord-integration/index.html | 2 +- category/getting-started/index.html | 2 +- category/guides/index.html | 2 +- getting-started/configuration/game-settings/index.html | 2 +- getting-started/configuration/server-commands/index.html | 2 +- getting-started/configuration/server-settings/index.html | 2 +- guides/automatic-reboots/index.html | 4 ++-- guides/automatic-updates/index.html | 2 +- guides/backup/automated-backup/index.html | 2 +- guides/backup/creating-backup/index.html | 2 +- guides/backup/restoring-backup/index.html | 2 +- guides/discord/discord-webhooks/index.html | 2 +- index.html | 2 +- known-issues/index.html | 2 +- search/index.html | 2 +- versions/index.html | 2 +- 24 files changed, 25 insertions(+), 25 deletions(-) rename assets/js/{d506b4f4.7173b346.js => d506b4f4.efb31684.js} (59%) rename assets/js/{runtime~main.51426da8.js => runtime~main.fde9c975.js} (98%) diff --git a/404.html b/404.html index 87285e6f7..5fb5370e5 100644 --- a/404.html +++ b/404.html @@ -10,7 +10,7 @@ - +
diff --git a/advanced/kubernetes/index.html b/advanced/kubernetes/index.html index bb7ca2c4e..6c76add8d 100644 --- a/advanced/kubernetes/index.html +++ b/advanced/kubernetes/index.html @@ -10,7 +10,7 @@ - + diff --git a/advanced/palworld-directory/index.html b/advanced/palworld-directory/index.html index f33977a20..0fce20400 100644 --- a/advanced/palworld-directory/index.html +++ b/advanced/palworld-directory/index.html @@ -10,7 +10,7 @@ - + diff --git a/assets/js/d506b4f4.7173b346.js b/assets/js/d506b4f4.efb31684.js similarity index 59% rename from assets/js/d506b4f4.7173b346.js rename to assets/js/d506b4f4.efb31684.js index 754ae9348..b0b96b9a1 100644 --- a/assets/js/d506b4f4.7173b346.js +++ b/assets/js/d506b4f4.efb31684.js @@ -1 +1 @@ -"use strict";(self.webpackChunkdocusaurus=self.webpackChunkdocusaurus||[]).push([[536],{3128:(e,t,o)=>{o.r(t),o.d(t,{assets:()=>a,contentTitle:()=>r,default:()=>l,frontMatter:()=>s,metadata:()=>c,toc:()=>d});var n=o(7624),i=o(2172);const s={sidebar_position:4},r="Automatic Reboots",c={id:"guides/automatic-reboots",title:"Automatic Reboots",description:"Configuring Automatic Reboots with Cron",source:"@site/docs/guides/automatic-reboots.md",sourceDirName:"guides",slug:"/guides/automatic-reboots",permalink:"/guides/automatic-reboots",draft:!1,unlisted:!1,editUrl:"https://github.com/thijsvanloef/palworld-server-docker/tree/main/docusaurus/docs/guides/automatic-reboots.md",tags:[],version:"current",sidebarPosition:4,frontMatter:{sidebar_position:4},sidebar:"tutorialSidebar",previous:{title:"Using discord webhooks",permalink:"/guides/discord/discord-webhooks"},next:{title:"Automatic Updates",permalink:"/guides/automatic-updates"}},a={},d=[{value:"Configuring Automatic Reboots with Cron",id:"configuring-automatic-reboots-with-cron",level:2}];function u(e){const t={a:"a",admonition:"admonition",code:"code",h1:"h1",h2:"h2",p:"p",...(0,i.M)(),...e.components};return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(t.h1,{id:"automatic-reboots",children:"Automatic Reboots"}),"\n",(0,n.jsx)(t.h2,{id:"configuring-automatic-reboots-with-cron",children:"Configuring Automatic Reboots with Cron"}),"\n",(0,n.jsxs)(t.p,{children:["To be able to use automatic reboots with this server ",(0,n.jsx)(t.code,{children:"RCON_ENABLED"})," enabled."]}),"\n",(0,n.jsxs)(t.admonition,{type:"warning",children:[(0,n.jsxs)(t.p,{children:["If docker restart is not set to policy ",(0,n.jsx)(t.code,{children:"always"})," or ",(0,n.jsx)(t.code,{children:"unless-stopped"}),"\nthen the server will shutdown and will need to be manually restarted."]}),(0,n.jsxs)(t.p,{children:["The example docker run command and docker compose file in ",(0,n.jsx)(t.a,{href:"https://palworld-server-docker.loef.dev/",children:"the Quicksetup"}),"\nalready use the needed policy"]})]}),"\n",(0,n.jsxs)(t.p,{children:["Set ",(0,n.jsx)(t.code,{children:"AUTO_REBOOT_ENABLED"})," to true or false to enable or disable automatic reboots (Default is disabled)"]}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.code,{children:"AUTO_REBOOT_CRON_EXPRESSION"})," is a cron expression, in a Cron-Expression you define an interval for when to run jobs."]}),"\n",(0,n.jsx)(t.admonition,{type:"tip",children:(0,n.jsxs)(t.p,{children:["This image uses Supercronic for crons\nsee ",(0,n.jsx)(t.a,{href:"https://github.com/aptible/supercronic#crontab-format",children:"supercronic"}),"\nor ",(0,n.jsx)(t.a,{href:"https://crontab-generator.org",children:"Crontab Generator"}),"."]})}),"\n",(0,n.jsxs)(t.p,{children:["Set ",(0,n.jsx)(t.code,{children:"AUTO_REBOOT_CRON_EXPRESSION"})," to change the set the schedule, default is everynight at midnight according to the\ntimezone set with TZ"]})]})}function l(e={}){const{wrapper:t}={...(0,i.M)(),...e.components};return t?(0,n.jsx)(t,{...e,children:(0,n.jsx)(u,{...e})}):u(e)}},2172:(e,t,o)=>{o.d(t,{I:()=>c,M:()=>r});var n=o(1504);const i={},s=n.createContext(i);function r(e){const t=n.useContext(s);return n.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function c(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(i):e.components||i:r(e.components),n.createElement(s.Provider,{value:t},e.children)}}}]); \ No newline at end of file +"use strict";(self.webpackChunkdocusaurus=self.webpackChunkdocusaurus||[]).push([[536],{3128:(e,t,o)=>{o.r(t),o.d(t,{assets:()=>a,contentTitle:()=>r,default:()=>l,frontMatter:()=>s,metadata:()=>c,toc:()=>d});var n=o(7624),i=o(2172);const s={sidebar_position:4},r="Automatic Reboots",c={id:"guides/automatic-reboots",title:"Automatic Reboots",description:"Configuring Automatic Reboots with Cron",source:"@site/docs/guides/automatic-reboots.md",sourceDirName:"guides",slug:"/guides/automatic-reboots",permalink:"/guides/automatic-reboots",draft:!1,unlisted:!1,editUrl:"https://github.com/thijsvanloef/palworld-server-docker/tree/main/docusaurus/docs/guides/automatic-reboots.md",tags:[],version:"current",sidebarPosition:4,frontMatter:{sidebar_position:4},sidebar:"tutorialSidebar",previous:{title:"Using discord webhooks",permalink:"/guides/discord/discord-webhooks"},next:{title:"Automatic Updates",permalink:"/guides/automatic-updates"}},a={},d=[{value:"Configuring Automatic Reboots with Cron",id:"configuring-automatic-reboots-with-cron",level:2}];function u(e){const t={a:"a",admonition:"admonition",code:"code",h1:"h1",h2:"h2",p:"p",...(0,i.M)(),...e.components};return(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)(t.h1,{id:"automatic-reboots",children:"Automatic Reboots"}),"\n",(0,n.jsx)(t.h2,{id:"configuring-automatic-reboots-with-cron",children:"Configuring Automatic Reboots with Cron"}),"\n",(0,n.jsxs)(t.p,{children:["To be able to use automatic reboots with this server ",(0,n.jsx)(t.code,{children:"RCON_ENABLED"})," enabled."]}),"\n",(0,n.jsxs)(t.admonition,{type:"warning",children:[(0,n.jsxs)(t.p,{children:["If docker restart is not set to policy ",(0,n.jsx)(t.code,{children:"always"})," or ",(0,n.jsx)(t.code,{children:"unless-stopped"}),"\nthen the server will shutdown and will need to be manually restarted."]}),(0,n.jsxs)(t.p,{children:["The example docker run command and docker compose file in ",(0,n.jsx)(t.a,{href:"https://palworld-server-docker.loef.dev/",children:"the Quicksetup"}),"\nalready use the needed policy"]})]}),"\n",(0,n.jsxs)(t.p,{children:["Set ",(0,n.jsx)(t.code,{children:"AUTO_REBOOT_ENABLED"})," to ",(0,n.jsx)(t.code,{children:"true"})," or ",(0,n.jsx)(t.code,{children:"false"})," to enable or disable automatic reboots (Default is disabled)"]}),"\n",(0,n.jsxs)(t.p,{children:[(0,n.jsx)(t.code,{children:"AUTO_REBOOT_CRON_EXPRESSION"})," is a cron expression, in a Cron-Expression you define an interval for when to run jobs."]}),"\n",(0,n.jsx)(t.admonition,{type:"tip",children:(0,n.jsxs)(t.p,{children:["This image uses Supercronic for crons\nsee ",(0,n.jsx)(t.a,{href:"https://github.com/aptible/supercronic#crontab-format",children:"supercronic"}),"\nor ",(0,n.jsx)(t.a,{href:"https://crontab-generator.org",children:"Crontab Generator"}),"."]})}),"\n",(0,n.jsxs)(t.p,{children:["Set ",(0,n.jsx)(t.code,{children:"AUTO_REBOOT_CRON_EXPRESSION"})," to change the set the schedule, default is everynight at midnight according to the\ntimezone set with TZ"]})]})}function l(e={}){const{wrapper:t}={...(0,i.M)(),...e.components};return t?(0,n.jsx)(t,{...e,children:(0,n.jsx)(u,{...e})}):u(e)}},2172:(e,t,o)=>{o.d(t,{I:()=>c,M:()=>r});var n=o(1504);const i={},s=n.createContext(i);function r(e){const t=n.useContext(s);return n.useMemo((function(){return"function"==typeof e?e(t):{...t,...e}}),[t,e])}function c(e){let t;return t=e.disableParentContext?"function"==typeof e.components?e.components(i):e.components||i:r(e.components),n.createElement(s.Provider,{value:t},e.children)}}}]); \ No newline at end of file diff --git a/assets/js/runtime~main.51426da8.js b/assets/js/runtime~main.fde9c975.js similarity index 98% rename from assets/js/runtime~main.51426da8.js rename to assets/js/runtime~main.fde9c975.js index 054c51e0c..4ac9c3617 100644 --- a/assets/js/runtime~main.51426da8.js +++ b/assets/js/runtime~main.fde9c975.js @@ -1 +1 @@ -(()=>{"use strict";var e,a,t,r,f,o={},n={};function d(e){var a=n[e];if(void 0!==a)return a.exports;var t=n[e]={id:e,loaded:!1,exports:{}};return o[e].call(t.exports,t,t.exports,d),t.loaded=!0,t.exports}d.m=o,d.c=n,e=[],d.O=(a,t,r,f)=>{if(!t){var o=1/0;for(u=0;uIf docker restart is not set to policy always
or unless-stopped
then the server will shutdown and will need to be manually restarted.
The example docker run command and docker compose file in the Quicksetup 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.
This image uses Supercronic for crons see supercronic diff --git a/guides/automatic-updates/index.html b/guides/automatic-updates/index.html index eb8a6f437..f81cbecea 100644 --- a/guides/automatic-updates/index.html +++ b/guides/automatic-updates/index.html @@ -10,7 +10,7 @@ - +
diff --git a/guides/backup/automated-backup/index.html b/guides/backup/automated-backup/index.html index 9a9f121ae..12f24a793 100644 --- a/guides/backup/automated-backup/index.html +++ b/guides/backup/automated-backup/index.html @@ -10,7 +10,7 @@ - + diff --git a/guides/backup/creating-backup/index.html b/guides/backup/creating-backup/index.html index 7315c297c..0ac2c5bad 100644 --- a/guides/backup/creating-backup/index.html +++ b/guides/backup/creating-backup/index.html @@ -10,7 +10,7 @@ - + diff --git a/guides/backup/restoring-backup/index.html b/guides/backup/restoring-backup/index.html index 10bfd71a5..6275f4165 100644 --- a/guides/backup/restoring-backup/index.html +++ b/guides/backup/restoring-backup/index.html @@ -10,7 +10,7 @@ - + diff --git a/guides/discord/discord-webhooks/index.html b/guides/discord/discord-webhooks/index.html index b303dbc4a..744830720 100644 --- a/guides/discord/discord-webhooks/index.html +++ b/guides/discord/discord-webhooks/index.html @@ -10,7 +10,7 @@ - + diff --git a/index.html b/index.html index fe58fadf7..c078a010a 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ - + diff --git a/known-issues/index.html b/known-issues/index.html index 2e69a67cb..07ba1781d 100644 --- a/known-issues/index.html +++ b/known-issues/index.html @@ -10,7 +10,7 @@ - + diff --git a/search/index.html b/search/index.html index 82d3f9458..eb3cf0dfa 100644 --- a/search/index.html +++ b/search/index.html @@ -10,7 +10,7 @@ - + diff --git a/versions/index.html b/versions/index.html index 698b9fceb..538793280 100644 --- a/versions/index.html +++ b/versions/index.html @@ -10,7 +10,7 @@ - +